pkgsrc/graphics/clutter/Makefile
obache a8e7926b29 Update clutter to 1.2.10.
Clutter 1.2.10 (08/06/2010)
===============================================================================

  • List of changes since Clutter 1.2.8

    » Update the EGL X11 backend.

    » Build fixes for out of dir builds.

    » Regenerate the mipmaps whenever a texture is modified.

    » Reset the blend constants and equations even if they are the same

    » Flush the Journal when creating an FBO.
2010-07-09 06:25:26 +00:00

38 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.16 2010/07/09 06:25:26 obache Exp $
#
DISTNAME= clutter-1.2.10
CATEGORIES= graphics
MASTER_SITES= http://www.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"