summaryrefslogtreecommitdiff
path: root/graphics/clutter-gtk
AgeCommit message (Collapse)AuthorFilesLines
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-02-13gave up maintainership of clutter-1.x packages.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-3/+4
2010-10-17Update clutter-gtk to 0.10.8.obache2-7/+6
Clutter-GTK 0.10.8 16/09/2010 ================================== >> Clean up build environment >> Fix deprecations from GTK 2.21.*
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-3/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-08-14Update clutter-gtk to 0.10.6.obache2-8/+7
Clutter-GTK 0.10.6 12/08/2010 ================================== >> Fix event handling with Clutter 1.3.*
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-2/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-02Update clutter-gtk to 0.10.4.obache2-11/+8
Clutter-GTK 0.10.4 18/03/2010 ================================== * Depend on gtk+ >= 2.19.5 * Depend on clutter >= 1.2.0 * Fix introspection annotations for GtkClutterEmbed, GtkClutterScrollable and GtkClutterZoomable * Do no use deprecated gtk+ API * Documentation fixes
2009-10-26Update clutter-gtk to 0.10.2.obache4-17/+29
Clutter-GTK 0.10 29/07/2009 ============================ Alexander Larsson (1): Make GtkClutterEmbed derive from GtkContainer Chris Lord (1): [util] Add error arguments to texture functions Emmanuele Bassi (14): [zoomable] Add Zoomable interface [zoomable] Fix Introspection data generation [viewport] Implement Zoomable Update the Viewport example [git ignore] Ignore backup and m4 files Post-release bump to 0.9.3 Bump up the required Clutter version [examples] Add a Notebook case [viewport] Use the ::apply_transform vfunc Merge branch 'zoomable' [build] Use symbolic values for clutter-gtk version [build] Depend on Clutter 1.0.0 [docs] Update the API Reference [docs] Update the Since tags
2009-10-16Add gtkdoc-rebase workaround.obache1-1/+5
2009-08-26bump revision because of graphics/jpeg updatesno2-2/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+1
block). Uncomment some commented out LICENSE lines while here.
2009-05-08Update clutter-gtk to 0.8.3.obache2-6/+9
Clutter-GTK 0.8.3 20/02/2009 ============================ - Require Clutter >= 0.8.7 - Emit the ::activate and ::deactivate signals on the stage when we get a focus event on the embedding widget - Propagate the modifiers state for motion events
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-12-14Import clutter-gtk-0.8.2 as graphics/clutter-gtk.obache5-0/+80
Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the default ClutterStage into any GtkContainer.