wok-next rev 20353
Up gphoto2, libgphoto2 (2.5.15)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 19 17:20:01 2017 +0100 (2017-11-19) |
parents | f28887496a5e |
children | 57b2961597ae |
files | fswebcam/receipt gphoto2/receipt libgphoto2/receipt |
line diff
1.1 --- a/fswebcam/receipt Sun Nov 19 13:55:44 2017 +0100 1.2 +++ b/fswebcam/receipt Sun Nov 19 17:20:01 2017 +0100 1.3 @@ -14,7 +14,7 @@ 1.4 HOST_ARCH="i486" 1.5 1.6 DEPENDS="libgd" 1.7 -BUILD_DEPENDS="libgd-dev" 1.8 +BUILD_DEPENDS="libgd-dev libjpeg-turbo" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/gphoto2/receipt Sun Nov 19 13:55:44 2017 +0100 2.2 +++ b/gphoto2/receipt Sun Nov 19 17:20:01 2017 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="gphoto2" 2.7 -VERSION="2.4.11" 2.8 +VERSION="2.5.15" 2.9 CATEGORY="graphics" 2.10 SHORT_DESC="digital camera download and access program" 2.11 MAINTAINER="jozee@slitaz.org" 2.12 @@ -18,7 +18,6 @@ 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 - cd $src 2.17 ./configure $CONFIGURE_ARGS && make && make install 2.18 } 2.19
3.1 --- a/libgphoto2/receipt Sun Nov 19 13:55:44 2017 +0100 3.2 +++ b/libgphoto2/receipt Sun Nov 19 17:20:01 2017 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt v2. 3.5 3.6 PACKAGE="libgphoto2" 3.7 -VERSION="2.5.13" 3.8 +VERSION="2.5.15" 3.9 CATEGORY="graphics" 3.10 SHORT_DESC="Core library of gphoto2 to access photos from digital camera" 3.11 MAINTAINER="jozee@slitaz.org" 3.12 @@ -17,8 +17,6 @@ 3.13 # Rules to configure and make the package. 3.14 compile_rules() 3.15 { 3.16 - find $src -name '*.c' -exec sed -i 's|_BSD_SOURCE|_DEFAULT_SOURCE|' \{\} \; 3.17 - 3.18 ./configure \ 3.19 udevscriptdir=/lib/udev \ 3.20 --with-exif \