taglib: add zlib dependency for cross builds.
This commit is contained in:
parent
4eafb7753f
commit
783a4ac67b
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue