taglib: update to 1.6.3.
This commit is contained in:
parent
10ff765a4d
commit
8cd294afb1
2 changed files with 2 additions and 5 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc-devel
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run zlib-devel
|
Add_dependency run zlib-devel
|
||||||
Add_dependency run taglib
|
Add_dependency run taglib
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'taglib'
|
# Template file for 'taglib'
|
||||||
pkgname=taglib
|
pkgname=taglib
|
||||||
version=1.6.1
|
version=1.6.3
|
||||||
revision=2
|
|
||||||
distfiles="http://developer.kde.org/~wheeler/files/src/$pkgname-$version.tar.gz"
|
distfiles="http://developer.kde.org/~wheeler/files/src/$pkgname-$version.tar.gz"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script=cmake
|
configure_script=cmake
|
||||||
|
@ -9,7 +8,7 @@ configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
|
||||||
-DWITH_MP4=ON -DWITH_ASF=ON"
|
-DWITH_MP4=ON -DWITH_ASF=ON"
|
||||||
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@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=8e752a05e294127336c0c09be3a12542ab7262cdd6db86dfc18529148d1dba44
|
checksum=a9ba089cc2c6d26d266bad492de31cadaeb878dea858e22ae3196091718f284b
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue