pkgsrc/graphics/clutter/Makefile
obache 309b265a60 Update clutter to 1.0.10.
Clutter 1.0.10 (11/01/2010)
===============================================================================

  * List of changes since 1.0.8

    o Fix the internal copy of JSON-GLib to cope with doubles

    o Force a relayout when showing an actor

    o Fix cursor position in ClutterText when using a pre-edit string

    o Fix the CoreGraphics bitmap loader when dealing with JPEG images

    o Emulate XKB's detectable key auto-repeat on X11

    o Fix HLS-to-RGB conversion on 64bit platforms

    o Let ClutterAnimation keep a weak reference on actors

    o Do not take into account the left edges of the children of a
      ClutterGroup when calculating the group's preferred size
2010-01-20 04:54:51 +00:00

40 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2010/01/20 04:54:51 obache Exp $
#
DISTNAME= clutter-1.0.10
CATEGORIES= graphics
MASTER_SITES= http://www.clutter-project.org/sources/clutter/1.0/ \
${MASTER_SITE_GNOME:=sources/clutter/1.0/}
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
# Workaround for Upstream Bug#562310.
# for more detail, see also PR#41475.
TOOLS_NOOP+= gtkdoc-rebase
.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.json-glib+= json-glib>=0.7.4
.include "../../textproc/json-glib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"