From c54ffbc86d562b12ffef86f2af11628ec0647899 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 29 Oct 2020 21:55:56 +0000 Subject: Thu Oct 29 21:55:56 UTC 2020 a/aaa_elflibs-15.0-x86_64-26.txz: Rebuilt. Upgraded: liblber-2.4.so.2.11.3, libldap-2.4.so.2.11.3, libmpc.so.3.2.1. Added temporarily to allow for third-party packages to be recompiled: libHalf.so.12.0.0, libIex-2_2.so.12.0.0, libIexMath-2_2.so.12.0.0, libIlmImf-2_2.so.22.0.0, libIlmImfUtil-2_2.so.22.0.0, libIlmThread-2_2.so.12.0.0, libImath-2_2.so.12.0.0, libpoppler-qt4.so.4.11.0, libpoppler.so.79.0.0. a/kernel-generic-5.4.73-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.73-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.73-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.73-x86-1.txz: Upgraded. k/kernel-source-5.4.73-noarch-1.txz: Upgraded. l/LibRaw-0.20.2-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/exiv2-0.27.3-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/gegl-0.4.26-x86_64-2.txz: Rebuilt. Recompiled against openexr-2.5.3. l/gexiv2-0.12.1-x86_64-1.txz: Upgraded. Compiled against exiv2-0.27.3. l/graphene-1.10.2-x86_64-1.txz: Added. l/gst-plugins-base-1.18.1-x86_64-2.txz: Rebuilt. Recompiled against system libgraphene. l/ilmbase-2.2.0-x86_64-2.txz: Removed. These libraries are now part of openexr. l/imagemagick-7.0.10_34-x86_64-2.txz: Rebuilt. Recompiled against LibRaw-0.20.2 and openexr-2.5.3. l/openexr-2.5.3-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/poppler-20.10.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. Qt4 support dropped. n/samba-4.13.1-x86_64-1.txz: Upgraded. This update fixes security issues: Missing handle permissions check in SMB1/2/3 ChangeNotify. Denial-of-service vulnerabilities. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14318 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14323 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14383 (* Security fix *) xap/geeqie-1.5.1-x86_64-2.txz: Rebuilt. Recompiled against exiv2-0.27.3. xap/gimp-2.10.22-x86_64-2.txz: Rebuilt. Recompiled against openexr-2.5.3. xap/xlockmore-5.66-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. --- source/l/LibRaw/LibRaw.SlackBuild | 10 +++------- source/l/LibRaw/LibRaw.url | 1 + source/l/LibRaw/slack-desc | 14 +++++++------- 3 files changed, 11 insertions(+), 14 deletions(-) create mode 100644 source/l/LibRaw/LibRaw.url (limited to 'source/l/LibRaw') diff --git a/source/l/LibRaw/LibRaw.SlackBuild b/source/l/LibRaw/LibRaw.SlackBuild index 176d53bfb..302f7c13a 100755 --- a/source/l/LibRaw/LibRaw.SlackBuild +++ b/source/l/LibRaw/LibRaw.SlackBuild @@ -24,8 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=LibRaw -VERSION=${VERSION:-0.18.12} -DEMOSAIC=${DEMOSAIC:-0.18.8} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -82,8 +81,6 @@ rm -rf $PKGNAM-$VERSION-build mkdir $PKGNAM-$VERSION-build cd $PKGNAM-$VERSION-build tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 -tar xvf $CWD/$PKGNAM-demosaic-pack-GPL2-$DEMOSAIC.tar.?z || exit 1 -tar xvf $CWD/$PKGNAM-demosaic-pack-GPL3-$DEMOSAIC.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . @@ -96,6 +93,8 @@ find . \ # Don't use icecream: PATH=$(echo $PATH | sed "s|/usr/libexec/icecc/bin||g" | tr -s : | sed "s/^://g" | sed "s/:$//g") +autoreconf -vif + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -106,8 +105,6 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PKGNAM-$VERSION \ --disable-static \ - --enable-demosaic-pack-gpl2=../LibRaw-demosaic-pack-GPL2-$DEMOSAIC \ - --enable-demosaic-pack-gpl3=../LibRaw-demosaic-pack-GPL3-$DEMOSAIC \ --enable-jasper \ --enable-lcms \ --disable-examples \ @@ -134,4 +131,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD.txz - diff --git a/source/l/LibRaw/LibRaw.url b/source/l/LibRaw/LibRaw.url new file mode 100644 index 000000000..1fdefc8b6 --- /dev/null +++ b/source/l/LibRaw/LibRaw.url @@ -0,0 +1 @@ +https://www.libraw.org/download diff --git a/source/l/LibRaw/slack-desc b/source/l/LibRaw/slack-desc index 9f5e73e85..d5eb44c8f 100644 --- a/source/l/LibRaw/slack-desc +++ b/source/l/LibRaw/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| LibRaw: LibRaw (library for decoding raw digital photos) LibRaw: -LibRaw: LibRaw is a library for reading RAW files obtained from digital -LibRaw: cameras (CRW/CR2, NEF, RAF, DNG, and others). It is based on the -LibRaw: source code of the dcraw utility. -LibRaw: -LibRaw: Homepage: http://www.libraw.org/ -LibRaw: -LibRaw: +LibRaw: LibRaw is a library for reading RAW files from digital photo cameras +LibRaw: (CRW/CR2, NEF, RAF, DNG, MOS, KDC, DCR, etc, virtually all RAW formats +LibRaw: are supported). It pays special attention to correct retrieval of data +LibRaw: required for subsequent RAW conversion. The library is intended for +LibRaw: embedding in RAW converters, data analyzers, and other programs using +LibRaw: RAW files as the initial data. LibRaw: +LibRaw: Homepage: https://www.libraw.org/ LibRaw: -- cgit v1.2.3-65-gdbad