Package: clutter-gesture / 0.0.2.1-7

Metadata

Package Version Patches format
clutter-gesture 0.0.2.1-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fix_FTBFS_binutils gold.patch | (download)

tests/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs for binutils-gold
 Add the missing -lengine to fix FTBFS.
02_fix_FTBFS_gcc4.6.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs for gcc-4.6
 Add -Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter
 -Wno-error=deprecated-declarations for CFLAGS.
03_fix_FTBFS_return_value_of_clutter_init.patch | (download)

tests/test-events.c | 6 5 + 1 - 0 !
tests/test_engine.c | 8 5 + 3 - 0 !
2 files changed, 10 insertions(+), 4 deletions(-)

 fix ftbfs for handling clutter_init() return value
 Proper handling return value of clutter_init()
04_glex_fix.patch | (download)

clutter-gesture/clutter-gesture.c | 1 0 + 1 - 0 !
engine/engine.c | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

 fix armel ftbfs
 Do not include <GL/gl.h>
 explicitly, it conflicts with <GLES2/gl2.h> used on armel.
05_no undefined symbols.patch | (download)

configure.ac | 4 2 + 2 - 0 !
engine/Makefile.am | 5 3 + 2 - 0 !
2 files changed, 5 insertions(+), 4 deletions(-)

 misc correctness link fixes to build successfully with -z defs
* check for libm in configure.ac; needed for atan() and others
* use $(CLUTTERGESTURE_CFLAGS) rather than @CLUTTERGESTURE_CFLAGS@ in
  engine/Makefile.am to allow build-time overrides
* set LIBS to CLUTTERGESTURE_LIBS and LIBM in engine/Makefile.am to link with
  proper libs; fixes missing NEEDED entries on at least libengine
* configure.ac: don't AC_SUBST() CLUTTERGESTURE_CFLAGS and _LIBS as
  PKG_CHECK_MODULES already does that
06_make forward compatible with new clutter.patch | (download)

tests/test-events.c | 2 1 + 1 - 0 !
tests/test_engine.c | 6 4 + 2 - 0 !
2 files changed, 5 insertions(+), 3 deletions(-)

 forward porting to clutter 1.10
07_remove_deprecated_g_thread_init.patch | (download)

clutter-gesture/clutter-gesture.c | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 g_thread_init() is deprecated
 Remove it to fix FTBFS
08_remove_deprecated_g_mutex_new.patch | (download)

clutter-gesture/clutter-gesture.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 g_mutex_new() is deprecated
 We have to use g_mutex_init() instead of g_mutex_new()
 Fix FTBFS on Ubuntu