Bump revision for pkgs depending on jpeg (abi_depends bump).
[xbps/ojab.git] / srcpkgs / taglib / template
blobc850e7ccbe60bd3ff792ca3a8652266543766ad4
1 # Template file for 'taglib'
2 pkgname=taglib
3 version=1.6.1
4 revision=1
5 distfiles="http://developer.kde.org/~wheeler/files/src/$pkgname-$version.tar.gz"
6 build_style=configure
7 configure_script=cmake
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
13 long_desc="
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