wok diff libgphoto2/receipt @ rev 25047
Up gsoap (2.8.122)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 04 12:13:41 2022 +0000 (2022-06-04) |
parents | 65d7d867e0c1 |
children | d3556b8f5c3d |
line diff
1.1 --- a/libgphoto2/receipt Wed Feb 09 17:57:59 2022 +0000 1.2 +++ b/libgphoto2/receipt Sat Jun 04 12:13:41 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libgphoto2" 1.7 -VERSION="2.5.24" 1.8 +VERSION="2.5.29" 1.9 CATEGORY="graphics" 1.10 TAGS="camera photo" 1.11 SHORT_DESC="Core library of gphoto2 to access photos from digital camera." 1.12 @@ -12,9 +12,10 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WGET_URL="$SF_MIRROR/gphoto/$TARBALL" 1.15 1.16 -DEPENDS="hal jpeg libexif libltdl libusb libusb-compat" 1.17 -BUILD_DEPENDS="jpeg jpeg-dev libexif libexif-dev libtool \ 1.18 - libusb libusb-compat libusb-compat-dev libusb-dev pkg-config" 1.19 +SUGGESTED="libgphoto2-lang" 1.20 +DEPENDS="gcc83-lib-base hal jpeg libexif libltdl libusb libusb-compat" 1.21 +BUILD_DEPENDS="gcc83 jpeg jpeg-dev libexif libexif-dev libltdl libtool 1.22 + libusb libusb-compat-dev libusb-dev pkg-config" 1.23 1.24 # What is the latest version available today? 1.25 current_version() 1.26 @@ -28,25 +29,26 @@ 1.27 compile_rules() 1.28 { 1.29 ./configure \ 1.30 + CC=gcc-83 \ 1.31 + CXX=g++-83 \ 1.32 --prefix=/usr \ 1.33 udevscriptdir=/lib/udev \ 1.34 --with-camlibs=everything \ 1.35 --with-exif \ 1.36 --disable-static \ 1.37 $CONFIGURE_ARGS && 1.38 - make -j 1 && 1.39 + make && 1.40 make install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg. 1.44 genpkg_rules() 1.45 { 1.46 - mkdir -p \ 1.47 - $fs/usr/lib/$PACKAGE \ 1.48 - $fs/usr/share \ 1.49 - $fs/lib \ 1.50 - $fs/usr/share/hal/fdi/information/20thirdparty \ 1.51 - $fs/etc/udev/rules.d 1.52 + mkdir -p $fs/etc/udev/rules.d 1.53 + mkdir -p $fs/lib 1.54 + mkdir -p $fs/usr/lib/$PACKAGE 1.55 + mkdir -p $fs/usr/share 1.56 + mkdir -p $fs/usr/share/hal/fdi/information/20thirdparty 1.57 1.58 cp -a $install/usr/bin $fs/usr 1.59 cp -a $install/usr/lib/$PACKAGE $fs/usr/lib 1.60 @@ -89,8 +91,8 @@ 1.61 fi 1.62 1.63 echo 1.64 - echo "Don't forget to add your user id to group camera to use libgphoto2:" 1.65 - echo " # addgroup <user id> camera" 1.66 + echo "Don't forget to add user to group camera to use libgphoto2:" 1.67 + echo " # addgroup <user> camera" 1.68 } 1.69 1.70 post_remove()