libgphoto2: update to 2.4.11.

This commit is contained in:
Juan RP 2011-11-15 14:42:43 +01:00
parent f7a894e442
commit 8362af1189
2 changed files with 4 additions and 12 deletions

View file

@ -5,14 +5,8 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run pkg-config
Add_dependency run intltool
Add_dependency run libltdl-devel
Add_dependency run libusb-compat-devel
Add_dependency run jpeg-devel
Add_dependency run gd-devel
Add_dependency run libexif-devel
Add_dependency run dbus-devel
Add_dependency run libusb-compat-devel
Add_dependency run libgphoto2
do_install()

View file

@ -1,13 +1,12 @@
# Template file for 'libgphoto2'
pkgname=libgphoto2
version=2.4.10.1
version=2.4.11
distfiles="${SOURCEFORGE_SITE}/gphoto/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--disable-rpath udevscriptdir=/lib/udev"
revision=2
short_desc="Digital camera access library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=980ec6ab6f92bfe72bf955f6e00408b2d5042acbda591903be3795a9184ca98a
checksum=5116bbacea57dfe22585e8e939ea30b5fb99fe08de526002788c84e37105c423
long_desc="
libgphoto2 is the core library designed to allow access to digital
camera by external programs. Here is an overview of the global
@ -22,7 +21,6 @@ long_desc="
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build libltdl-devel
Add_dependency build libusb-compat-devel
@ -38,5 +36,5 @@ post_install()
CAMLIBS="${DESTDIR}/usr/lib/libgphoto2/${version}" \
"${DESTDIR}/usr/lib/libgphoto2/print-camera-list" \
udev-rules version 136 group plugdev mode 0660 > \
"${DESTDIR}/lib/udev/rules.d/54-gphoto.rules" || return 1
"${DESTDIR}/lib/udev/rules.d/54-gphoto.rules"
}