libtaginfo: update to 0.2.0.

This commit is contained in:
Juan RP 2013-12-13 17:54:55 +01:00
parent 41fbe10720
commit 54cfb32af6

View File

@ -1,6 +1,6 @@
# Template file for 'libtaginfo' # Template file for 'libtaginfo'
pkgname=libtaginfo pkgname=libtaginfo
version=0.1.6 version=0.2.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -10,17 +10,10 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="https://bitbucket.org/shuerhaaken/libtaginfo" homepage="https://bitbucket.org/shuerhaaken/libtaginfo"
distfiles="https://bitbucket.org/shuerhaaken/libtaginfo/downloads/${pkgname}-${version}.tar.gz" distfiles="https://bitbucket.org/shuerhaaken/libtaginfo/downloads/${pkgname}-${version}.tar.gz"
checksum=7473b7dd52471fa1c40766b71ecce7cd12e9641491ec59c4eb9b977b5d796345 checksum=7a2ef1c74fa4bd054e589582ff8ad6ff0519490777df32304580911d332d8313
long_desc="
TagInfo is a convenience wrapper for taglib with C and vala bindings.
Features are reading/writing fields like: Artist, Album, Title, Genre,
AlbumArtist, Comments, Disk number, Compilation flag, User labels, Embedded
Images, Lyrics, Audio properties (length, bitrate, samplerate, channels ...),
and much more."
libtaginfo-devel_package() { libtaginfo-devel_package() {
depends="taglib-devel ${sourcepkg}>=${version}" depends="taglib-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
@ -33,6 +26,6 @@ libtaginfo-devel_package() {
libtaginfo_package() { libtaginfo_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }