summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-12-06 04:31:49 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-12-06 04:31:49 +0000
commit88662a3c7efb1c7ee7204f3d51a99dafd20f5eab (patch)
treec98c50b8cc348d77fd0f2b47b1af14557282c6ff /xfce-extra/tumbler
parentVersion bump. (diff)
downloadgentoo-2-88662a3c7efb1c7ee7204f3d51a99dafd20f5eab.tar.gz
gentoo-2-88662a3c7efb1c7ee7204f3d51a99dafd20f5eab.tar.bz2
gentoo-2-88662a3c7efb1c7ee7204f3d51a99dafd20f5eab.zip
old
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/tumbler')
-rw-r--r--xfce-extra/tumbler/ChangeLog6
-rw-r--r--xfce-extra/tumbler/files/tumbler-0.1.22-pipeline.patch22
-rw-r--r--xfce-extra/tumbler/tumbler-0.1.22-r1.ebuild48
3 files changed, 5 insertions, 71 deletions
diff --git a/xfce-extra/tumbler/ChangeLog b/xfce-extra/tumbler/ChangeLog
index cdf4eef7750b..fac9121b3423 100644
--- a/xfce-extra/tumbler/ChangeLog
+++ b/xfce-extra/tumbler/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/tumbler
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/ChangeLog,v 1.26 2011/12/06 04:30:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/ChangeLog,v 1.27 2011/12/06 04:31:49 ssuominen Exp $
+
+ 06 Dec 2011; Samuli Suominen <ssuominen@gentoo.org>
+ -tumbler-0.1.22-r1.ebuild, -files/tumbler-0.1.22-pipeline.patch:
+ old
*tumbler-0.1.23 (06 Dec 2011)
diff --git a/xfce-extra/tumbler/files/tumbler-0.1.22-pipeline.patch b/xfce-extra/tumbler/files/tumbler-0.1.22-pipeline.patch
deleted file mode 100644
index 1180ac061b5b..000000000000
--- a/xfce-extra/tumbler/files/tumbler-0.1.22-pipeline.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From aab140d868c1ebedbb04bbd65deddf94dc21787b Mon Sep 17 00:00:00 2001
-From: Jannis Pohlmann <jannis@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@gmail.com>.
----
-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
diff --git a/xfce-extra/tumbler/tumbler-0.1.22-r1.ebuild b/xfce-extra/tumbler/tumbler-0.1.22-r1.ebuild
deleted file mode 100644
index 00d779c2ed24..000000000000
--- a/xfce-extra/tumbler/tumbler-0.1.22-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/tumbler-0.1.22-r1.ebuild,v 1.1 2011/10/18 20:45:33 ssuominen Exp $
-
-EAPI=4
-inherit xfconf
-
-DESCRIPTION="A thumbnail service for the filemanager of Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/thunar/"
-SRC_URI="mirror://xfce/src/apps/${PN}/0.1/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug ffmpeg gstreamer jpeg pdf"
-
-COMMON_DEPEND="dev-libs/dbus-glib
- >=dev-libs/glib-2.16:2
- media-libs/freetype:2
- >=media-libs/libpng-1.2:0
- >=sys-apps/dbus-1.4
- x11-libs/gdk-pixbuf:2
- ffmpeg? ( >=media-video/ffmpegthumbnailer-2 )
- gstreamer? ( media-libs/gstreamer:0.10
- media-libs/gst-plugins-base:0.10 )
- jpeg? ( virtual/jpeg )
- pdf? ( >=app-text/poppler-0.12.4[cairo] )"
-RDEPEND="${COMMON_DEPEND}
- >=xfce-base/thunar-1.2"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- dev-util/pkgconfig"
-
-pkg_setup() {
- PATCHES=( "${FILESDIR}"/${P}-pipeline.patch )
-
- XFCONF=(
- --disable-static
- $(use_enable jpeg jpeg-thumbnailer)
- $(use_enable ffmpeg ffmpeg-thumbnailer)
- $(use_enable pdf poppler-thumbnailer)
- $(use_enable gstreamer gstreamer-thumbnailer)
- $(xfconf_use_debug)
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}