pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/clutter Update clutter to 0.8.8.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8378a0031299
branches: trunk
changeset: 392740:8378a0031299
user: obache <obache%pkgsrc.org@localhost>
date: Fri May 08 11:02:28 2009 +0000
description:
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:
graphics/clutter/Makefile | 6 ++++--
graphics/clutter/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diffs (35 lines):
diff -r 3e858e116f56 -r 8378a0031299 graphics/clutter/Makefile
--- a/graphics/clutter/Makefile Fri May 08 08:57:58 2009 +0000
+++ b/graphics/clutter/Makefile Fri May 08 11:02:28 2009 +0000
@@ -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 @@
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 -r 3e858e116f56 -r 8378a0031299 graphics/clutter/distinfo
--- a/graphics/clutter/distinfo Fri May 08 08:57:58 2009 +0000
+++ b/graphics/clutter/distinfo Fri May 08 11:02:28 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index