summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4073183f4225..de697ccf5516 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
-# Maintainer: Arthur Zamarin <arthurzam@gmail.com>
-
+# Maintainer: Fabian Maurer <dark.shadow4@web.de>
pkgname=libphash
_pkgname=pHash
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="Perceptual hashing library"
arch=(i686 x86_64)
url="http://phash.org/"
@@ -14,7 +13,8 @@ sha256sums=('3c8258a014f9c2491fb1153010984606805638a45d00498864968a9a30102935')
prepare() {
cd "$srcdir/$_pkgname-$pkgver"
- ./configure --prefix=/usr
+ #Video support is broken due to ffmpeg being too old and pHash doesn't link pthread directly
+ LIBS="-lpthread" ./configure --enable-video-hash=no --prefix=/usr
}
build() {