mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
taglib: update to 1.10.
This commit is contained in:
parent
46cead50ec
commit
f03b33c9fc
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'taglib'
|
# Template file for 'taglib'
|
||||||
pkgname=taglib
|
pkgname=taglib
|
||||||
version=1.9.1
|
version=1.10
|
||||||
revision=5
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON"
|
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON"
|
||||||
hostmakedepends="pkg-config cmake"
|
hostmakedepends="pkg-config cmake"
|
||||||
|
@ -11,10 +11,10 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://developer.kde.org/~wheeler/taglib.html"
|
homepage="http://developer.kde.org/~wheeler/taglib.html"
|
||||||
license="LGPL-2.1, MPL-1.1"
|
license="LGPL-2.1, MPL-1.1"
|
||||||
distfiles="http://${pkgname}.github.io/releases/${pkgname}-${version}.tar.gz"
|
distfiles="http://${pkgname}.github.io/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a
|
checksum=24c32d50042cb0ddf162eb263f8ac75c5a158e12bf32ed534c1d5c71ee369baa
|
||||||
|
|
||||||
taglib-devel_package() {
|
taglib-devel_package() {
|
||||||
depends="zlib-devel ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue