[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Freeze exception for clutter-gst-0.10 0.10.0-2



Hi,

I've just uploaded clutter-gst-0.10, fixing a FTBFS. Please unblock it.

Regards,
Emilio


diff -Nru clutter-gst-0.10-0.10.0/debian/changelog clutter-gst-0.10-0.10.0/debian/changelog
--- clutter-gst-0.10-0.10.0/debian/changelog	2010-08-11 18:13:33.000000000 +0200
+++ clutter-gst-0.10-0.10.0/debian/changelog	2010-08-11 16:20:50.000000000 +0200
@@ -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@debian.org>  Wed, 11 Aug 2010 16:20:44 +0200
+
 clutter-gst-0.10 (0.10.0-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru clutter-gst-0.10-0.10.0/debian/control clutter-gst-0.10-0.10.0/debian/control
--- clutter-gst-0.10-0.10.0/debian/control	2010-08-11 18:13:33.000000000 +0200
+++ clutter-gst-0.10-0.10.0/debian/control	2010-08-11 18:07:49.000000000 +0200
@@ -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@debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Rob Bradford <robster@debian.org>, Sjoerd Simons <sjoerd@debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Rob Bradford <robster@debian.org>, Sjoerd Simons <sjoerd@debian.org>
 Build-Depends: debhelper (>= 5), cdbs, gnome-pkg-tools, libclutter-1.0-dev, libgstreamer-plugins-base0.10-dev
 Standards-Version: 3.8.3
 
diff -Nru clutter-gst-0.10-0.10.0/debian/patches/01_fix_ftbfs_with_new_clutter.patch clutter-gst-0.10-0.10.0/debian/patches/01_fix_ftbfs_with_new_clutter.patch
--- clutter-gst-0.10-0.10.0/debian/patches/01_fix_ftbfs_with_new_clutter.patch	1970-01-01 01:00:00.000000000 +0100
+++ clutter-gst-0.10-0.10.0/debian/patches/01_fix_ftbfs_with_new_clutter.patch	2010-08-11 15:53:35.000000000 +0200
@@ -0,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;
diff -Nru clutter-gst-0.10-0.10.0/debian/patches/series clutter-gst-0.10-0.10.0/debian/patches/series
--- clutter-gst-0.10-0.10.0/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ clutter-gst-0.10-0.10.0/debian/patches/series	2010-08-11 15:53:13.000000000 +0200
@@ -0,0 +1 @@
+01_fix_ftbfs_with_new_clutter.patch
diff -Nru clutter-gst-0.10-0.10.0/debian/rules clutter-gst-0.10-0.10.0/debian/rules
--- clutter-gst-0.10-0.10.0/debian/rules	2010-08-11 18:13:33.000000000 +0200
+++ clutter-gst-0.10-0.10.0/debian/rules	2010-08-11 15:52:38.000000000 +0200
@@ -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"
 
diff -Nru clutter-gst-0.10-0.10.0/debian/source/format clutter-gst-0.10-0.10.0/debian/source/format
--- clutter-gst-0.10-0.10.0/debian/source/format	1970-01-01 01:00:00.000000000 +0100
+++ clutter-gst-0.10-0.10.0/debian/source/format	2010-08-11 15:51:58.000000000 +0200
@@ -0,0 +1 @@
+3.0 (quilt)


Reply to: