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
37 lines
1.2 KiB
Makefile
37 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2009/10/26 08:54:52 obache Exp $
|
|
#
|
|
|
|
DISTNAME= clutter-perl-1.0.1
|
|
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.clutter-project.org/sources/clutter-perl/1.0/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.clutter-project.org/
|
|
COMMENT= Perl bindings to the Clutter OpenGL canvas
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
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
|
|
# for META_MERGE
|
|
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.46:../../devel/p5-ExtUtils-MakeMaker
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/Clutter/.packlist
|
|
|
|
BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.180
|
|
.include "../../devel/p5-glib2/buildlink3.mk"
|
|
.include "../../graphics/clutter/buildlink3.mk"
|
|
.include "../../graphics/clutter-gtk/buildlink3.mk"
|
|
.include "../../graphics/p5-cairo/buildlink3.mk"
|
|
.include "../../multimedia/clutter-gst/buildlink3.mk"
|
|
.include "../../multimedia/p5-GStreamer/buildlink3.mk"
|
|
.include "../../x11/p5-gtk2/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|