[arch-commits] Commit in chromaprint/repos (4 files)

Gaetan Bisson bisson at nymeria.archlinux.org
Mon Sep 9 09:33:12 UTC 2013


    Date: Monday, September 9, 2013 @ 11:33:12
  Author: bisson
Revision: 193966

archrelease: copy trunk to extra-i686, extra-x86_64

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

-----------------------+
 /PKGBUILD             |   60 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   31 ------------------------
 extra-x86_64/PKGBUILD |   31 ------------------------
 3 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-09-09 09:32:40 UTC (rev 193965)
+++ extra-i686/PKGBUILD	2013-09-09 09:33:12 UTC (rev 193966)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Wieland Hoffmann <the_mineo at web.de>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=chromaprint
-pkgver=0.7
-pkgrel=6
-pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source'
-url='http://acoustid.org/chromaprint/'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('ffmpeg')
-makedepends=('cmake' 'git')
-source=('git+https://bitbucket.org/acoustid/chromaprint.git#commit=dd51f8e')
-sha1sums=('SKIP')
-
-build() {
-	cd "${srcdir}/${pkgname}"
-
-	cmake \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DBUILD_EXAMPLES=ON \
-		.
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: chromaprint/repos/extra-i686/PKGBUILD (from rev 193965, chromaprint/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-09-09 09:33:12 UTC (rev 193966)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Wieland Hoffmann <the_mineo at web.de>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=chromaprint
+pkgver=1.0
+pkgrel=1
+pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source'
+url='http://acoustid.org/chromaprint/'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('ffmpeg')
+makedepends=('cmake')
+source=("https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('919e012af588a7e6fea862b29a30e3a5da67526a')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	cmake \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DBUILD_EXAMPLES=ON \
+		.
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-09-09 09:32:40 UTC (rev 193965)
+++ extra-x86_64/PKGBUILD	2013-09-09 09:33:12 UTC (rev 193966)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Wieland Hoffmann <the_mineo at web.de>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=chromaprint
-pkgver=0.7
-pkgrel=6
-pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source'
-url='http://acoustid.org/chromaprint/'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('ffmpeg')
-makedepends=('cmake' 'git')
-source=('git+https://bitbucket.org/acoustid/chromaprint.git#commit=dd51f8e')
-sha1sums=('SKIP')
-
-build() {
-	cd "${srcdir}/${pkgname}"
-
-	cmake \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DBUILD_EXAMPLES=ON \
-		.
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: chromaprint/repos/extra-x86_64/PKGBUILD (from rev 193965, chromaprint/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-09-09 09:33:12 UTC (rev 193966)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Wieland Hoffmann <the_mineo at web.de>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=chromaprint
+pkgver=1.0
+pkgrel=1
+pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source'
+url='http://acoustid.org/chromaprint/'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('ffmpeg')
+makedepends=('cmake')
+source=("https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('919e012af588a7e6fea862b29a30e3a5da67526a')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	cmake \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DBUILD_EXAMPLES=ON \
+		.
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list