summaryrefslogtreecommitdiff
path: root/graphics/clutter-gtk/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
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.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-1/+2
2010-10-17Update clutter-gtk to 0.10.8.obache1-3/+2
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 thatwiz1-1/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-08-14Update clutter-gtk to 0.10.6.obache1-4/+3
Clutter-GTK 0.10.6 12/08/2010 ================================== >> Fix event handling with Clutter 1.3.*
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
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.obache1-7/+4
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.obache1-5/+4
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 updatesno1-1/+2
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.obache1-2/+5
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
2008-12-14Import clutter-gtk-0.8.2 as graphics/clutter-gtk.obache1-0/+27
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.