c02cd5effb
Clutter 1.2.14 (24/09/2010) =============================================================================== * List of changes since Clutter 1.2.12 > Backport GLES detection logic, and remove an unwanted GL dependency when building EGLX backends against Mesa. > Fix build on Quartz. > Plug leaks in CoglProgram and CoglShader. > Fixes for CoglShader usage on GLES2. > Backport a fix in the request mode of ClutterBoxLayout. > Documentation fixes. Many thanks to: Neil Roberts Alexandros Frantzis Nate Stedman
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.19 2010/10/16 14:05:17 obache Exp $
|
|
#
|
|
|
|
DISTNAME= clutter-1.2.14
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://source.clutter-project.org/sources/clutter/1.2/
|
|
# ${MASTER_SITE_GNOME:=sources/clutter/1.2/}
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://clutter-project.org/
|
|
COMMENT= Open GL based interactive canvas library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
CONFIGURE_ARGS+= --with-json=check
|
|
|
|
PKGCONFIG_OVERRIDE+= clutter/x11/clutter-x11.pc.in
|
|
PKGCONFIG_OVERRIDE+= clutter/win32/clutter-win32.pc.in
|
|
PKGCONFIG_OVERRIDE+= clutter.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
TEST_TARGET= check
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.pango+= pango>=1.20.0
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.6.0
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.json-glib+= json-glib>=0.8.0
|
|
.include "../../textproc/json-glib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|