taglib: update to 1.11.
This commit is contained in:
parent
df2a0ed4c3
commit
892bf38fb3
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'taglib'
|
||||
pkgname=taglib
|
||||
version=1.10
|
||||
revision=2
|
||||
version=1.11
|
||||
revision=1
|
||||
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"
|
||||
makedepends="zlib-devel"
|
||||
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/"
|
||||
license="LGPL-2.1, MPL-1.1"
|
||||
distfiles="https://github.com/taglib/taglib/archive/v$version.tar.gz"
|
||||
checksum=2cd09ac6d4c4ec610aa5a0a488466bd0e0f78576581ef1f344090e397ecb9c52
|
||||
checksum=ed4cabb3d970ff9a30b2620071c2b054c4347f44fc63546dbe06f97980ece288
|
||||
|
||||
taglib-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue