mirror of
git://slackware.nl/current.git
synced 2024-11-16 07:48:02 +01:00
25d8b003ae
a/lvm2-2.03.22-x86_64-1.txz: Upgraded. kde/kstars-3.6.7-x86_64-1.txz: Upgraded. It's time for KStars in Slackware to be less of a toy and more of a useful tool. The required dependencies have been added for EKOS, the INDI client included in KStars, which will allow for computer control of astronomy devices. Additional deps and drivers may be required, but these are runtime dependencies. See (for example) gpsd, libdc1394, libftdi1, libindi-libraries, and libindi-drivers, all of which can be found on slackbuilds.org. Huge thanks to Edward W. Koenig for the detailed writeup - it was extremely helpful! :-) Here's a link to the article: https://www.linuxgalaxy.org/kingbeowulf/astronomy-device-control-in-slackware-15-and-current/ kde/libindi-2.0.4-x86_64-1.txz: Added. This is required by kstars-3.6.7. kde/libnova-0.15.0-x86_64-1.txz: Added. This is required by kstars-3.6.7. Thanks to Chris Abela, Ryan P.C. McQuen, and Philip Lacroix. kde/stellarsolver-2.5-x86_64-1.txz: Added. This is required by kstars-3.6.7. kde/wcslib-8.1-x86_64-1.txz: Added. This is required by kstars-3.6.7. l/LibRaw-0.21.1-x86_64-2.txz: Rebuilt. This update fixes a security issue: A heap-buffer-overflow was found in raw2image_ex(int), which may lead to application crash by maliciously crafted input file. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-1729 (* Security fix *) l/imagemagick-7.1.1_21-x86_64-1.txz: Upgraded. l/libev-4.33-x86_64-1.txz: Added. This is required by kstars-3.6.7. As this package may have more general usage than just kstars, we'll put it in the L series. Thanks to AA ime Ramov and Matteo Bernardini. l/vte-0.74.1-x86_64-1.txz: Upgraded.
12 lines
595 B
Text
12 lines
595 B
Text
libev (a high-performance event loop/model)
|
|
|
|
Libev is modelled (very loosely) after libevent and the Event perl
|
|
module, but is faster, scales better and is more correct, and also
|
|
more featureful. And also smaller. Yay.
|
|
|
|
Note: libev and libevent both have a usr/include/event.h
|
|
header file. This could have lead to compile problems if both
|
|
packages were installed at the same time, so it has been moved to
|
|
usr/include/libev/event.h. Add CPPFLAGS="-I/usr/include/libev" to
|
|
the SlackBuild if the software you're building over this needs the
|
|
libevent compatibility layer (lighttpd2 and i3 don't).
|