pkgsrc/graphics/clutter/Makefile
obache bbe21843b7 Update clutter to 1.4.0.
Release Notes for Clutter 1.4
-------------------------------------------------------------------------------

* ClutterLayoutManager sub-classes overriding the set_container() virtual
  function should chain up to the parent class's implementation.

* The ClutterTexture:filename property is now readable, as well as writable;
  this allows querying the Texture for the filename storing the image data.
  The value will be unset when using the set_from_*_data() family of
  functions.

* If both the :sync-size and the :keep-aspect-ratio properties of a
  ClutterTexture are set to TRUE, then the texture actor will update its
  ClutterActor:request-mode property depending on the orientation of the
  image data - height-for-width for landscape, and width-for-height for
  portrait. Square image data will default to height-for-width, like all
  actors. You can still explicitly override the :request-mode value, or
  you can unset the :sync-size property to control the size yourself.

* All the key symbol macros have been renamed from CLUTTER_* to
  CLUTTER_KEY_*. The old names are still available inside the
  clutter-keysyms-compat.h header, which is included by clutter-keysyms.h
  unless CLUTTER_DISABLE_DEPRECATED is defined.
2010-11-21 13:20:54 +00:00

42 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.22 2010/11/21 13:20:54 obache Exp $
#
DISTNAME= clutter-1.4.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter/1.4/}
# http://source.clutter-project.org/sources/clutter/1.4/
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=system
PKGCONFIG_OVERRIDE+= clutter/cogl/cogl/cogl.pc.in
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.atk+= atk>=1.7
.include "../../devel/atk/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.18.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gettext-lib/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.10.0
.include "../../textproc/json-glib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"