taglib: add zlib dependency for cross builds.

This commit is contained in:
Juan RP 2013-10-09 12:04:56 +02:00
parent 4eafb7753f
commit 783a4ac67b

View file

@ -1,10 +1,11 @@
# Template file for 'taglib'
pkgname=taglib
version=1.9.1
revision=1
revision=2
build_style=cmake
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON"
hostmakedepends="pkg-config cmake"
makedepends="zlib-devel"
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"