taglib: update to 1.9.

This commit is contained in:
Juan RP 2013-10-08 08:57:57 +02:00
parent d39c96ca80
commit 1f66f67906

View file

@ -1,7 +1,7 @@
# Template file for 'taglib' # Template file for 'taglib'
pkgname=taglib pkgname=taglib
version=1.8 version=1.9
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"
hostmakedepends="pkg-config cmake" hostmakedepends="pkg-config cmake"
@ -9,8 +9,8 @@ short_desc="Library for accessing ID tags in various media files"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
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="https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="http://${pkgname}.github.io/releases/${pkgname}-${version}.tar.gz"
checksum=66d33481703c90236a0a9d1c38fd81b584ca7109ded049225f5463dcaffc209a checksum=99b5bd4b131fbadfebc21891b0960fd6fc6076aa88b676e9e841628b5ae66927
long_desc=" long_desc="
TagLib is a library for reading and editing the meta-data of several popular TagLib is a library for reading and editing the meta-data of several popular
audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg
@ -18,16 +18,17 @@ long_desc="
taglib-devel_package() { taglib-devel_package() {
depends="zlib-devel taglib>=${version}" depends="zlib-devel taglib>=${version}"
short_desc="${short_desc} -- development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/bin vmove usr/bin
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
} }
} }
taglib_package() { taglib_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }