[Pkg-xfce-commits] r6042 - desktop/trunk/tumbler/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Wed Sep 21 08:53:39 UTC 2011


Author: mrpouit-guest
Date: 2011-09-21 20:53:39 +0000 (Wed, 21 Sep 2011)
New Revision: 6042

Modified:
   desktop/trunk/tumbler/debian/changelog
   desktop/trunk/tumbler/debian/control
   desktop/trunk/tumbler/debian/copyright
   desktop/trunk/tumbler/debian/rules
Log:
* New upstream release:
  - add new gstreamer-based video thumbnailer.
* debian/copyright: updated.
* debian/rules: disable the ffmpeg thumbnailer by default, upstream
  recommends to use the new gstreamer one instead.
* debian/control: replace libffmpegthumbnailer-dev b-dep with
  libgstreamer0.10-dev.

Modified: desktop/trunk/tumbler/debian/changelog
===================================================================
--- desktop/trunk/tumbler/debian/changelog	2011-09-20 22:12:13 UTC (rev 6041)
+++ desktop/trunk/tumbler/debian/changelog	2011-09-21 20:53:39 UTC (rev 6042)
@@ -1,3 +1,15 @@
+tumbler (0.1.22-1) UNRELEASED; urgency=low
+
+  * New upstream release:
+    - add new gstreamer-based video thumbnailer.
+  * debian/copyright: updated.
+  * debian/rules: disable the ffmpeg thumbnailer by default, upstream
+    recommends to use the new gstreamer one instead.
+  * debian/control: replace libffmpegthumbnailer-dev b-dep with
+    libgstreamer0.10-dev.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com>  Wed, 21 Sep 2011 22:42:01 +0200
+
 tumbler (0.1.21-3) unstable; urgency=low
 
   * debian/patches:

Modified: desktop/trunk/tumbler/debian/control
===================================================================
--- desktop/trunk/tumbler/debian/control	2011-09-20 22:12:13 UTC (rev 6041)
+++ desktop/trunk/tumbler/debian/control	2011-09-21 20:53:39 UTC (rev 6042)
@@ -6,8 +6,8 @@
  Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), intltool (>= 0.31), pkg-config,
  libglib2.0-dev, libgtk2.0-dev, libdbus-glib-1-dev, libpoppler-glib-dev,
- libffmpegthumbnailer-dev, libjpeg62-dev, hardening-includes,
- xfce4-dev-tools, libtool, gtk-doc-tools
+ libgstreamer0.10-dev, libjpeg62-dev, hardening-includes, xfce4-dev-tools,
+ libtool, gtk-doc-tools
 Standards-Version: 3.9.2
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/tumbler

Modified: desktop/trunk/tumbler/debian/copyright
===================================================================
--- desktop/trunk/tumbler/debian/copyright	2011-09-20 22:12:13 UTC (rev 6041)
+++ desktop/trunk/tumbler/debian/copyright	2011-09-21 20:53:39 UTC (rev 6042)
@@ -100,6 +100,14 @@
  2009, Jannis Pohlmann <jannis at xfce.org>
 License: LGPL-2+
 
+Files: plugins/gst-thumbnailer/*.[ch]
+Copyright: 2011, Intel Corporation
+License: LGPL-2+
+
+Files: plugins/gst-thumbnailer/gst-helper.[ch]
+Copyright: 2011, Intel Corporation
+License: LGPL-2.1
+
 Files: tumblerd/tumbler-group-scheduler.h
 Copyright: 2009, Nokia
 License: GPL-2+

Modified: desktop/trunk/tumbler/debian/rules
===================================================================
--- desktop/trunk/tumbler/debian/rules	2011-09-20 22:12:13 UTC (rev 6041)
+++ desktop/trunk/tumbler/debian/rules	2011-09-21 20:53:39 UTC (rev 6042)
@@ -23,4 +23,4 @@
 override_dh_auto_configure:
 	mkdir m4
 	NOCONFIGURE=1 xdt-autogen
-	dh_auto_configure
+	dh_auto_configure -- --disable-ffmpeg-thumbnailer




More information about the Pkg-xfce-commits mailing list