Date: Monday, February 15, 2021 @ 15:14:14
  Author: arojas
Revision: 408167

archrelease: copy trunk to testing-x86_64

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

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: taglib/repos/testing-x86_64/PKGBUILD (from rev 408166, 
taglib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2021-02-15 15:14:14 UTC (rev 408167)
@@ -0,0 +1,30 @@
+# 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.12
+pkgrel=1
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=(x86_64)
+url="https://taglib.github.io/";
+license=(LGPL MPL)
+depends=(zlib)
+makedepends=(cmake boost)
+source=("https://taglib.github.io/releases/$pkgname-$pkgver.tar.gz";)
+sha256sums=('7fccd07669a523b07a15bd24c8da1bbb92206cb19e9366c3692af3d79253b703')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_SHARED_LIBS=ON \
+    -DWITH_MP4=ON \
+    -DWITH_ASF=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to