r24967 - in /packages/unstable/clutter-gst-0.10/debian: changelog control patches/ patches/01_fix_ftbfs_with_new_clutter.patch patches/series rules source/ source/format

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Wed Aug 11 16:16:11 UTC 2010


Author: pochu
Date: Wed Aug 11 16:16:09 2010
New Revision: 24967

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24967
Log:
* Switch to source format 3.0 (quilt).
* debian/patches/01_fix_ftbfs_with_new_clutter.patch:
  - Fix FTBFS with clutter 1.2. Closes: #590352.
* debian/rules:
  - Add a get-orig-source target with gnome-get-source.mk

Added:
    packages/unstable/clutter-gst-0.10/debian/patches/
    packages/unstable/clutter-gst-0.10/debian/patches/01_fix_ftbfs_with_new_clutter.patch
    packages/unstable/clutter-gst-0.10/debian/patches/series
    packages/unstable/clutter-gst-0.10/debian/source/
    packages/unstable/clutter-gst-0.10/debian/source/format
Modified:
    packages/unstable/clutter-gst-0.10/debian/changelog
    packages/unstable/clutter-gst-0.10/debian/control
    packages/unstable/clutter-gst-0.10/debian/rules

Modified: packages/unstable/clutter-gst-0.10/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-gst-0.10/debian/changelog?rev=24967&op=diff
==============================================================================
--- packages/unstable/clutter-gst-0.10/debian/changelog [utf-8] (original)
+++ packages/unstable/clutter-gst-0.10/debian/changelog [utf-8] Wed Aug 11 16:16:09 2010
@@ -1,3 +1,13 @@
+clutter-gst-0.10 (0.10.0-2) unstable; urgency=low
+
+  * Switch to source format 3.0 (quilt).
+  * debian/patches/01_fix_ftbfs_with_new_clutter.patch:
+    - Fix FTBFS with clutter 1.2. Closes: #590352.
+  * debian/rules:
+    - Add a get-orig-source target with gnome-get-source.mk
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 11 Aug 2010 16:20:44 +0200
+
 clutter-gst-0.10 (0.10.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/unstable/clutter-gst-0.10/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-gst-0.10/debian/control?rev=24967&op=diff
==============================================================================
--- packages/unstable/clutter-gst-0.10/debian/control [utf-8] (original)
+++ packages/unstable/clutter-gst-0.10/debian/control [utf-8] Wed Aug 11 16:16:09 2010
@@ -1,8 +1,13 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: clutter-gst-0.10
 Section: libs
 Priority: optional
 Maintainer: Ross Burton <ross at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Rob Bradford <robster at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Rob Bradford <robster at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 5), cdbs, gnome-pkg-tools, libclutter-1.0-dev, libgstreamer-plugins-base0.10-dev
 Standards-Version: 3.8.3
 

Added: packages/unstable/clutter-gst-0.10/debian/patches/01_fix_ftbfs_with_new_clutter.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-gst-0.10/debian/patches/01_fix_ftbfs_with_new_clutter.patch?rev=24967&op=file
==============================================================================
--- packages/unstable/clutter-gst-0.10/debian/patches/01_fix_ftbfs_with_new_clutter.patch (added)
+++ packages/unstable/clutter-gst-0.10/debian/patches/01_fix_ftbfs_with_new_clutter.patch [utf-8] Wed Aug 11 16:16:09 2010
@@ -1,0 +1,11 @@
+--- a/clutter-gst/clutter-gst-video-sink.c
++++ b/clutter-gst/clutter-gst-video-sink.c
+@@ -779,7 +779,7 @@
+   /* get the features */
+   gl_extensions = (const gchar*) glGetString (GL_EXTENSIONS);
+ 
+-  glGetIntegerv (CGL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &nb_texture_units);
++  glGetIntegerv (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &nb_texture_units);
+ 
+   if (nb_texture_units >= 3)
+     features |= CLUTTER_GST_MULTI_TEXTURE;

Added: packages/unstable/clutter-gst-0.10/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-gst-0.10/debian/patches/series?rev=24967&op=file
==============================================================================
--- packages/unstable/clutter-gst-0.10/debian/patches/series (added)
+++ packages/unstable/clutter-gst-0.10/debian/patches/series [utf-8] Wed Aug 11 16:16:09 2010
@@ -1,0 +1,1 @@
+01_fix_ftbfs_with_new_clutter.patch

Modified: packages/unstable/clutter-gst-0.10/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-gst-0.10/debian/rules?rev=24967&op=diff
==============================================================================
--- packages/unstable/clutter-gst-0.10/debian/rules [utf-8] (original)
+++ packages/unstable/clutter-gst-0.10/debian/rules [utf-8] Wed Aug 11 16:16:09 2010
@@ -2,11 +2,13 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+GNOME_MODULE = clutter-gst
+GNOME_DOWNLOAD_URL = http://www.clutter-project.org/sources/$(GNOME_MODULE)/$(DEB_UPSTREAM_VERSION_MAJOR_MINOR)/$(GNOME_TARBALL)
 
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
 

Added: packages/unstable/clutter-gst-0.10/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-gst-0.10/debian/source/format?rev=24967&op=file
==============================================================================
--- packages/unstable/clutter-gst-0.10/debian/source/format (added)
+++ packages/unstable/clutter-gst-0.10/debian/source/format [utf-8] Wed Aug 11 16:16:09 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list