diff --git a/gtk+/clutter-gtk/clutter-gtk.cache b/gtk+/clutter-gtk/clutter-gtk.cache new file mode 100644 index 000000000..7c96a46ee --- /dev/null +++ b/gtk+/clutter-gtk/clutter-gtk.cache @@ -0,0 +1,98 @@ + +[TIMESTAMP] 1291569761 Sun Dec 5 18:22:41 2010 +[BUILDTIME] 10 (5) +[SIZE] 0.29 MB, 48 files + +[DEP] atk +[DEP] autoconf +[DEP] automake +[DEP] bash +[DEP] binutils +[DEP] bzip2 +[DEP] cairo +[DEP] clutter +[DEP] compositeproto +[DEP] coreutils +[DEP] damageproto +[DEP] dbus-glib +[DEP] diffutils +[DEP] dri2proto +[DEP] expat +[DEP] fhs +[DEP] findutils +[DEP] fixesproto +[DEP] fontconfig +[DEP] freetype +[DEP] gawk +[DEP] gcc +[DEP] gconf +[DEP] gdk-pixbuf +[DEP] gimp +[DEP] glib +[DEP] glibc +[DEP] glproto +[DEP] gobject-introspection +[DEP] grep +[DEP] gst-plugins-base +[DEP] gstreamer +[DEP] gtk+ +[DEP] gtkdoc +[DEP] gtkglext +[DEP] gtkimageview +[DEP] gtkspell +[DEP] hal +[DEP] json-glib +[DEP] kbproto +[DEP] libdrm +[DEP] libgdata +[DEP] libglade +[DEP] libnotify +[DEP] liboil +[DEP] libpng +[DEP] libpthread-stubs +[DEP] librsvg +[DEP] libx11 +[DEP] libxau +[DEP] libxcb +[DEP] libxcomposite +[DEP] libxcursor +[DEP] libxdamage +[DEP] libxext +[DEP] libxfixes +[DEP] libxi +[DEP] libxinerama +[DEP] libxrandr +[DEP] libxrender +[DEP] libxxf86vm +[DEP] linux-header +[DEP] m4 +[DEP] make +[DEP] mesa +[DEP] numpy +[DEP] orbit2 +[DEP] pango +[DEP] patch +[DEP] perl +[DEP] pixman +[DEP] pkgconfig +[DEP] poppler +[DEP] pygobject +[DEP] pygtk +[DEP] python +[DEP] pyxml +[DEP] raptor +[DEP] rasqal +[DEP] redland +[DEP] renderproto +[DEP] sed +[DEP] setuptools +[DEP] sysfiles +[DEP] tar +[DEP] util-linux-ng +[DEP] vte +[DEP] wxpython +[DEP] xextproto +[DEP] xf86vidmodeproto +[DEP] xproto +[DEP] xz +[DEP] zlib diff --git a/gtk+/clutter-gtk/clutter-gtk.desc b/gtk+/clutter-gtk/clutter-gtk.desc new file mode 100644 index 000000000..29ac17515 --- /dev/null +++ b/gtk+/clutter-gtk/clutter-gtk.desc @@ -0,0 +1,33 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../clutter-gtk/clutter-gtk.desc +[COPY] Copyright (C) 2010 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] GTK+ Integration library for Clutter + +[T] GTK+ Integration library for Clutter. + +[U] http://www.clutter-project.org + +[A] see AUTHORS file +[M] The OpenSDE Community + +[C] extra/development + +[L] LGPL +[S] Stable +[V] 0.10.8 +[P] X -----5---9 190.000 + +[O] . $base/package/*/*/gtk+-conf.in + +[D] 2148910115 clutter-gtk-0.10.8.tar.bz2 http://source.clutter-project.org/sources/clutter-gtk/0.10/ diff --git a/gtk+/clutter-gtk/compile-fix.patch b/gtk+/clutter-gtk/compile-fix.patch new file mode 100644 index 000000000..d9e5c5e1e --- /dev/null +++ b/gtk+/clutter-gtk/compile-fix.patch @@ -0,0 +1,28 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../clutter-gtk/compile-fix.patch +# Copyright (C) 2010 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +diff -Nur clutter-gtk-0.10.8-orig/clutter-gtk/Makefile.am clutter-gtk-0.10.8/clutter-gtk/Makefile.am +--- clutter-gtk-0.10.8-orig/clutter-gtk/Makefile.am 2010-12-05 18:20:14.528050530 +0100 ++++ clutter-gtk-0.10.8/clutter-gtk/Makefile.am 2010-12-05 18:21:26.240056101 +0100 +@@ -48,7 +48,7 @@ + $(AM_V_GEN)$(INTROSPECTION_SCANNER) -v \ + --namespace GtkClutter --nsversion=@CLUTTER_GTK_API_VERSION@ \ + --strip-prefix=GtkClutter \ +- $(INCLUDES) $(AM_CPPFLAGS) \ ++ $(INCLUDES) $(AM_CPPFLAGS) $(GTK_CFLAGS) \ + --add-include-path=$(srcdir) --add-include=path=. \ + --include=Clutter-1.0 \ + --include=GdkPixbuf-2.0 \