[arch-commits] Commit in libgphoto2/trunk (PKGBUILD)

Jan de Groot jgc at nymeria.archlinux.org
Sat Apr 19 21:02:23 UTC 2014


    Date: Saturday, April 19, 2014 @ 23:02:23
  Author: jgc
Revision: 211553

upgpkg: libgphoto2 2.5.4-1

Update. Libtool files are not needed indeed: libgphoto loads these libs with ltdl_dlext, which uses .so as fallback if .la is not present

Modified:
  libgphoto2/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-19 20:43:25 UTC (rev 211552)
+++ PKGBUILD	2014-04-19 21:02:23 UTC (rev 211553)
@@ -5,8 +5,8 @@
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=libgphoto2
-pkgver=2.5.3.1
-pkgrel=2
+pkgver=2.5.4
+pkgrel=1
 pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs."
 arch=(i686 x86_64)
 url="http://www.gphoto.org"
@@ -13,15 +13,12 @@
 license=(LGPL)
 depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb')
 install=libgphoto2.install
-# libtool files should be obsolete meanwhile, they have been added in 2008
-# https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/libgphoto2&id=e029ddabe9716521cf1e0eeb1f1988e4104e15b6
-#options=('libtool')
 source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('aad2607a84442769c14f6acce2ca1ddf'
+md5sums=('4f549a8600228a27f547d47ca1a97f09'
          'SKIP')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   ./configure \
 	--prefix=/usr \
 	--disable-rpath
@@ -29,7 +26,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   make DESTDIR="${pkgdir}" install
 
   # Remove unused udev helper




More information about the arch-commits mailing list