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

Antonio Rojas arojas at archlinux.org
Fri Jul 14 17:21:40 UTC 2017


    Date: Friday, July 14, 2017 @ 17:21:39
  Author: arojas
Revision: 300557

Update to 0.26

Modified:
  exiv2/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-14 17:01:57 UTC (rev 300556)
+++ PKGBUILD	2017-07-14 17:21:39 UTC (rev 300557)
@@ -2,19 +2,25 @@
 # Maintainer: tobias <tobias at arhlinux.org>
 
 pkgname=exiv2
-pkgver=0.25
-pkgrel=3
+pkgver=0.26
+pkgrel=1
 pkgdesc="Exif, Iptc and XMP metadata manipulation library and tools"
 arch=('i686' 'x86_64')
 url="http://exiv2.org"
 license=('GPL2')
 depends=('gcc-libs' 'zlib' 'expat')
-source=(http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz)
-md5sums=('258d4831b30f75a01e0234065c6c2806')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/Exiv2/exiv2/archive/v$pkgver.tar.gz")
+md5sums=('5a32bfa41b5e5409c9347b227350e100')
 
 build() {
   cd $pkgname-$pkgver 
-  ./configure --prefix=/usr --enable-video
+  cmake . \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DEXIV2_ENABLE_VIDEO=ON \
+    -DEXIV2_ENABLE_BUILD_PO=ON \
+    -DEXIV2_ENABLE_BUILD_SAMPLES=OFF \
+    -DCMAKE_INSTALL_LIBDIR=lib
   make
 }
 



More information about the arch-commits mailing list