Date: Saturday, November 14, 2015 @ 21:19:02
  Author: arojas
Revision: 251035

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

Added:
  taglib/repos/testing-i686/
  taglib/repos/testing-i686/PKGBUILD
    (from rev 251034, taglib/trunk/PKGBUILD)
  taglib/repos/testing-x86_64/
  taglib/repos/testing-x86_64/PKGBUILD
    (from rev 251034, taglib/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: taglib/repos/testing-i686/PKGBUILD (from rev 251034, 
taglib/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-11-14 20:19:02 UTC (rev 251035)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Tom Gundersen <[email protected]>
+# Contributor: Ike Devolder <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+
+pkgname=taglib
+pkgver=1.10
+pkgrel=1
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=(i686 x86_64)
+url="http://taglib.github.io/";
+license=(LGPL MPL)
+depends=(zlib)
+makedepends=(cmake)
+source=("http://taglib.github.io/releases/$pkgname-$pkgver.tar.gz";)
+md5sums=('5b4441a15423b046dd92a096e09ea22c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DWITH_MP4=ON \
+    -DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: taglib/repos/testing-x86_64/PKGBUILD (from rev 251034, 
taglib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-11-14 20:19:02 UTC (rev 251035)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Tom Gundersen <[email protected]>
+# Contributor: Ike Devolder <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+
+pkgname=taglib
+pkgver=1.10
+pkgrel=1
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=(i686 x86_64)
+url="http://taglib.github.io/";
+license=(LGPL MPL)
+depends=(zlib)
+makedepends=(cmake)
+source=("http://taglib.github.io/releases/$pkgname-$pkgver.tar.gz";)
+md5sums=('5b4441a15423b046dd92a096e09ea22c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DWITH_MP4=ON \
+    -DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to