[arch-commits] Commit in tumbler/trunk (PKGBUILD fix-video-image.patch)
Tobias Powalowski
tpowa at archlinux.org
Tue Sep 27 15:17:20 UTC 2011
Date: Tuesday, September 27, 2011 @ 11:17:19
Author: tpowa
Revision: 138678
upgpkg: tumbler 0.1.22-2
fix video preview
Added:
tumbler/trunk/fix-video-image.patch
Modified:
tumbler/trunk/PKGBUILD
-----------------------+
PKGBUILD | 9 ++++++---
fix-video-image.patch | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-27 15:10:51 UTC (rev 138677)
+++ PKGBUILD 2011-09-27 15:17:19 UTC (rev 138678)
@@ -4,7 +4,7 @@
pkgname=tumbler
pkgver=0.1.22
-pkgrel=1
+pkgrel=2
pkgdesc="D-Bus service for applications to request thumbnails"
url="http://git.xfce.org/xfce/tumbler/"
license=('GPL2' 'LGPL')
@@ -15,10 +15,12 @@
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)
+source=(http://archive.xfce.org/src/apps/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2
+ fix-video-image.patch)
build() {
cd ${srcdir}/${pkgname}-${pkgver}
+ patch -Np1 -i ../fix-video-image.patch
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
@@ -31,4 +33,5 @@
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=$pkgdir install
}
-md5sums=('e7ba3b8f21f8f7e736f1e214906b4ca9')
+md5sums=('e7ba3b8f21f8f7e736f1e214906b4ca9'
+ 'be9b0f1c3a4b0be102774c84d5ac29e6')
Added: fix-video-image.patch
===================================================================
--- fix-video-image.patch (rev 0)
+++ fix-video-image.patch 2011-09-27 15:17:19 UTC (rev 138678)
@@ -0,0 +1,34 @@
+From aab140d868c1ebedbb04bbd65deddf94dc21787b Mon Sep 17 00:00:00 2001
+From: Jannis Pohlmann <jannis at xfce.org>
+Date: Mon, 26 Sep 2011 17:28:51 +0000
+Subject: Fix generation of video images by starting the pipeline (bug #7996).
+
+Patch provided by Sam Thursfield<ssssam at gmail.com>.
+---
+diff --git a/NEWS b/NEWS
+index 0ff1c1c..48e3896 100644
+--- a/NEWS
++++ b/NEWS
+@@ -1,3 +1,7 @@
++0.1.xx
++======
++- Fix generation of video images by starting the pipeline (bug #7996).
++
+ 0.1.22
+ ======
+ - Add coding style documentation.
+diff --git a/plugins/gst-thumbnailer/gst-helper.c b/plugins/gst-thumbnailer/gst-helper.c
+index b8a29ab..dead043 100644
+--- a/plugins/gst-thumbnailer/gst-helper.c
++++ b/plugins/gst-thumbnailer/gst-helper.c
+@@ -154,6 +154,8 @@ gst_helper_convert_buffer_to_pixbuf (GstBuffer *buffer,
+
+ bus = gst_element_get_bus (GST_ELEMENT (pipeline));
+
++ gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_PLAYING);
++
+ i = 0;
+ msg = NULL;
+ while (msg == NULL && i < 5)
+--
+cgit
More information about the arch-commits
mailing list