diff options
author | root <root@rshg054.dnsready.net> | 2012-05-23 00:02:37 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-23 00:02:37 +0000 |
commit | bd614ac21d2754d778a796cd5e92d1568ec8baec (patch) | |
tree | 094c785b4da8bafd835e9e319e9908b776258975 /community/libextractor | |
parent | 62e13d20ed92262c7396eff00d048ce815693e74 (diff) |
Wed May 23 00:02:37 UTC 2012
Diffstat (limited to 'community/libextractor')
-rw-r--r-- | community/libextractor/PKGBUILD | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/community/libextractor/PKGBUILD b/community/libextractor/PKGBUILD index bb69a23e0..9f71b9bb1 100644 --- a/community/libextractor/PKGBUILD +++ b/community/libextractor/PKGBUILD @@ -1,20 +1,24 @@ -# $Id: PKGBUILD 70175 2012-05-01 11:45:11Z andrea $ +# $Id: PKGBUILD 70977 2012-05-21 07:59:49Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s@gmail.com> # Contributor: damir <damir@archlinux.org> pkgname=libextractor pkgver=0.6.3 -pkgrel=1 +pkgrel=3 pkgdesc="A library used to extract meta-data from files of arbitrary type" arch=("i686" "x86_64") license=('GPL') url="http://gnunet.org/libextractor/" -depends=('libvorbis' 'libltdl' 'gtk2' 'libgsf' 'libmpeg2') -makedepends=('flac' 'poppler' 'exiv2' 'qt') -optdepends=('flac' - 'poppler' - 'exiv2' - 'qt') +depends=('libltdl') +makedepends=('flac' 'poppler' 'exiv2' 'qt' 'libvorbis' 'gtk2' 'libgsf' 'libmpeg2') +optdepends=('flac: flac support' + 'poppler: pdf support' + 'exiv2: metadata support' + 'qt: the Qt GUI interface/thumbnails' + 'gtk2: gtk2 GUI interface/thumbnails' + 'libgsf: (optional) for ODF support' + 'libmpeg2: mpeg support' + 'libvorbis: ogg/vorbis support') options=('!libtool' '!makeflags') install=libextractor.install source=("http://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) |