39 lines
1.5 KiB
Text
39 lines
1.5 KiB
Text
# Template file for 'libgphoto2'
|
|
pkgname=libgphoto2
|
|
version=2.4.14
|
|
revision=3
|
|
subpackages="$pkgname-devel"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-rpath udevscriptdir=/usr/lib/udev"
|
|
makedepends="pkg-config libltdl-devel libusb-compat-devel jpeg-devel gd-devel libexif-devel"
|
|
short_desc="Digital camera access library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://www.gphoto.org"
|
|
distfiles="${SOURCEFORGE_SITE}/gphoto/$pkgname-$version.tar.bz2"
|
|
checksum=59b32d45252f67d066cc3bda7a59f8078e0cf4e7f23590a4b621633e81060292
|
|
long_desc="
|
|
libgphoto2 is the core library designed to allow access to digital
|
|
camera by external programs. Here is an overview of the global
|
|
architecture:
|
|
|
|
It abstracts communication ports and camera protocol, to allow a
|
|
complete modularity. To support a new communication physical layer
|
|
(like IEEE1394), just add a new port to libgphoto2_port. To support
|
|
a new kind a digital camera, just provide a new camlib with the
|
|
required callbacks. All of this will be transparent to client
|
|
programs that call libgphoto2."
|
|
|
|
post_install() {
|
|
# Remove unused udev helper
|
|
rm -rf ${pkgdir}/usr/lib/udev
|
|
|
|
vmkdir usr/lib/udev/rules.d
|
|
LD_LIBRARY_PATH="${DESTDIR}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" \
|
|
CAMLIBS="${DESTDIR}/usr/lib/libgphoto2/${version}" \
|
|
"${DESTDIR}/usr/lib/libgphoto2/print-camera-list" udev-rules version 136 > \
|
|
"${DESTDIR}/usr/lib/udev/rules.d/40-gphoto.rules"
|
|
|
|
# Remove recursive symlink
|
|
rm -f ${DESTDIR}/usr/include/gphoto2/gphoto2
|
|
}
|