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

Gaëtan Bisson bisson at archlinux.org
Wed Apr 29 05:34:20 UTC 2020


    Date: Wednesday, April 29, 2020 @ 05:34:19
  Author: bisson
Revision: 381813

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-29 05:34:00 UTC (rev 381812)
+++ PKGBUILD	2020-04-29 05:34:19 UTC (rev 381813)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Wieland Hoffmann <the_mineo at web.de>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=chromaprint
-pkgver=1.4.3
-pkgrel=2
-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
-}

Copied: chromaprint/repos/extra-x86_64/PKGBUILD (from rev 381812, chromaprint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-29 05:34:19 UTC (rev 381813)
@@ -0,0 +1,32 @@
+# Contributor: Wieland Hoffmann <the_mineo at web.de>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=chromaprint
+pkgver=1.5.0
+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=('573a5400e635b3823fc2394cfa7a217fbb46e8e50ecebd4a61991451a8af766a')
+
+#_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