summaryrefslogtreecommitdiff
path: root/community/libextractor
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-05-04 00:47:11 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-05-04 00:47:11 +0200
commitc39cbc60bd9cca21cdb7f174725bcd1f866e95d9 (patch)
treee1ab5429c30dcac4e282e1fba53182f0ea509d75 /community/libextractor
parent70dd19e62605010a1403e8e28a9d40ca5b09409a (diff)
parent5520a8b04cecf4af812cbf2285e9ab6efabe147f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/libgringotts/PKGBUILD community/ruby-gtk2/PKGBUILD community/steghide/PKGBUILD community/twin/PKGBUILD core/bzip2/PKGBUILD multilib/lib32-mpg123/PKGBUILD testing/samba/PKGBUILD testing/xfsprogs/PKGBUILD
Diffstat (limited to 'community/libextractor')
-rw-r--r--community/libextractor/PKGBUILD13
-rw-r--r--community/libextractor/libextractor.install2
2 files changed, 8 insertions, 7 deletions
diff --git a/community/libextractor/PKGBUILD b/community/libextractor/PKGBUILD
index 339bf28da..7ba026db1 100644
--- a/community/libextractor/PKGBUILD
+++ b/community/libextractor/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 58358 2011-11-12 10:52:51Z ibiru $
+# $Id: PKGBUILD 70175 2012-05-01 11:45:11Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s@gmail.com>
# Contributor: damir <damir@archlinux.org>
pkgname=libextractor
-pkgver=0.6.2
-pkgrel=5
+pkgver=0.6.3
+pkgrel=1
pkgdesc="A library used to extract meta-data from files of arbitrary type"
arch=("i686" "x86_64" 'mips64el')
license=('GPL')
url="http://gnunet.org/libextractor/"
-depends=('libvorbis' 'libtool' 'gtk2' 'libgsf' 'libmpeg2' 'texinfo')
+depends=('libvorbis' 'libltdl' 'gtk2' 'libgsf' 'libmpeg2')
makedepends=('flac' 'poppler' 'exiv2' 'qt')
optdepends=('flac'
'poppler'
@@ -17,8 +17,9 @@ optdepends=('flac'
'qt')
options=('!libtool' '!makeflags')
install=libextractor.install
-source=(http://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4b2af1167061430d58a101d5dfc6b4c7')
+source=("http://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('7004ff6be06e400050f0ad7016140981'
+ '81f95c31831dde62428a98ae32464c51')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/community/libextractor/libextractor.install b/community/libextractor/libextractor.install
index 24d668af5..1cf51e095 100644
--- a/community/libextractor/libextractor.install
+++ b/community/libextractor/libextractor.install
@@ -1,4 +1,4 @@
-infodir=/usr/share/info
+infodir=usr/share/info
filelist=(extractor.info.gz)
post_install() {