Commit graph

9 commits

Author SHA1 Message Date
sketch
3e82c8a23a Add a bunch more gtkdoc-rebase workarounds. 2009-09-30 09:22:47 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
obache
3c9691e4f4 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
2009-05-08 11:02:28 +00:00
reed
bec128a5ca clutter needs newer MesaLib headers.
The clutter build failed because GLX_FRONT_LEFT_EXT and
GLX_BIND_TO_TEXTURE_RGBA_EXT were not defined. (I had MesaLib-6.4.2nb3
installed.)
So add BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.0
2009-04-11 17:19:00 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
obache
2767f4f503 Import clutter-0.8.4 as graphics/clutter.
Clutter it an open source software library for creating fast, visually
rich and animated graphical user interfaces.
2008-12-14 10:57:18 +00:00