NOTICE: This package has been removed from pkgsrc

./wip/clutter, Open GL based interactive canvas library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2.0, Package name: clutter-1.2.0, Maintainer: obache

Clutter it an open source software library for creating fast, visually
rich and animated graphical user interfaces.


Required to run:
[graphics/MesaLib] [graphics/cairo] [devel/glib2] [devel/pango] [x11/gtk2] [x11/Xcomposite] [x11/Xfixes] [x11/libXdamage] [textproc/json-glib]

Required to build:
[pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [devel/pkg-config] [x11/compositeproto] [x11/renderproto] [x11/xproto] [x11/fixesproto] [x11/damageproto] [x11/inputproto] [x11/xextproto] [x11/randrproto]

Package options: x11

Master sites: (Expand)

SHA1: 31eaa2fc180d6eba2ec2175d49fcd1a991a48da1
RMD160: de37dacd9de9ece4dcaa6ffc58c26a61ea910246
Filesize: 3412.588 KB

Version history: (Expand)


CVS history: (Expand)


   2010-03-29 08:12:46 by OBATA Akio | Files touched by this commit (29) | Package removed
Log message:
not handled here for quite a while.
   2010-03-10 13:55:27 by OBATA Akio | Files touched by this commit (1)
Log message:
Fixes paths for MASTER_SITE_GNOME.
   2010-03-03 03:49:45 by OBATA Akio | Files touched by this commit (3)
Log message:
Update clutter-1.2.0 - Stable release! 
   2010-02-25 06:49:31 by OBATA Akio | Files touched by this commit (2)
Log message:
Update clutter to 1.1.14 development snapshot.
   2010-02-17 06:08:36 by OBATA Akio | Files touched by this commit (3)
Log message:
Update clutter development snapshot to 1.1.12.
   2010-01-20 06:21:51 by OBATA Akio | Files touched by this commit (3)
Log message:
Update clutter development snapshot to 1.1.6.

Clutter 1.1.6 (18/01/2010)
===============================================================================

  * List of changes since Clutter 1.1.4

    o Some fixes for the Win32 backend (bug #1905).

    o Profiling support via the UProf library. Configure with
      --enable-profile to get a report after each Clutter application is
      run.

    o Improved conformance tests with coverage reports via gcov.

    o ClutterTexture no longer tries to read back texture data into
      g_malloc'd memory on unrealize (bug #1842).

    o The CGL_* defines from cogl-defines.h have been removed. These
      should not have been used by any applications, but if they were
      being used then please replace them either with the Cogl enums or
      with the appropriate GL_* enum if you are using GL directly.

    o Added a delete-event signal to the stage.

    o Fix for using cogl_rectangle with different texture coordinates
      for multiple layers (bug #1937).

    o Fix for using stencil and depth buffers in FBOs on Intel drivers
      in Mesa (bug #1873).

    o Support for subtitles in ClutterMedia.

    o ClutterGLX will now use an RGB visual by default. For
      applications (and toolkit integration libraries) that want to
      enable the ClutterStage:use-alpha property there is a new
      function: clutter_x11_set_use_argb_visual().

    o Fix ClutterText to allow using Pango markup and attributes in
      the same actor (bug #1940).
   2010-01-09 12:05:43 by OBATA Akio | Files touched by this commit (3)
Log message:
Update clutter to 1.1.4.

Clutter 1.1.4 (03/01/2010)
===============================================================================

  * List of changes since Clutter 1.1.2

    o Update the ClutterScript parser to be more resilient, and support
      constructor and ChildMeta properties. The parser also respects the
      order of the properties in the UI definitions when applying them,
      and will apply the properties of an Actor after building the scene
      graph.

    o Simplified the implementation of LayoutManager sub-classes, and added
      support for animating a layout manager.

    o Allow short-circuiting some layout operations by setting a specific
      flag on ClutterActor.

    o Improve caching of the preferred size of a ClutterActor.

    o Allow declaring "internal children" for a ClutterContainer
      implementation: the memory management of these actors will be deferred
      entirely to the Container.

    o Let the ClutterStage honour the :opacity property and the alpha component
      of the stage color. This requires support in the Clutter backend used.

    o Improve Windows and OSX backends.

    o Simplify the feature detection code for OpenGL; this also reduced the
      required OpenGL version to 1.2.

    o Improve the matrix stack handling code. The matrices can be debugged by
      using the COGL_DEBUG environment variable, assuming that Clutter was
      compiled with the right configure-time switch.

    o Improve COGL API for draw buffers, and for offscreen buffer support.

    o Add support for text direction to ClutterActor.

    o Documentation, introspection and build fixes.
   2009-10-29 06:47:52 by OBATA Akio | Files touched by this commit (4)
Log message:
Switch to 1.1.2, new development snapshot.