diff options
author | root <root@rshg054.dnsready.net> | 2011-09-22 23:14:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-22 23:14:43 +0000 |
commit | 919a63ffc80158b2a5610fa87eb51fd5f8f724ba (patch) | |
tree | c33a4966d6efeeb95d903135603c9a402e0d22cb /extra/tumbler/PKGBUILD | |
parent | b7f839da11975b9f2a964a82d591b7a8628f0931 (diff) |
Thu Sep 22 23:14:43 UTC 2011
Diffstat (limited to 'extra/tumbler/PKGBUILD')
-rw-r--r-- | extra/tumbler/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/tumbler/PKGBUILD b/extra/tumbler/PKGBUILD index e7a3f1d33..e51bf5bfd 100644 --- a/extra/tumbler/PKGBUILD +++ b/extra/tumbler/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 120497 2011-04-24 14:50:22Z andyrtr $ +# $Id: PKGBUILD 138386 2011-09-21 13:11:57Z tpowa $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Jan Jezek <honzin.jezek@gmail.com> pkgname=tumbler -pkgver=0.1.21 -pkgrel=3 +pkgver=0.1.22 +pkgrel=1 pkgdesc="D-Bus service for applications to request thumbnails" url="http://git.xfce.org/xfce/tumbler/" license=('GPL2' 'LGPL') @@ -12,10 +12,10 @@ arch=('i686' 'x86_64') groups=('xfce4') depends=('poppler-glib' 'dbus-glib') makedepends=('intltool' 'ffmpegthumbnailer') -optdepends=('ffmpegthumbnailer: for video thunbnails') +optdepends=('ffmpegthumbnailer: for video thumbnails' + 'gstreamer0.10: for video thumbnails') options=('!libtool') source=(http://archive.xfce.org/src/apps/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2) -md5sums=('2ef0d30750f95efe345de4655049d4f6') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -31,3 +31,4 @@ package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=$pkgdir install } +md5sums=('e7ba3b8f21f8f7e736f1e214906b4ca9') |