--- clutter-gtk-0.8.0.orig/debian/patches/02_fix_name_of_mask_for_motion_events.patch +++ clutter-gtk-0.8.0/debian/patches/02_fix_name_of_mask_for_motion_events.patch @@ -0,0 +1,12 @@ +diff -Nur -x '*.orig' -x '*~' clutter-gtk-0.8.0/clutter-gtk/gtk-clutter-embed.c clutter-gtk-0.8.0.new/clutter-gtk/gtk-clutter-embed.c +--- clutter-gtk-0.8.0/clutter-gtk/gtk-clutter-embed.c 2008-07-18 14:11:28.000000000 +0100 ++++ clutter-gtk-0.8.0.new/clutter-gtk/gtk-clutter-embed.c 2008-07-18 14:15:30.000000000 +0100 +@@ -156,7 +156,7 @@ + | GDK_BUTTON_RELEASE_MASK + | GDK_KEY_PRESS_MASK + | GDK_KEY_RELEASE_MASK +- | GDK_MOTION_NOTIFY; ++ | GDK_POINTER_MOTION_MASK; + + attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL | GDK_WA_COLORMAP; + --- clutter-gtk-0.8.0.orig/debian/patches/01_fix_pkgconfig_file.patch +++ clutter-gtk-0.8.0/debian/patches/01_fix_pkgconfig_file.patch @@ -0,0 +1,13 @@ +diff -Nur -x '*.orig' -x '*~' clutter-gtk-0.8.0/clutter-gtk.pc.in clutter-gtk-0.8.0.new/clutter-gtk.pc.in +--- clutter-gtk-0.8.0/clutter-gtk.pc.in 2008-07-17 16:38:11.000000000 +0100 ++++ clutter-gtk-0.8.0.new/clutter-gtk.pc.in 2008-07-17 16:40:39.000000000 +0100 +@@ -6,6 +6,6 @@ + Name: clutter-gtk + Description: GTK+ widget for Clutter + Version: @VERSION@ +-Libs: -L${libdir} -lclutter-gtk-0.7 +-Cflags: -I${includedir}/clutter-0.7/clutter-gtk +-Requires: clutter-x11-0.7 gtk+-2.0 ++Libs: -L${libdir} -lclutter-gtk-0.8 ++Cflags: -I${includedir}/clutter-0.8/clutter-gtk ++Requires: clutter-x11-0.8 gtk+-2.0 --- clutter-gtk-0.8.0.orig/debian/libclutter-gtk-0.8-dev.install +++ clutter-gtk-0.8.0/debian/libclutter-gtk-0.8-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/*.so +debian/tmp/usr/lib/pkgconfig/ +debian/tmp/usr/include/ --- clutter-gtk-0.8.0.orig/debian/libclutter-gtk-0.8-0.install +++ clutter-gtk-0.8.0/debian/libclutter-gtk-0.8-0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*.so.* --- clutter-gtk-0.8.0.orig/debian/compat +++ clutter-gtk-0.8.0/debian/compat @@ -0,0 +1 @@ +5 --- clutter-gtk-0.8.0.orig/debian/libclutter-gtk-doc.install +++ clutter-gtk-0.8.0/debian/libclutter-gtk-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc/html/ --- clutter-gtk-0.8.0.orig/debian/copyright +++ clutter-gtk-0.8.0/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Ross Burton on Fri, 23 Mar 2007 +14:35:50 +0000 + +It was downloaded from http://projects.o-hand.com/clutter + +Upstream Authors: +Matthew Allum +Emmanuele Bassi +Iain Holmes + +Copyright (C) 2008 OpenedHand Ltd. + +License: + + This library is free software; you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) any + later version. + + This library is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License along + with this library; if not, write to the Free Software Foundation, Inc., 51 + Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/LGPL-2'. + --- clutter-gtk-0.8.0.orig/debian/rules +++ clutter-gtk-0.8.0/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +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 + +DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed" +DEB_COMPRESS_EXCLUDE = .c + +DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc + +common-binary-predeb-arch:: list-missing --- clutter-gtk-0.8.0.orig/debian/control +++ clutter-gtk-0.8.0/debian/control @@ -0,0 +1,52 @@ +Source: clutter-gtk +Section: libs +Priority: optional +Maintainer: Mirco Müller +XSBC-Original-Maintainer: Ross Burton +Build-Depends: debhelper (>= 5), cdbs, libclutter-0.8-dev, libgtk2.0-dev, gtk-doc-tools +Standards-Version: 3.7.2 + +Package: libclutter-gtk-0.8-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Open GL based interactive canvas library GTK+ widget + Clutter is an Open GL based interactive canvas library, designed for creating + fast, mainly 2D single window applications such as media box UIs, + presentations, kiosk style applications and so on. + +Package: libclutter-gtk-0.8-dev +Section: libdevel +Architecture: any +Depends: libclutter-gtk-0.8-0 (= ${binary:Version}), pkg-config, libclutter-0.8-dev, libgtk2.0-dev, ${misc:Depends} +Suggests: libclutter-gtk-doc +Description: Open GL based interactive canvas library GTK+ widget (development files) + Clutter is an Open GL based interactive canvas library, designed for creating + fast, mainly 2D single window applications such as media box UIs, + presentations, kiosk style applications and so on. + . + This package contains the development files. + +Package: libclutter-gtk-0.8-dbg +Section: libdevel +Architecture: any +Priority: extra +Depends: libclutter-gtk-0.8-0 (= ${binary:Version}) +Description: Open GL based interactive canvas library GTK+ widget (debug files) + Clutter is an Open GL based interactive canvas library, designed for creating + fast, mainly 2D single window applications such as media box UIs, + presentations, kiosk style applications and so on. + . + This package contains the debug files. + +Package: libclutter-gtk-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Suggests: devhelp +Description: Open GL based interactive canvas library GTK+ widget (documentation) + Clutter is an Open GL based interactive canvas library, designed for creating + fast, mainly 2D single window applications such as media box UIs, + presentations, kiosk style applications and so on. + . + This package contains the documentation. --- clutter-gtk-0.8.0.orig/debian/libclutter-gtk-doc.links +++ clutter-gtk-0.8.0/debian/libclutter-gtk-doc.links @@ -0,0 +1 @@ +usr/share/gtk-doc/html/clutter-gtk usr/share/doc/libclutter-gtk-doc/html --- clutter-gtk-0.8.0.orig/debian/changelog +++ clutter-gtk-0.8.0/debian/changelog @@ -0,0 +1,75 @@ +clutter-gtk (0.8.0-0ubuntu5) intrepid; urgency=low + + * apply upstream patch from r3150 (see http://svn.o-hand.com/view/clutter/trunk/ + clutter-gtk/clutter-gtk/gtk-clutter-embed.c?rev=3150) to fix wrong name for + pointer-motion-mask, so motion-, enter- and leave-events get triggered + + -- Mirco Müller (MacSlow) Fri, 18 Jul 2008 14:16:06 +0100 + +clutter-gtk (0.8.0-0ubuntu4) intrepid; urgency=low + + * revision-bump for creating intrepid-packages + + -- Mirco Müller (MacSlow) Thu, 17 Jul 2008 16:47:27 +0100 + +clutter-gtk (0.8.0-0ubuntu3) hardy; urgency=low + + * added 01_fix_pkgconfig_file.patch to fix version-number typo, fixed upstream + + -- Mirco Müller (MacSlow) Thu, 17 Jul 2008 16:41:14 +0100 + +clutter-gtk (0.8.0-0ubuntu2) hardy; urgency=low + + * revision-bump for creating hardy-packages + + -- Mirco Müller (MacSlow) Thu, 17 Jul 2008 15:48:26 +0100 + +clutter-gtk (0.8.0-0ubuntu1) intrepid; urgency=low + + * grabbed official 0.8.0 release-tarball from upstream + * based on earlier package from Ross Burton + * added gtk-doc-tools to Build-Depends in debian/control + * added --enable-gtk-doc to debian/rules to ensure proper building of + doc-package + + -- Mirco Müller (MacSlow) Thu, 17 Jul 2008 14:46:21 +0100 + +clutter-gtk (0.6.0-2) unstable; urgency=low + + * Really make the -dbg package priority extra. + + -- Rob Bradford Mon, 18 Feb 2008 19:03:17 +0000 + +clutter-gtk (0.6.0-1) unstable; urgency=low + + * New upstream release. + - Switch away from deprecated substvars. + - Fix debian/copright file. + - Make the -dbg package priority extra. + + -- Rob Bradford Mon, 18 Feb 2008 13:33:30 +0000 + +clutter-gtk (0.5.2-1) unstable; urgency=low + + * New (unstable) upstream release. + + -- Rob Bradford Mon, 11 Feb 2008 17:39:37 +0000 + +clutter-gtk (0.5.0-1) unstable; urgency=low + + * New (unstable) upstream release. + + -- Rob Bradford Thu, 17 Jan 2008 11:30:35 +0000 + +clutter-gtk (0.4.0-1) unstable; urgency=low + + * New upstream release. + + -- Ross Burton Wed, 8 Aug 2007 14:13:46 +0100 + +clutter-gtk (0.1.0-1) unstable; urgency=low + + * Initial release. + + -- Ross Burton Fri, 23 Mar 2007 14:35:40 +0000 + --- clutter-gtk-0.8.0.orig/debian/libclutter-gtk-0.8-dev.examples +++ clutter-gtk-0.8.0/debian/libclutter-gtk-0.8-dev.examples @@ -0,0 +1,2 @@ +examples/*.c +examples/*.png