r38156 - in /desktop/unstable/clutter-gst/debian: changelog patches/0001-Don-t-use-GLint-needlessly.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun May 26 15:55:03 UTC 2013


Author: pochu
Date: Sun May 26 15:55:03 2013
New Revision: 38156

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38156
Log:
* debian/patches/0001-Don-t-use-GLint-needlessly.patch:
  + Patch from upstream git, don't use GL types as cogl doesn't expose
    GL headers in newer releases. This will ease the cogl transition.

Added:
    desktop/unstable/clutter-gst/debian/patches/0001-Don-t-use-GLint-needlessly.patch
Modified:
    desktop/unstable/clutter-gst/debian/changelog
    desktop/unstable/clutter-gst/debian/patches/series

Modified: desktop/unstable/clutter-gst/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gst/debian/changelog?rev=38156&op=diff
==============================================================================
--- desktop/unstable/clutter-gst/debian/changelog [utf-8] (original)
+++ desktop/unstable/clutter-gst/debian/changelog [utf-8] Sun May 26 15:55:03 2013
@@ -1,3 +1,11 @@
+clutter-gst (1.5.4-2) UNRELEASED; urgency=low
+
+  * debian/patches/0001-Don-t-use-GLint-needlessly.patch:
+    + Patch from upstream git, don't use GL types as cogl doesn't expose
+      GL headers in newer releases. This will ease the cogl transition.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 26 May 2013 13:41:40 +0200
+
 clutter-gst (1.5.4-1) unstable; urgency=low
 
   [ Rico Tzschichholz ]

Added: desktop/unstable/clutter-gst/debian/patches/0001-Don-t-use-GLint-needlessly.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gst/debian/patches/0001-Don-t-use-GLint-needlessly.patch?rev=38156&op=file
==============================================================================
--- desktop/unstable/clutter-gst/debian/patches/0001-Don-t-use-GLint-needlessly.patch (added)
+++ desktop/unstable/clutter-gst/debian/patches/0001-Don-t-use-GLint-needlessly.patch [utf-8] Sun May 26 15:55:03 2013
@@ -1,0 +1,25 @@
+From 11d0a082454dc1f7ca9a7394a1b2284dfc42a055 Mon Sep 17 00:00:00 2001
+From: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
+Date: Wed, 15 Aug 2012 11:44:47 +0200
+Subject: [PATCH] Don't use GLint needlessly
+
+---
+ clutter-gst/clutter-gst-video-sink.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/clutter-gst/clutter-gst-video-sink.c b/clutter-gst/clutter-gst-video-sink.c
+index bb8317e..2c3c4dd 100644
+--- a/clutter-gst/clutter-gst-video-sink.c
++++ b/clutter-gst/clutter-gst-video-sink.c
+@@ -1133,7 +1133,7 @@ static GSList *
+ clutter_gst_build_renderers_list (void)
+ {
+   GSList             *list = NULL;
+-  GLint               nb_texture_units = 0;
++  gint                nb_texture_units = 0;
+   gint                features = 0, i;
+   /* The order of the list of renderers is important. They will be prepended
+    * to a GSList and we'll iterate over that list to choose the first matching
+-- 
+1.8.3.rc3
+

Modified: desktop/unstable/clutter-gst/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gst/debian/patches/series?rev=38156&op=diff
==============================================================================
--- desktop/unstable/clutter-gst/debian/patches/series [utf-8] (original)
+++ desktop/unstable/clutter-gst/debian/patches/series [utf-8] Sun May 26 15:55:03 2013
@@ -1,1 +1,2 @@
 01_fix_dolt_m4.patch
+0001-Don-t-use-GLint-needlessly.patch




More information about the pkg-gnome-commits mailing list