[arch-commits] Commit in tumbler/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Tue Jan 15 01:39:06 UTC 2013
Date: Monday, January 14, 2013 @ 20:39:06
Author: foutrelis
Revision: 175133
upgpkg: tumbler 0.1.27-2
Disable GStreamer-based thumbnailer; only provide the ffmpegthumbnailer-based one to avoid confusion and frustration with GStreamer plugins.
Modified:
tumbler/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-01-14 22:24:03 UTC (rev 175132)
+++ PKGBUILD 2013-01-15 01:39:06 UTC (rev 175133)
@@ -5,17 +5,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'
@@ -32,7 +31,8 @@
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
--disable-static \
- --disable-debug
+ --disable-debug \
+ --disable-gstreamer-thumbnailer
make
}
More information about the arch-commits
mailing list