1 # Template file for 'taglib'
5 distfiles="http://developer.kde.org/~wheeler/files/src/$pkgname-$version.tar.gz"
8 configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
9 -DWITH_MP4=ON -DWITH_ASF=ON"
10 short_desc="Library for accessing ID tags in various media files"
11 maintainer="Juan RP <xtraeme@gmail.com>"
12 checksum=8e752a05e294127336c0c09be3a12542ab7262cdd6db86dfc18529148d1dba44
14 TagLib is a library for reading and editing the meta-data of several popular
15 audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg
16 Vorbis comments and ID3 tags and Vorbis comments in FLAC files."
18 subpackages="$pkgname-devel"
19 Add_dependency run glibc
20 Add_dependency run libgcc
21 Add_dependency run zlib
22 Add_dependency run libstdc++
23 Add_dependency build zlib-devel
24 Add_dependency build pkg-config
25 Add_dependency build cmake