taglib: update to 1.11.

This commit is contained in:
Michael Gehring 2016-04-29 12:45:58 +02:00
parent df2a0ed4c3
commit 892bf38fb3

View file

@ -1,9 +1,9 @@
# Template file for 'taglib' # Template file for 'taglib'
pkgname=taglib pkgname=taglib
version=1.10 version=1.11
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON" configure_args="-DWITH_MP4=ON -DWITH_ASF=ON -DBUILD_SHARED_LIBS=ON"
hostmakedepends="pkg-config cmake" hostmakedepends="pkg-config cmake"
makedepends="zlib-devel" makedepends="zlib-devel"
short_desc="Library for accessing ID tags in various media files" short_desc="Library for accessing ID tags in various media files"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://taglib.github.io/" homepage="https://taglib.github.io/"
license="LGPL-2.1, MPL-1.1" license="LGPL-2.1, MPL-1.1"
distfiles="https://github.com/taglib/taglib/archive/v$version.tar.gz" distfiles="https://github.com/taglib/taglib/archive/v$version.tar.gz"
checksum=2cd09ac6d4c4ec610aa5a0a488466bd0e0f78576581ef1f344090e397ecb9c52 checksum=ed4cabb3d970ff9a30b2620071c2b054c4347f44fc63546dbe06f97980ece288
taglib-devel_package() { taglib-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}" depends="${makedepends} ${sourcepkg}>=${version}_${revision}"