diff options
author | obache <obache> | 2010-06-02 06:44:22 +0000 |
---|---|---|
committer | obache <obache> | 2010-06-02 06:44:22 +0000 |
commit | dc438a4cf3cf8e22bb517c3025fe24be323f41f4 (patch) | |
tree | fec093fe777b236fda0a2f5db35e5462a81102d8 /graphics/clutter-gtk | |
parent | 2dbb755889793dd2c34c593c1141c01e126130e2 (diff) | |
download | pkgsrc-dc438a4cf3cf8e22bb517c3025fe24be323f41f4.tar.gz |
Update clutter-gtk to 0.10.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
Diffstat (limited to 'graphics/clutter-gtk')
-rw-r--r-- | graphics/clutter-gtk/Makefile | 11 | ||||
-rw-r--r-- | graphics/clutter-gtk/distinfo | 8 |
2 files changed, 8 insertions, 11 deletions
diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile index 6a6eb1bf00c..06c5931c1bc 100644 --- a/graphics/clutter-gtk/Makefile +++ b/graphics/clutter-gtk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/10/26 08:51:01 obache Exp $ +# $NetBSD: Makefile,v 1.7 2010/06/02 06:44:22 obache Exp $ # -DISTNAME= clutter-gtk-0.10.2 +DISTNAME= clutter-gtk-0.10.4 CATEGORIES= graphics MASTER_SITES= http://www.clutter-project.org/sources/clutter-gtk/0.10/ @@ -16,14 +16,11 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -# Workaround for Upstream Bug#562310. -# for more detail, see also PR#41475. -TOOLS_NOOP+= gtkdoc-rebase - PKGCONFIG_OVERRIDE+= clutter-gtk.pc.in -BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0 +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.19.5 .include "../../x11/gtk2/buildlink3.mk" +BUILDLINK_API_DEPENDS.clutter+= clutter>=1.2.0 .include "../../graphics/clutter/buildlink3.mk" .if !empty(PKG_BUILD_OPTIONS.clutter:Mx11) CONFIGURE_ARGS+= --with-flavour=x11 diff --git a/graphics/clutter-gtk/distinfo b/graphics/clutter-gtk/distinfo index f459f80a1c2..a11d3d6c47f 100644 --- a/graphics/clutter-gtk/distinfo +++ b/graphics/clutter-gtk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/10/26 08:51:01 obache Exp $ +$NetBSD: distinfo,v 1.4 2010/06/02 06:44:22 obache Exp $ -SHA1 (clutter-gtk-0.10.2.tar.gz) = 55db953a4059ee611f1915018da0862e5036f242 -RMD160 (clutter-gtk-0.10.2.tar.gz) = d3ccd9460f0083a12d03aa401d5526f75b2eb3c1 -Size (clutter-gtk-0.10.2.tar.gz) = 389054 bytes +SHA1 (clutter-gtk-0.10.4.tar.gz) = f046d46f7e8f2b3fa79f4a165096158581ebf3a8 +RMD160 (clutter-gtk-0.10.4.tar.gz) = 668907266ab27b2a6431e0bc2f6717c7b7cedaf8 +Size (clutter-gtk-0.10.4.tar.gz) = 395425 bytes |