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

Gaëtan Bisson bisson at archlinux.org
Tue Dec 6 19:38:00 UTC 2016


    Date: Tuesday, December 6, 2016 @ 19:37:59
  Author: bisson
Revision: 282888

fix fpcalc build

Modified:
  chromaprint/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-06 19:30:43 UTC (rev 282887)
+++ PKGBUILD	2016-12-06 19:37:59 UTC (rev 282888)
@@ -4,7 +4,7 @@
 
 pkgname=chromaprint
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source'
 url='https://acoustid.org/chromaprint'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 	cmake \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_BUILD_TYPE=Release \
-		-DBUILD_EXAMPLES=ON \
+		-DBUILD_TOOLS=ON \
 		.
 	make
 }



More information about the arch-commits mailing list