pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-clutter Update p5-clutter to 1.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf69512d0223
branches:  trunk
changeset: 400759:cf69512d0223
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Oct 26 08:54:52 2009 +0000

description:
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

diffstat:

 graphics/p5-clutter/Makefile |  13 +++++--------
 graphics/p5-clutter/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 12 deletions(-)

diffs (53 lines):

diff -r 84e8b4bdf8ec -r cf69512d0223 graphics/p5-clutter/Makefile
--- a/graphics/p5-clutter/Makefile      Mon Oct 26 08:53:01 2009 +0000
+++ b/graphics/p5-clutter/Makefile      Mon Oct 26 08:54:52 2009 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.clutter-project.org/
@@ -16,8 +15,8 @@
 
 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 @@
 
 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 -r 84e8b4bdf8ec -r cf69512d0223 graphics/p5-clutter/distinfo
--- a/graphics/p5-clutter/distinfo      Mon Oct 26 08:53:01 2009 +0000
+++ b/graphics/p5-clutter/distinfo      Mon Oct 26 08:54:52 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index