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

Gaetan Bisson bisson at archlinux.org
Mon Sep 15 17:25:06 UTC 2014


    Date: Monday, September 15, 2014 @ 19:25:05
  Author: bisson
Revision: 221763

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

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

-------------------------+
 /PKGBUILD               |   60 ++++++++++++++++++++++++++++++++++++++++++++++
 staging-i686/PKGBUILD   |   30 -----------------------
 staging-x86_64/PKGBUILD |   30 -----------------------
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2014-09-15 17:23:56 UTC (rev 221762)
+++ staging-i686/PKGBUILD	2014-09-15 17:25:05 UTC (rev 221763)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Wieland Hoffmann <the_mineo at web.de>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=chromaprint
-pkgver=1.1
-pkgrel=2
-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=('5a250f761761d2ce08e2591b9daa909393552939')
-
-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
-}

Copied: chromaprint/repos/staging-i686/PKGBUILD (from rev 221762, chromaprint/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-09-15 17:25:05 UTC (rev 221763)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Wieland Hoffmann <the_mineo at web.de>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=chromaprint
+pkgver=1.1
+pkgrel=2
+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=('5a250f761761d2ce08e2591b9daa909393552939')
+
+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: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2014-09-15 17:23:56 UTC (rev 221762)
+++ staging-x86_64/PKGBUILD	2014-09-15 17:25:05 UTC (rev 221763)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Wieland Hoffmann <the_mineo at web.de>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=chromaprint
-pkgver=1.1
-pkgrel=2
-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=('5a250f761761d2ce08e2591b9daa909393552939')
-
-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
-}

Copied: chromaprint/repos/staging-x86_64/PKGBUILD (from rev 221762, chromaprint/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-09-15 17:25:05 UTC (rev 221763)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Wieland Hoffmann <the_mineo at web.de>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=chromaprint
+pkgver=1.1
+pkgrel=2
+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=('5a250f761761d2ce08e2591b9daa909393552939')
+
+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