Date: Friday, September 21, 2012 @ 10:17:12
  Author: tomegun
Revision: 166904

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

Added:
  taglib/repos/testing-i686/
  taglib/repos/testing-i686/PKGBUILD
    (from rev 166903, taglib/trunk/PKGBUILD)
  taglib/repos/testing-x86_64/
  taglib/repos/testing-x86_64/PKGBUILD
    (from rev 166903, 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 166903, 
taglib/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-09-21 14:17:12 UTC (rev 166904)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen <[email protected]>
+# Contributor: Ike Devolder <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+
+pkgname=taglib
+pkgver=1.8
+pkgrel=1
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=('i686' 'x86_64')
+url="http://developer.kde.org/~wheeler/taglib.html";
+license=('LGPL' 'MPL')
+depends=('sh' 'zlib' 'gcc-libs')
+makedepends=('cmake' 'pkg-config')
+options=('!libtool')
+source=("https://github.com/downloads/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('dcb8bd1b756f2843e18b1fdf3aaeee15')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DWITH_MP4=ON \
+    -DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: taglib/repos/testing-x86_64/PKGBUILD (from rev 166903, 
taglib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-09-21 14:17:12 UTC (rev 166904)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen <[email protected]>
+# Contributor: Ike Devolder <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+
+pkgname=taglib
+pkgver=1.8
+pkgrel=1
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=('i686' 'x86_64')
+url="http://developer.kde.org/~wheeler/taglib.html";
+license=('LGPL' 'MPL')
+depends=('sh' 'zlib' 'gcc-libs')
+makedepends=('cmake' 'pkg-config')
+options=('!libtool')
+source=("https://github.com/downloads/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('dcb8bd1b756f2843e18b1fdf3aaeee15')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DWITH_MP4=ON \
+    -DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to