r50081 - in /desktop/unstable/totem/debian: changelog control control.in patches/backend-Fix-the-build-with-Werror-format.patch patches/lower-clutter-gtk.patch patches/series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Sep 4 14:48:18 UTC 2016


Author: ah
Date: Sun Sep  4 14:48:18 2016
New Revision: 50081

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50081
Log:
* Drop debian/patches/backend-Fix-the-build-with-Werror-format.patch
  - now included in upstream release.
* Add debian/patches/lower-clutter-gtk.patch
  - temporary patch to allow building with the current latest released
    version of clutter-gtk.
* Lower clutter-gtk build-dependency to the version shipping the patch
  that totem wants to avoid flickering, 1.8.0-2~.

Added:
    desktop/unstable/totem/debian/patches/lower-clutter-gtk.patch
Removed:
    desktop/unstable/totem/debian/patches/backend-Fix-the-build-with-Werror-format.patch
Modified:
    desktop/unstable/totem/debian/changelog
    desktop/unstable/totem/debian/control
    desktop/unstable/totem/debian/control.in
    desktop/unstable/totem/debian/patches/series

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=50081&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog	[utf-8] (original)
+++ desktop/unstable/totem/debian/changelog	[utf-8] Sun Sep  4 14:48:18 2016
@@ -1,12 +1,19 @@
-totem (3.21.91-1) UNRELEASED; urgency=medium
+totem (3.21.91-1) unstable; urgency=medium
 
   * New upstream release.
   * Update build-dependencies according to configure.ac changes:
     - bump clutter-gtk to >= 1.8.1
   * debian/totem-plugins.install: ship new variable-rate plugin.
   * Bump Standards-Version to 3.9.8
-
- -- Andreas Henriksson <andreas at fatal.se>  Wed, 31 Aug 2016 17:56:02 +0200
+  * Drop debian/patches/backend-Fix-the-build-with-Werror-format.patch
+    - now included in upstream release.
+  * Add debian/patches/lower-clutter-gtk.patch
+    - temporary patch to allow building with the current latest released
+      version of clutter-gtk.
+  * Lower clutter-gtk build-dependency to the version shipping the patch
+    that totem wants to avoid flickering, 1.8.0-2~.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sun, 04 Sep 2016 16:38:44 +0200
 
 totem (3.20.1-3) unstable; urgency=medium
 

Modified: desktop/unstable/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control?rev=50081&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control	[utf-8] (original)
+++ desktop/unstable/totem/debian/control	[utf-8] Sun Sep  4 14:48:18 2016
@@ -25,7 +25,7 @@
                libbluetooth-dev [linux-any],
                libcairo2-dev (>= 1.14.0),
                libclutter-gst-3.0-dev,
-               libclutter-gtk-1.0-dev (>= 1.8.1),
+               libclutter-gtk-1.0-dev (>= 1.8.0-2~),
                libclutter-1.0-dev (>= 1.17.3),
                libgdata-dev (>= 0.8.0),
                libgdk-pixbuf2.0-dev (>= 2.23.0),

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=50081&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in	[utf-8] (original)
+++ desktop/unstable/totem/debian/control.in	[utf-8] Sun Sep  4 14:48:18 2016
@@ -21,7 +21,7 @@
                libbluetooth-dev [linux-any],
                libcairo2-dev (>= 1.14.0),
                libclutter-gst-3.0-dev,
-               libclutter-gtk-1.0-dev (>= 1.8.1),
+               libclutter-gtk-1.0-dev (>= 1.8.0-2~),
                libclutter-1.0-dev (>= 1.17.3),
                libgdata-dev (>= 0.8.0),
                libgdk-pixbuf2.0-dev (>= 2.23.0),

Added: desktop/unstable/totem/debian/patches/lower-clutter-gtk.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/patches/lower-clutter-gtk.patch?rev=50081&op=file
==============================================================================
--- desktop/unstable/totem/debian/patches/lower-clutter-gtk.patch	(added)
+++ desktop/unstable/totem/debian/patches/lower-clutter-gtk.patch	[utf-8] Sun Sep  4 14:48:18 2016
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -93,7 +93,7 @@
+ GSTPLUG_REQS=0.11.93
+ CLUTTER_REQS=1.17.3
+ CLUTTER_GST_REQS=2.99.2
+-CLUTTER_GTK_REQS=1.8.1
++CLUTTER_GTK_REQS=1.8.0
+ 
+ dnl Check for the required GStreamer versions for missing plugins
+ dnl installation, unless this has been disabled.

Modified: desktop/unstable/totem/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/patches/series?rev=50081&op=diff
==============================================================================
--- desktop/unstable/totem/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/totem/debian/patches/series	[utf-8] Sun Sep  4 14:48:18 2016
@@ -1 +1 @@
-backend-Fix-the-build-with-Werror-format.patch
+lower-clutter-gtk.patch




More information about the pkg-gnome-commits mailing list