[arch-commits] Commit in taglib/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 29 17:46:06 UTC 2016


    Date: Friday, April 29, 2016 @ 19:46:06
  Author: arojas
Revision: 266643

Update to 1.11

Modified:
  taglib/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-29 17:25:14 UTC (rev 266642)
+++ PKGBUILD	2016-04-29 17:46:06 UTC (rev 266643)
@@ -6,16 +6,16 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=taglib
-pkgver=1.10
-pkgrel=3
+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)
+makedepends=(cmake boost)
 source=("http://taglib.github.io/releases/$pkgname-$pkgver.tar.gz")
-md5sums=('5b4441a15423b046dd92a096e09ea22c')
+md5sums=('be39fa2054df40664cb557126ad7cf7c')
 
 prepare() {
   mkdir -p build
@@ -26,6 +26,7 @@
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_SHARED_LIBS=ON \
     -DWITH_MP4=ON \
     -DWITH_ASF=ON
   make



More information about the arch-commits mailing list