[arch-commits] Commit in chromaprint/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Mon Jan 22 01:21:22 UTC 2018


    Date: Monday, January 22, 2018 @ 01:21:15
  Author: bisson
Revision: 315241

archrelease: copy trunk to extra-x86_64

Added:
  chromaprint/repos/extra-x86_64/PKGBUILD
    (from rev 315240, chromaprint/trunk/PKGBUILD)
Deleted:
  chromaprint/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 33 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-22 01:20:00 UTC (rev 315240)
+++ PKGBUILD	2018-01-22 01:21:15 UTC (rev 315241)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Wieland Hoffmann <the_mineo at web.de>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=chromaprint
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source'
-url='https://acoustid.org/chromaprint'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('ffmpeg')
-makedepends=('cmake' 'git')
-_commit=f2ce2e7ff05cf2b0b5e473fff55f31acf07c6a92 #tag=v1.4.2
-source=("git+https://github.com/acoustid/chromaprint.git#commit=$_commit")
-sha256sums=('SKIP')
-
-build() {
-	cd "${srcdir}/${pkgname}"
-	cmake \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DBUILD_TOOLS=ON \
-		.
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: chromaprint/repos/extra-x86_64/PKGBUILD (from rev 315240, chromaprint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-22 01:21:15 UTC (rev 315241)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Wieland Hoffmann <the_mineo at web.de>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=chromaprint
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source'
+url='https://acoustid.org/chromaprint'
+arch=('x86_64')
+license=('LGPL')
+depends=('ffmpeg')
+makedepends=('cmake' 'git')
+source=("https://github.com/acoustid/chromaprint/releases/download/v${pkgver}/chromaprint-${pkgver}.tar.gz")
+sha256sums=('ea18608b76fb88e0203b7d3e1833fb125ce9bb61efe22c6e169a50c52c457f82')
+
+#_commit=f2ce2e7ff05cf2b0b5e473fff55f31acf07c6a92 #tag=v1.4.2
+#source=("git+https://github.com/acoustid/chromaprint.git#commit=$_commit")
+
+build() {
+	cd "${srcdir}/${pkgname}-v${pkgver}"
+	cmake \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DBUILD_TOOLS=ON \
+		.
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-v${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list