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-cairot to 1.110.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87a66fea7b9f
branches:  trunk
changeset: 629741:87a66fea7b9f
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Jan 27 05:13:42 2014 +0000

description:
Update p5-cairot to 1.110.

Overview of changes in Clutter 1.110 [2012-05-03]
=================================================

 * Initial alpha release of the new introspection-based Clutter Perl bindings

diffstat:

 graphics/p5-clutter/DESCR    |  13 +++----------
 graphics/p5-clutter/Makefile |  26 ++++++++++----------------
 graphics/p5-clutter/distinfo |   8 ++++----
 3 files changed, 17 insertions(+), 30 deletions(-)

diffs (77 lines):

diff -r bacfe2236730 -r 87a66fea7b9f graphics/p5-clutter/DESCR
--- a/graphics/p5-clutter/DESCR Mon Jan 27 04:48:37 2014 +0000
+++ b/graphics/p5-clutter/DESCR Mon Jan 27 05:13:42 2014 +0000
@@ -1,10 +1,3 @@
-Perl bindings to the Clutter OpenGL canvas.  Clutter aims to give a nice
-and easy GObject based API for creating fast, heavily stylised applications,
-such as media box UI, presentations, kiosk style applications, etc.
-
-Clutter uses OpenGL for rendering.
-
-The Clutter Perl bindings allow you to write canvas-based applications in
-a Perlish and object-oriented way, freeing you from having to care about
-casting and memory management of the original Clutter C API, and yet
-remaining close to its spirit.
+This module allows you to use the Clutter library from Perl to create dynamic,
+compelling, and portable graphical user interfaces, using a Perlish and object
+oriented API.
diff -r bacfe2236730 -r 87a66fea7b9f graphics/p5-clutter/Makefile
--- a/graphics/p5-clutter/Makefile      Mon Jan 27 04:48:37 2014 +0000
+++ b/graphics/p5-clutter/Makefile      Mon Jan 27 05:13:42 2014 +0000
@@ -1,33 +1,27 @@
-# $NetBSD: Makefile,v 1.33 2014/01/03 12:36:30 obache Exp $
+# $NetBSD: Makefile,v 1.34 2014/01/27 05:13:42 obache Exp $
 #
 
-DISTNAME=      Clutter-1.002
+DISTNAME=      Clutter-1.110
 PKGNAME=       p5-${DISTNAME:tl}
-PKGREVISION=   22
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Clutter/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.clutter-project.org/
-COMMENT=       Perl bindings to the Clutter OpenGL canvas
+COMMENT=       Perl interface to the 1.x series of the Clutter toolkit
 LICENSE=       gnu-lgpl-v2.1
 
-BUILD_DEPENDS+=        p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
-BUILD_DEPENDS+=        p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig
-# for META_MERGE
-BUILD_DEPENDS+=        {perl>=5.10.1,p5-ExtUtils-MakeMaker>=6.46}:../../devel/p5-ExtUtils-MakeMaker
-
-MAKE_JOBS_SAFE=        no
+BUILD_DEPENDS+=        {perl>=5.8.8,p5-ExtUtils-MakeMaker>=6.30}:../../devel/p5-ExtUtils-MakeMaker
+DEPENDS+=      p5-glib2>=1.253:../../devel/p5-glib2
+DEPENDS+=      p5-cairo-gobject>=1.000:../../graphics/p5-cairo-gobject
+DEPENDS+=      p5-Glib-Object-Introspection>=0.002:../../devel/p5-Glib-Object-Introspection
+DEPENDS+=      p5-pango>=1.220:../../devel/p5-pango
+DEPENDS+=      clutter>=1.0:../../graphics/clutter
 
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c
+USE_LANGUAGES= # empty
 
 PERL5_PACKLIST=        auto/Clutter/.packlist
 
-BUILDLINK_API_DEPENDS.p5-glib2+=       p5-glib2>=1.220
-.include "../../devel/p5-glib2/buildlink3.mk"
-.include "../../devel/p5-pango/buildlink3.mk"
-.include "../../graphics/clutter/buildlink3.mk"
-.include "../../graphics/p5-cairo/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bacfe2236730 -r 87a66fea7b9f graphics/p5-clutter/distinfo
--- a/graphics/p5-clutter/distinfo      Mon Jan 27 04:48:37 2014 +0000
+++ b/graphics/p5-clutter/distinfo      Mon Jan 27 05:13:42 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/08/04 11:40:29 obache Exp $
+$NetBSD: distinfo,v 1.4 2014/01/27 05:13:42 obache Exp $
 
-SHA1 (Clutter-1.002.tar.gz) = ab1470a359c2f1cf4e550f6037c6078a6558f1e4
-RMD160 (Clutter-1.002.tar.gz) = 762c5184805677349263d96936ae50f1dbb9b1a4
-Size (Clutter-1.002.tar.gz) = 109850 bytes
+SHA1 (Clutter-1.110.tar.gz) = 2e3cc78967bb54ee49a9b50c25e1dd8605eb436d
+RMD160 (Clutter-1.110.tar.gz) = 7fc76dfc584100ce700ec3ee942153699908fd8c
+Size (Clutter-1.110.tar.gz) = 13196 bytes



Home | Main Index | Thread Index | Old Index