# HG changeset patch # User Hans-G?nter Theisgen # Date 1583823277 -3600 # Node ID 9613ce9a98f297ab356c641a6b30c6516196e6c6 # Parent ef282a5e0203f75b1e7c15d84a600a36e38cf5d2 updated libgphoto2 and libgphoto2-dev (2.5.22 -> 2.5.24) diff -r ef282a5e0203 -r 9613ce9a98f2 libgphoto2-dev/receipt --- a/libgphoto2-dev/receipt Tue Mar 10 07:04:41 2020 +0100 +++ b/libgphoto2-dev/receipt Tue Mar 10 07:54:37 2020 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="libgphoto2-dev" -VERSION="2.5.22" +VERSION="2.5.24" CATEGORY="development" SHORT_DESC="libgphoto2 - development files." MAINTAINER="jozee@slitaz.org" LICENSE="LGPL2.1" WEB_SITE="http://www.gphoto.org" +DEPENDS="libexif-dev libgphoto2 libusb-dev pkg-config" WANTED="libgphoto2" -DEPENDS="libexif-dev libgphoto2 libusb-dev pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r ef282a5e0203 -r 9613ce9a98f2 libgphoto2/receipt --- a/libgphoto2/receipt Tue Mar 10 07:04:41 2020 +0100 +++ b/libgphoto2/receipt Tue Mar 10 07:54:37 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libgphoto2" -VERSION="2.5.22" +VERSION="2.5.24" CATEGORY="graphics" TAGS="camera photo" SHORT_DESC="Core library of gphoto2 to access photos from digital camera." @@ -19,11 +19,12 @@ # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr \ - udevscriptdir=/lib/udev \ - --with-exif \ - --disable-static \ + ./configure \ + --prefix=/usr \ + udevscriptdir=/lib/udev \ + --with-camlibs=everything \ + --with-exif \ + --disable-static \ $CONFIGURE_ARGS && make -j 1 && make install @@ -50,8 +51,8 @@ find $fs/usr/lib -name "*.*a" -exec rm -f {} \; 2> /dev/null # fix permissions - chmod +x $fs/lib/udev/check* - chmod +x $fs/usr/bin/gphoto2* + chmod +x $fs/lib/udev/check* + chmod +x $fs/usr/bin/gphoto2* } post_install() @@ -74,7 +75,8 @@ tazpkg reconfigure udev --root="$1" # add group camera - if ! grep -q camera "$1/etc/group"; then + if ! grep -q camera "$1/etc/group" + then chroot "$1/" addgroup -g 97 camera fi