Date: Friday, July 12, 2013 @ 16:03:07
  Author: bisson
Revision: 189989

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

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

-------------------------+
 staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: chromaprint/repos/staging-i686/PKGBUILD (from rev 189988, 
chromaprint/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2013-07-12 14:03:07 UTC (rev 189989)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Wieland Hoffmann <the_mi...@web.de>
+# Maintainer: Gaetan Bisson <bis...@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/staging-x86_64/PKGBUILD (from rev 189988, 
chromaprint/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2013-07-12 14:03:07 UTC (rev 189989)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Wieland Hoffmann <the_mi...@web.de>
+# Maintainer: Gaetan Bisson <bis...@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
+}

Reply via email to