diff options
author | obache <obache@pkgsrc.org> | 2009-10-26 08:54:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-10-26 08:54:52 +0000 |
commit | ef1d05da3867e1aeab2a59d3424072864e970cec (patch) | |
tree | 2ae88f3e2cf3502c470926cd8350d4bb4130bb62 | |
parent | e699acf3713f1765341b91ea5fa75001151701d1 (diff) | |
download | pkgsrc-ef1d05da3867e1aeab2a59d3424072864e970cec.tar.gz |
Update p5-clutter to 1.0.1.
Clutter 1.001
=============
* Add Clutter::Cogl::Pango API bindings
* Fix a segmentation fault when parsing path nodes of type 'close'
* Add Clutter::Path::foreach() and Clutter::Path::to_cairo_path()
* Allow constructing Clutter::Path objects both by using the stringified
SVG notation and by using lists of Clutter::PathNode objects
* Add more units to the test suite, covering Clutter::Path and Clutter::Event
* Fully document Clutter::Path
* Add an example of a Clutter::Container implementation
* Improve documentation
Clutter 1.000
=============
* First developers snapshot of the Clutter Perl bindings
* Depend on Clutter 1.0.0
* Drop the clutter-gtk, clutter-gst and clutter-cairo bindings
* Add more COGL bindings under Clutter::Cogl
* Port more examples from Clutter to Perl
* Provide more C API for bindings based on perl-Clutter
* Add ParamSpec bindings for colors and units
-rw-r--r-- | graphics/p5-clutter/Makefile | 13 | ||||
-rw-r--r-- | graphics/p5-clutter/distinfo | 8 |
2 files changed, 9 insertions, 12 deletions
diff --git a/graphics/p5-clutter/Makefile b/graphics/p5-clutter/Makefile index 8d897bb2fb1..092cd7d6c2e 100644 --- a/graphics/p5-clutter/Makefile +++ b/graphics/p5-clutter/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2009/08/26 19:57:46 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/10/26 08:54:52 obache Exp $ # -DISTNAME= clutter-perl-0.8.2.0 +DISTNAME= clutter-perl-1.0.1 PKGNAME= p5-${DISTNAME:S/-perl-/-/} -PKGREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/clutter-perl/0.8/ +MASTER_SITES= http://www.clutter-project.org/sources/clutter-perl/1.0/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.clutter-project.org/ @@ -16,8 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends BUILD_DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig - -WRKSRC= ${WRKDIR}/Clutter-0.820 +# for META_MERGE +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.46:../../devel/p5-ExtUtils-MakeMaker MAKE_JOBS_SAFE= no @@ -28,10 +27,8 @@ PERL5_PACKLIST= auto/Clutter/.packlist BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.180 .include "../../devel/p5-glib2/buildlink3.mk" -BUILDLINK_API_DEPENDS.clutter+= clutter>=0.8.2 .include "../../graphics/clutter/buildlink3.mk" .include "../../graphics/clutter-gtk/buildlink3.mk" -.include "../../graphics/clutter-cairo/buildlink3.mk" .include "../../graphics/p5-cairo/buildlink3.mk" .include "../../multimedia/clutter-gst/buildlink3.mk" .include "../../multimedia/p5-GStreamer/buildlink3.mk" diff --git a/graphics/p5-clutter/distinfo b/graphics/p5-clutter/distinfo index c0f3701fd58..aed44abd06a 100644 --- a/graphics/p5-clutter/distinfo +++ b/graphics/p5-clutter/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/12/14 11:13:32 obache Exp $ +$NetBSD: distinfo,v 1.2 2009/10/26 08:54:52 obache Exp $ -SHA1 (clutter-perl-0.8.2.0.tar.gz) = c8d6da2b981ced9a89da785d1bbad8d5abbf88c1 -RMD160 (clutter-perl-0.8.2.0.tar.gz) = bb730e523a8de39414b935749db4afacbbf0e6b3 -Size (clutter-perl-0.8.2.0.tar.gz) = 90861 bytes +SHA1 (clutter-perl-1.0.1.tar.gz) = c4ed1008c54536b065697c5808b7e0cbe568e4a6 +RMD160 (clutter-perl-1.0.1.tar.gz) = d561813b99624b352432d3288fe0b2cdb2596aba +Size (clutter-perl-1.0.1.tar.gz) = 106814 bytes |