[arch-commits] Commit in taglib/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 29 17:46:40 UTC 2016
Date: Friday, April 29, 2016 @ 19:46:40
Author: arojas
Revision: 266644
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
taglib/repos/testing-i686/
taglib/repos/testing-i686/PKGBUILD
(from rev 266643, taglib/trunk/PKGBUILD)
taglib/repos/testing-x86_64/
taglib/repos/testing-x86_64/PKGBUILD
(from rev 266643, taglib/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
Copied: taglib/repos/testing-i686/PKGBUILD (from rev 266643, taglib/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-04-29 17:46:40 UTC (rev 266644)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Ike Devolder <ike.devolder at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=taglib
+pkgver=1.11
+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 boost)
+source=("http://taglib.github.io/releases/$pkgname-$pkgver.tar.gz")
+md5sums=('be39fa2054df40664cb557126ad7cf7c')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_SHARED_LIBS=ON \
+ -DWITH_MP4=ON \
+ -DWITH_ASF=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: taglib/repos/testing-x86_64/PKGBUILD (from rev 266643, taglib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-29 17:46:40 UTC (rev 266644)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Ike Devolder <ike.devolder at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=taglib
+pkgver=1.11
+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 boost)
+source=("http://taglib.github.io/releases/$pkgname-$pkgver.tar.gz")
+md5sums=('be39fa2054df40664cb557126ad7cf7c')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_SHARED_LIBS=ON \
+ -DWITH_MP4=ON \
+ -DWITH_ASF=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list