git » tumbler.git » commit e0030fb

make ffmpegthumbnailer an optional dependency; FS#23567

author Andreas Radke
2011-04-24 14:50:22 UTC
committer Andreas Radke
2011-04-24 14:50:22 UTC
parent 3aa7e167b18fe54e5be8d712ff00473e511bcc11

make ffmpegthumbnailer an optional dependency; FS#23567

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index a450c67..ac433d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
 
 pkgname=tumbler
 pkgver=0.1.21
-pkgrel=2
+pkgrel=3
 pkgdesc="D-Bus service for applications to request thumbnails"
 url="http://git.xfce.org/xfce/tumbler/"
 license=('GPL2' 'LGPL')
 arch=('i686' 'x86_64')
 groups=('xfce4')
-depends=('poppler-glib' 'dbus-glib' 'ffmpegthumbnailer')
-makedepends=( 'intltool' 'gtk-doc')
+depends=('poppler-glib' 'dbus-glib')
+makedepends=('intltool' 'ffmpegthumbnailer')
+optdepends=('ffmpegthumbnailer:	for video thunbnails')
 options=('!libtool')
 source=(http://archive.xfce.org/src/apps/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('2ef0d30750f95efe345de4655049d4f6')
@@ -21,8 +22,7 @@ build() {
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib/xfce4 \
 	--disable-static \
-	--disable-debug \
-	--enable-gtk-doc
+	--disable-debug
   make
 }