33 lines
1,011 B
Text
33 lines
1,011 B
Text
# Template file for 'taglib'
|
|
pkgname=taglib
|
|
version=1.8
|
|
revision=2
|
|
build_style=cmake
|
|
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON"
|
|
hostmakedepends="pkg-config cmake"
|
|
short_desc="Library for accessing ID tags in various media files"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://developer.kde.org/~wheeler/taglib.html"
|
|
license="LGPL-2.1, MPL-1.1"
|
|
distfiles="https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=66d33481703c90236a0a9d1c38fd81b584ca7109ded049225f5463dcaffc209a
|
|
long_desc="
|
|
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
|
|
Vorbis comments and ID3 tags and Vorbis comments in FLAC files."
|
|
|
|
taglib-devel_package() {
|
|
depends="zlib-devel taglib>=${version}"
|
|
short_desc="${short_desc} -- development files"
|
|
pkg_install() {
|
|
vmove usr/bin
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
taglib_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|