wok rev 23068
updated libgphoto2 and libgphoto2-dev (2.5.22 -> 2.5.24)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 10 07:54:37 2020 +0100 (2020-03-10) |
parents | ef282a5e0203 |
children | 93cfbe138cae |
files | libgphoto2-dev/receipt libgphoto2/receipt |
line diff
1.1 --- a/libgphoto2-dev/receipt Tue Mar 10 07:04:41 2020 +0100 1.2 +++ b/libgphoto2-dev/receipt Tue Mar 10 07:54:37 2020 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libgphoto2-dev" 1.7 -VERSION="2.5.22" 1.8 +VERSION="2.5.24" 1.9 CATEGORY="development" 1.10 SHORT_DESC="libgphoto2 - development files." 1.11 MAINTAINER="jozee@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 WEB_SITE="http://www.gphoto.org" 1.14 1.15 +DEPENDS="libexif-dev libgphoto2 libusb-dev pkg-config" 1.16 WANTED="libgphoto2" 1.17 -DEPENDS="libexif-dev libgphoto2 libusb-dev pkg-config" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules()
2.1 --- a/libgphoto2/receipt Tue Mar 10 07:04:41 2020 +0100 2.2 +++ b/libgphoto2/receipt Tue Mar 10 07:54:37 2020 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libgphoto2" 2.7 -VERSION="2.5.22" 2.8 +VERSION="2.5.24" 2.9 CATEGORY="graphics" 2.10 TAGS="camera photo" 2.11 SHORT_DESC="Core library of gphoto2 to access photos from digital camera." 2.12 @@ -19,11 +19,12 @@ 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 - ./configure \ 2.17 - --prefix=/usr \ 2.18 - udevscriptdir=/lib/udev \ 2.19 - --with-exif \ 2.20 - --disable-static \ 2.21 + ./configure \ 2.22 + --prefix=/usr \ 2.23 + udevscriptdir=/lib/udev \ 2.24 + --with-camlibs=everything \ 2.25 + --with-exif \ 2.26 + --disable-static \ 2.27 $CONFIGURE_ARGS && 2.28 make -j 1 && 2.29 make install 2.30 @@ -50,8 +51,8 @@ 2.31 find $fs/usr/lib -name "*.*a" -exec rm -f {} \; 2> /dev/null 2.32 2.33 # fix permissions 2.34 - chmod +x $fs/lib/udev/check* 2.35 - chmod +x $fs/usr/bin/gphoto2* 2.36 + chmod +x $fs/lib/udev/check* 2.37 + chmod +x $fs/usr/bin/gphoto2* 2.38 } 2.39 2.40 post_install() 2.41 @@ -74,7 +75,8 @@ 2.42 tazpkg reconfigure udev --root="$1" 2.43 2.44 # add group camera 2.45 - if ! grep -q camera "$1/etc/group"; then 2.46 + if ! grep -q camera "$1/etc/group" 2.47 + then 2.48 chroot "$1/" addgroup -g 97 camera 2.49 fi 2.50