[SCM] toonloop/master: Fix patch 0004 to properly unset custom USE_GLES2 flag (not set a bogus debug option). Closes: bug#660153. Thanks to Laurent Bigonville.

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Apr 6 21:03:26 UTC 2012


The following commit has been merged in the master branch:
commit 876354ad5813089fbe9f940677c95fadd8f5ae2b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Apr 6 19:46:19 2012 +0200

    Fix patch 0004 to properly unset custom USE_GLES2 flag (not set a bogus debug option). Closes: bug#660153. Thanks to Laurent Bigonville.

diff --git a/debian/patches/0004-fix_arm.patch b/debian/patches/0004-fix_arm.patch
index 3995473..637d30a 100644
--- a/debian/patches/0004-fix_arm.patch
+++ b/debian/patches/0004-fix_arm.patch
@@ -3,7 +3,8 @@ Author: Peter Green <plugwash at p10link.net>
 Bug-Debian: http://bugs.debian.org/657814
 Forwarded: no
 Reviewed-By: Alessio Treglia <alessio at debian.org>
-Last-Update: 2012-02-09
+Reviewed-By: Jonas Smedegaard <dr at jones.dk>
+Last-Update: 2012-04-06
 
 --- a/configure.ac
 +++ b/configure.ac
@@ -21,7 +22,7 @@ Last-Update: 2012-02-09
 +    #include <clutter/clutter.h>]],[[]])],
 +    [
 +	AC_MSG_RESULT([yes])
-+	AC_SUBST(CUSTOM_CFLAGS,"-dUSE_GLES2")
++	AC_SUBST(CUSTOM_CFLAGS,"-UUSE_GLES2")
 +    ],[
 +	AC_MSG_RESULT([no])
 +	AC_MSG_CHECKING([if we can include GLES2/gl2.h and clutter/clutter.h together])

-- 
toonloop packaging



More information about the pkg-multimedia-commits mailing list