[arch-commits] Commit in libgphoto2/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Dec 13 09:38:22 UTC 2017
Date: Wednesday, December 13, 2017 @ 09:38:21
Author: heftig
Revision: 312216
2.5.16-1
Modified:
libgphoto2/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-13 08:19:14 UTC (rev 312215)
+++ PKGBUILD 2017-12-13 09:38:21 UTC (rev 312216)
@@ -5,7 +5,7 @@
# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
pkgname=libgphoto2
-pkgver=2.5.14+6+g695b55887
+pkgver=2.5.16
pkgrel=1
pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs."
arch=(x86_64)
@@ -13,7 +13,7 @@
license=(LGPL)
depends=(libexif libjpeg gd libltdl libusb libxml2)
makedepends=(autoconf-archive git)
-_commit=695b558871fb5274d840647f71d42a77cfa7447f # master
+_commit=b85051b356c84f0017fb1622edbf9b28a5c6105a # tags/libgphoto2-2_5_16-release
source=("git+https://github.com/gphoto/libgphoto2#commit=$_commit")
sha256sums=('SKIP')
validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95') # Marcus Meissner
@@ -31,9 +31,7 @@
build() {
cd $pkgname
./configure --prefix=/usr --disable-rpath
-
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
make
}
More information about the arch-commits
mailing list