[arch-commits] Commit in exiv2/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Sep 15 13:26:42 UTC 2019
Date: Sunday, September 15, 2019 @ 13:26:41
Author: arojas
Revision: 362856
https
Modified:
exiv2/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-15 13:26:06 UTC (rev 362855)
+++ PKGBUILD 2019-09-15 13:26:41 UTC (rev 362856)
@@ -5,7 +5,7 @@
pkgrel=1
pkgdesc="Exif, Iptc and XMP metadata manipulation library and tools"
arch=('x86_64')
-url="http://exiv2.org"
+url="https://exiv2.org"
license=('GPL2')
depends=('gcc-libs' 'zlib' 'expat')
makedepends=('cmake')
@@ -18,8 +18,7 @@
-DCMAKE_INSTALL_PREFIX=/usr \
-DEXIV2_ENABLE_VIDEO=ON \
-DEXIV2_BUILD_SAMPLES=OFF \
- -DEXIV2_ENABLE_NLS=ON \
- -DCMAKE_INSTALL_LIBDIR=lib
+ -DEXIV2_ENABLE_NLS=ON
make
}
More information about the arch-commits
mailing list