author | Evangelos Foutras
<foutrelis@archlinux.org> 2013-01-15 01:39:06 UTC |
committer | Evangelos Foutras
<foutrelis@archlinux.org> 2013-01-15 01:39:06 UTC |
parent | 414e55504d0251feda83b8d2d49b621d04ce11fb |
PKGBUILD | +5 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index d28cd44..a13855c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,17 +4,16 @@ pkgname=tumbler pkgver=0.1.27 -pkgrel=1 +pkgrel=2 pkgdesc="D-Bus service for applications to request thumbnails" arch=('i686' 'x86_64') url="http://www.xfce.org/" license=('GPL2' 'LGPL') groups=('xfce4') depends=('dbus-glib' 'gdk-pixbuf2') -makedepends=('intltool' 'ffmpegthumbnailer' 'gst-plugins-base-libs' - 'poppler-glib' 'libgsf' 'libopenraw' 'freetype2') +makedepends=('intltool' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf' + 'libopenraw' 'freetype2') optdepends=('ffmpegthumbnailer: for video thumbnails' - 'gst-libav: for video thumbnails' 'poppler-glib: for PDF thumbnails' 'libgsf: for ODF thumbnails' 'libopenraw: for RAW thumbnails' @@ -31,7 +30,8 @@ build() { --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ --disable-static \ - --disable-debug + --disable-debug \ + --disable-gstreamer-thumbnailer make }