taglib: update to 1.11.1.

This commit is contained in:
Juan RP 2016-10-24 15:31:16 +02:00
parent 182f37c46b
commit 0f9428ff99
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'taglib' # Template file for 'taglib'
pkgname=taglib pkgname=taglib
version=1.11 version=1.11.1
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON -DBUILD_SHARED_LIBS=ON" configure_args="-DWITH_MP4=ON -DWITH_ASF=ON -DBUILD_SHARED_LIBS=ON"
hostmakedepends="pkg-config cmake" hostmakedepends="pkg-config"
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"
maintainer="Juan RP <xtraeme@voidlinux.eu>" 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=ed4cabb3d970ff9a30b2620071c2b054c4347f44fc63546dbe06f97980ece288 checksum=b6d1a5a610aae6ff39d93de5efd0fdc787aa9e9dc1e7026fa4c961b26563526b
taglib-devel_package() { taglib-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}" depends="${makedepends} ${sourcepkg}>=${version}_${revision}"