diff options
author | obache <obache@pkgsrc.org> | 2009-05-08 11:02:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-05-08 11:02:28 +0000 |
commit | 560efaf5d0122765cbc394cf18e7e97b96db213e (patch) | |
tree | e9d019e3d57d43cf994519f7d191d7a41cc96462 /graphics/clutter | |
parent | 20ff9af91b1545716cf9adbcf7ad543b2885bf03 (diff) | |
download | pkgsrc-560efaf5d0122765cbc394cf18e7e97b96db213e.tar.gz |
Update clutter to 0.8.8.
Clutter 0.8.8 (20/02/2009)
===============================================================================
* List of changes between 0.8.6 and 0.8.8
Emmanuele Bassi (5):
Pots-release bump to 0.8.7
Bug 1365 - ClutterEntry doesn't get the cursor when it should
[behaviour-path] Bail out if we don't have knots
[behaviour] Do not notify empty behaviours
[backport] Update the viewport when updating the GL context
Neil Roberts (2):
[backport] Remove backwards timelines check in get_progress
[backport] Set the SYNC_MATRICES flag when a stage is first realized
Owen W. Taylor (2):
Fix properties that have X11 types to be 'long'
Change default tile-waste from 64 to 63
Tomas Frydrych (2):
Fixed handling of enter and leave events in clutter_x11_handle_event()
Fix clutter_x11_texture_pixmap_get/set_property() following change
of PROP_WINDOW type.
Clutter 0.8.6 (14/01/2009)
===============================================================================
* List of changes between 0.8.4 and 0.8.6
o Improve performance of the text layout by drawing multiple
glyphs in a single GL call
o Use a RGB texture for 24bpp pixmaps with the GLX texture-from-pixmap
actor
o Fix a race condition in the X11 backend when resizing the stage
o Fix an off-by-one error in clutter_stage_read_pixels()
o Use ARB_texture_rectangle inside the GLX texture-from-pixmap actor,
if the GL implementation does not provide NPOT textures
o Improved ocumentation and parameters checks
* List of bugs fixed since 0.8.4
o #1305 - NPOT textures unaligned to a pixel sometimes have border
artifacts
o #1303 - clutter_glx_texture_pixmap_using_extenstion doesn't check
if fallbacks are being used
o #1297 - Bring back support for GL_ARB_texture_rectangle
o #1309 - ClutterBehaviourDepth conflicts with orher behaviours
o #1351 - Extra ; in clutter-behaviour-ellipse.c
o #1392 - behaviour_set_alpha set same alpha twice lead to warning
and destroy the input alpha
o #1289 - Draw multiple glyphs at once
Diffstat (limited to 'graphics/clutter')
-rw-r--r-- | graphics/clutter/Makefile | 6 | ||||
-rw-r--r-- | graphics/clutter/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index cf62f477f8c..9349860dce2 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/14 10:57:18 obache Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/08 11:02:28 obache Exp $ # -DISTNAME= clutter-0.8.4 +DISTNAME= clutter-0.8.8 CATEGORIES= graphics MASTER_SITES= http://www.clutter-project.org/sources/clutter/0.8/ @@ -9,6 +9,8 @@ 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 diff --git a/graphics/clutter/distinfo b/graphics/clutter/distinfo index 739eb2415dd..aff36843375 100644 --- a/graphics/clutter/distinfo +++ b/graphics/clutter/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/12/14 10:57:18 obache Exp $ +$NetBSD: distinfo,v 1.2 2009/05/08 11:02:28 obache Exp $ -SHA1 (clutter-0.8.4.tar.gz) = 4a997d4df63db3e152975d91dfa66feb7d69d258 -RMD160 (clutter-0.8.4.tar.gz) = e7f8dc1ec34a51b078f87bbbb5db28c5637c09a2 -Size (clutter-0.8.4.tar.gz) = 2081546 bytes +SHA1 (clutter-0.8.8.tar.gz) = 560e127b99494131ec3b901f53bd93d6809d79ea +RMD160 (clutter-0.8.8.tar.gz) = 400c97617cd26ae9e338cedddce8b67bc3fe4293 +Size (clutter-0.8.8.tar.gz) = 2153665 bytes |