summaryrefslogtreecommitdiff
path: root/libgphoto2
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-02-22 15:59:20 +0100
committerJuergen Daubert <jue@jue.li>2021-02-22 15:59:20 +0100
commitd0080bdcf53a03c7b1261d1e8e83ec56b1566249 (patch)
tree4b2a31b4086ca04a82193df55d0c4935a0cc9946 /libgphoto2
parent9d4812facb11a2e32ba1770e5a97ecaa8b465b75 (diff)
downloadopt-d0080bdcf53a03c7b1261d1e8e83ec56b1566249.tar.gz
opt-d0080bdcf53a03c7b1261d1e8e83ec56b1566249.tar.xz
libgphoto2: update to 2.5.27
Diffstat (limited to 'libgphoto2')
-rw-r--r--libgphoto2/.signature4
-rw-r--r--libgphoto2/Pkgfile26
2 files changed, 15 insertions, 15 deletions
diff --git a/libgphoto2/.signature b/libgphoto2/.signature
index 0fcb06d7f..bf027297a 100644
--- a/libgphoto2/.signature
+++ b/libgphoto2/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/cUW4I6bZlhqvB2zqKq/nX65KFxiPhwKVtCDJ5OeT7mPM5dXXGWYGK+Ja4HhK0503WWmL+X1OzCDvOL01zqBfQE=
-SHA256 (Pkgfile) = 5469eb8fa4973149965a32e360b480cc194fa9bbe49c654a74101e93a3bfd22c
+RWSE3ohX2g5d/SOu17Q8vsB/geG9U1vZaauU9kstqE8/aYuypNef+hMLEMmwC/t36R1307hKwRtmbfPSEApR+dTeMC35FzrhrQA=
+SHA256 (Pkgfile) = 3e3d516c7801fee700e8bb38c55178340b87d1cd16a859ab0a113c16781606b4
SHA256 (.footprint) = 70c33b2ac57a374efaea93b1c74cfbcb5bbf98c0a094bcd8667a6f7ca98c337a
SHA256 (libgphoto2-2.5.26.tar.bz2) = 7740fea3cbb78489071cdfec06c07fab528e69e27ac82734eae6a73eaeeabcd4
diff --git a/libgphoto2/Pkgfile b/libgphoto2/Pkgfile
index db4bc739c..5c010d7a1 100644
--- a/libgphoto2/Pkgfile
+++ b/libgphoto2/Pkgfile
@@ -1,7 +1,7 @@
# Description: A library designed to allow access to digital cameras to external programs
-# URL: http://www.gphoto.org/proj/libgphoto2/
-# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: curl libtool libusb libxml2
+# URL: http://www.gphoto.org/proj/libgphoto2/
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Depends on: curl libtool libusb libxml2
name=libgphoto2
version=2.5.26
@@ -9,17 +9,17 @@ release=1
source=(http://downloads.sourceforge.net/project/gphoto/libgphoto/$version/$name-$version.tar.bz2)
build () {
- cd $name-$version
+ cd $name-$version
- udevscriptdir=/lib/udev \
- ./configure \
- --prefix=/usr \
- --disable-nls \
- --with-doc-dir=/usr/share/doc
+ udevscriptdir=/lib/udev \
+ ./configure \
+ --prefix=/usr \
+ --disable-nls \
+ --with-doc-dir=/usr/share/doc
- make
- make DESTDIR=$PKG install
+ make
+ make DESTDIR=$PKG install
- rm -r $PKG/usr/share/doc
- rm $PKG/usr/lib/libgphoto2*/*/*.la
+ rm -r $PKG/usr/share/doc
+ rm $PKG/usr/lib/libgphoto2*/*/*.la
}

Generated by cgit