Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

clutter-devel-1.6.0-2.1 RPM for x86_64

From OpenSuSE 11.4 for x86_64

Name: clutter-devel Distribution: openSUSE 11.4
Version: 1.6.0 Vendor: openSUSE
Release: 2.1 Build date: Sat Feb 19 23:29:17 2011
Group: Development/Libraries/GNOME Build host: build11
Size: 3374719 Source RPM: clutter-1.6.0-2.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://clutter-project.org/
Summary: The clutter library (Development)
Clutter is an open source software library for creating fast, visually
rich and animated graphical user interfaces. This package contain the
files for development.

Provides

Requires

License

LGPLv2.1+

Changelog

* Mon Jan 31 2011 dimstar@opensuse.org
  - Update to 1.6.0:
    + Remove more private symbols from the X11 backend.
    + Add CLUTTER_BIND_POSITION and CLUTTER_BIND_SIZE values to the
      ClutterBindCoordinate enumeration.
    + Clean up in the X11 backend to reduce indirection.
    + Small clean ups in the Win32 backend.
    + Make Shift+Backspace behave like Backspace in ClutterText.
    + Emit the ::new-frame signal even on the first frame of
      ClutterTimeline, to allow setting up the initial state of an
      animation.
    + Fix an invalid memory access in ClutterAnimator.
    + Flush the per-framebuffer journal when switching between
      framebuffers.
    + Generalize updating GLES2 uniforms.
    + Add debug code for tracing clipping in Cogl.
    + Improve the OSX event loop, re-using the same implementation
      as GDK. Also, provide simple, core-like device support.
    + Bugs fixed: fdo#2490, fdo#2530, fdo#2534
* Thu Jan 27 2011 dimstar@opensuse.org
  - Update to version 1.5.14:
    + Allow getting the state modifiers from a ClutterClickAction.
    + Fix ClutterDragAction to never leave the event delivery in an
      unwanted state.
    + Optimize state changes for texture and data states.
    + Enable VBO support in Cogl for GLES2.
    + Fix compilation on GLES1.1.
    + Documentation fixes.
    + ClutterGLXTexturePixmap has been deprecated; its parent class
      ClutterX11TexturePixmap and the low level CoglTexturePixmapX11
      API provide access to the same features.
    + Be more resilient against timelines controlling the state of
      other timelines during the clock tick.
    + Provide defines for the windowing platforms, to allow portable
      applications to include the correct header and select the
      correct API depending on the target.
    + Introduce a fast path for cogl_read_pixels() that uses the
      journal to determine the position of a single pixel on the
      stage
    + Support XInput axis data on valuator devices, and introduce
      XInput2 support for event translation and device hotplugging.
    + Clean up the unintentionally leaked internal symbols in the X11
      and GLX backends.
    + Allow defining the contents of the rows of a ListModel using
      ClutterScript. This completes the ability to fully define a
      ClutterListModel inside a UI definition file.
    + Bugs fixed: fdo#1422, fdo#1456, fdo#1721, fdo#2268, fdo#2400,
      fdo#2497, fdo#2512, fdo#2513, fdo#2516, fdo#2518, fdo#2520,
      fdo#2522, fdo#2524, fdo#2526, fdo#2527, fdo#2528.
* Thu Jan 13 2011 fcrozat@novell.com
  - Update to version 1.5.12:
    + Allow disabling the focus when showing a ClutterStage; this
      also makes Clutter more compliant to the X11 window manager
      specifications.
    + Avoid state corruption in relayout cycles.
    + Do not crash when destroying actors during CLUTTER_LEAVE
      events.
    + Remove signal handlers when disposing constraints.
    + Keep the pixel alignment for ClutterAlignConstraint.
    + Do not release compiled ClutterShader during their finalization
      to avoid a warning.
    + Revert an ABI break on the ClutterContainer pre-requisites.
    + Fix the name of the cogl_normal_in attribute.
    + Do not assume CoglBitmaps are allocated to height * rowstride.
    + Fix the core device list creation on X11.
    + Avoid enabling blending in the Cogl journal, if possible.
    + Documentation fixes.
    + Build fixes for mixed autotools version environment.
    + Improve the performance of getting the number of rows of a
      ClutterListModel.
    + Don't use obsolete API internally.
    + Build fix for compiling EGL backend with OpenGL under X11.
    + Parse GType object properties in ClutterScript.
* Sun Dec 19 2010 vuntz@opensuse.org
  - Update to version 1.5.10:
    + Add an evdev input backend; this adds support for input devices
      on Linux when using the EGL-based backends.
    + Update the build scripts for compiling the Windows backend.
    + Updates for the Cookbook and the API references.
    + Fix ClutterModel::get_iter_at_row() for filtered
      ClutterListModels.
    + Scores of fixes to the pipeline state object for GLES2.
    + Add code that tries to perform manual clipping to avoid
      breaking up batches of primitives.
    + Keep a cache of ARBfp programs indexed by the pipeline state
      that led to their generation.
    + Accept G_TYPE_DOUBLE values in ClutterShaderEffect uniforms.
    + Update the Wayland client backend.
    + Update the build for Windows.
    + Rename the ClutterTimeline:reverse property introduced in
      Clutter 1.5.6 to ClutterTimeline:auto-reverse.
    + Clean up the interactive tests suite.
* Thu Dec 16 2010 vuntz@opensuse.org
  - Update to version 1.5.8:
    + Add a migration guide for code using Behaviours.
    + Allow parsing rgb(), rgba(), hls() and hlsa() color
      definitions.
    + Performance improvements for the ClutterX11TexturePixmap.
    + For caching purposes, do not discard the Material or the
      compiled shaders for Offscreen and Shader effects.
    + Fix image height in 3D Cogl textures.
    + Create a GLSL generation backend for materials, similar to the
      ARBfp one; this backend is the default for GLES2.
    + Use FBOs and cogl_read_pixels() to efficiently read back
      partial texture data.
    + Various fixes in paint volumes computation and caching.
    + Use the internal scene graph walk API to remove the map/unmap
      implementation requirement for composite actors and for
      containers with internal children.
    + Simplify the backend notification of layer changes.
    + Queue clipped redraws for Expose events on X11.
    + Plug leaks.
    + Include a porting guide from Behaviours.
    + Add a recipe on scaling animations in the Cookbook.
  - Changes from version 1.5.6:
    + Deprecate ClutterBehaviour and its sub-classes: the same
      functionality is available using the animation framework.
    + Add ClutterSnapConstraint, a constraint implementation that
      snaps together the edges of two actors.
    + Add ClutterPathConstraint::node-reached.
    + Deprecate ClutterTimeoutPool and ClutterFrameSource: this API
      is not used internally any more, and since it's not integrated
      with the master clock it's of relative use.
    + Add a named, global color palette.
    + Add the ClutterTimeline:reverse property, for automatically
      reversing the direction of a timeline after the emission of the
      ::completed signal.
    + Performance improvements in the clip stack.
    + Do not use pointer grabs in ClutterClickAction.
    + Improve the internally used Cogl API for primitives, paths and
      buffers; this is the first step towards Cogl 2.0.
    + Allow using the COGL_DEBUG environment variable to disable the
      NPOTs support.
    + Plug a nasty infinite loop in the XSETTINGS implementation.
    + Internally rename CoglMaterial to CoglPipeline; this should
      make it clearer that the API refers to the state of the GPU
      pipeline.
    + Add support for clipped redraws on EGL using the
      NOK_swap_region extension.
    + Build fixes.
    + Use the monotonic clock API if compiling against GLib ≥ 2.27.3.
    + Update examples in the Cookbook.
    + Add a Cookbook recipe for looping animations.
    + Add more documentation on Constraints.
    + Documentation fixes.
    + Updated translations.
  - Changes from version 1.5.4:
    + Add a backend for Wayland.
    + Do not generate the conformance tests list using the
      test-conformance binary.
    + Implement interval progress functions for ActorBox, Vertex,
      Geometry, Color and Units.
    + Allow overriding the surface creation in Clutter.CairoTexture.
    + Add interpolate() method to Clutter.Color.
    + Add ClutterPathConstraint, a simple constraint that sets the
      origin of an actor's allocation to follow a ClutterPath.
    + Plug some memory leaks.
    + Fix build of the CEx100 and EGL backends.
    + Fixes for the OSX backend.
    + Documentation consistency and spell checking fixes.
    + Build fixes.
    + Updated translations.
  - Changes from version 1.5.2:
    + Add API to ClutterActor to allow any actor to define its 3D
      paint volume and its stage-relative 2D bounding box; the paint
      volume is the 3D space occupied by an actor during the paint
      sequence.
    + Remove the internal copy of JSON-GLib.
    + Use g_object_install_properties() with GLib 2.26.
    + Implement ClutterContainer::child-notify, which slipped through
      the cracks of many development cycles without anyone noticing.
    + Document and test clutter_actor_contains(), especially the
      corner cases.
    + Plug memory leaks.
    + Trap glXDestroyPixmap() in CoglTexturePixmapX11 to avoid
      BadDrawable errors when the GLX pixmap is destroyed behind
      Cogl's back.
    + Rework the build system to be as non-recursive as possible.
* Tue Dec 07 2010 vuntz@opensuse.org
  - Update to version 1.4.2:
    + Optimize ClutterText's preferred height computations when in
      single line mode.
    + Fix build for CEx100 backend.
    + Fix the example code in the Cookbook recipes to be C90
      compliant.
    + Add optimizations in ClutterActor for show, hide and
      queue_relayou().
    + Build fixes for introspection data.
    + Trap glXDestroyPixmap() to avoid an ordering issue when freeing
      pixmaps.
    + Fix segfaults with empty XSettings and font names.
    + Do not use exclusive pointer grabs in ClickAction.
    + Fixes for the win32 backend.
    + Do not destroy materials and shaders when not needed.
    + Leaks fixed.
  - Drop clutter-fix-build.patch: fixed upstream.
* Fri Oct 01 2010 vuntz@opensuse.org
  - Add clutter-fix-build.patch to fix build with
    gobject-introspection 0.9.10.
* Fri Sep 24 2010 dimstar@opensuse.org
  - Update to version 1.4.0:
    + Add support for describing ClutterState states using
      ClutterAnimators in ClutterScript.
    + Build fixes
    + Include ClutterConstraints into the allocation phase, to avoid
      layout cycles and improve the performance.
    + Add new recipes to the Cookbook to illustrate constraints-based
      layouts.
    + Fix the request mode of ClutterBoxLayout.
    + Fix the handling of transformations in ClutterOffscreenEffect.
    + Documentation and introspection fixes.
  - Drop clutter-fix-gir-generation.patch: fixed upstream.
* Sun Sep 19 2010 dimstar@opensuse.org
  - Add clutter-fix-gir-generation.patch: Fix the creation of the
    .gir file by passing CLUTTER_CFLAGS to g-ir-scanner.
* Wed Sep 15 2010 vuntz@opensuse.org
  - Update to version 1.3.14:
    + Fix applying layout properties from ClutterScript definitions
      in case of multiple children.
    + Add a Clutter EGL backend for Intel CEx100 platforms.
    + Add new recipes in the Cookbook:
    - texture cross-fading
    - ClutterScript definitions
    - event handling
    - ClutterAnimator
    - reusing complex animations
    + Add methods to retrieve the clicked button and to force a
      release in ClickAction.
    + Documentation fixes in the API reference.
    + Cache a full pick buffer and re-use it in case the scene does
      not change between events.
    + Fix a Valgrind report of memory corruption in
      ClutterState.remove_key().
    + Allow detaching animations created with
      clutter_actor_animate().
    + Depend on GObject-Introspection >= 0.9.5.
    + Provide introspection data for the X11-specific API, like
      ClutterX11TexturePixmap
    + Use a template material for ClutterTexture to minimize the
      creation of new materials.
    + Split ClutterDragAction:drag-threshold into two, per-axis
      properties: :x-drag-threshold and :y-drag-threshold.
    + Allow disabling the -Bsymbolic flag when linking.
    + Use gettext >= 0.17 to handle the localization.
    + Flush the framebuffer earlier when drawing the vertex buffers,
      to fix a crash when dealing with clip stacks.
    + Make sure ClutterX11TexturePixmap removes the Cogl texture
      handle before freeing the X11 Pixmap to avoid an error.
    + Avoid regenerating the CoglMaterial programs too many times.
  - Pass --disable-conformance to configure: we don't want to run the
    test suite.
* Tue Aug 17 2010 dimstar@opensuse.org
  - Update to version 1.3.12:
    + New recipes in the Cookbook:
    - create and animate sub-textures
    - layout managers
    - scroll events
    + Set the ClutterTexture:filename property to also be readable.
    + Avoid layout cycles when creating ClutterLayoutMeta objects
      during the ::allocate implementation
    + Add a ClutterTableLayout, a layout manager for tabular layouts.
    + Capture ENTER and LEAVE events on the stage within the
      DragAction.
    + Plug memory leaks.
    + Use g_object_notify_by_pspec(), if available, to speed up the
      emission of the ::notify signal on property changes.
    + Re-use the Cogl texture atlas for the CoglPango glyphs cache,
      and improve the performance with large font sizes.
    + Various fixes in the Materials comparison and inheritance.
    + Add the ability to associate a user program to a material.
* Fri Aug 06 2010 vuntz@opensuse.org
  - Update to version 1.3.10:
    + Fix a locale-dependent conversion from double to string when
      generating ARBfp programs for the materials.
    + Use the XKB extension on X11 platforms to convert between
      hardware keys to key symbols.
    + Documentation fixes in the API reference.
    + More recipes, with videos and full examples, in the Cookbook.
    + Add localization support and initial translations of error
      messages that might be visualized in a user interface.
    + Improve debugging output.
    + Fix build of the GLX backend on OSX.
    + Multiple fixes to the native OSX backend.
    + Add support for 3D textures in Cogl.
    + Fix shader-related issues and leaks in the new Material code.
    + Unify GLSL support in the GL and GLES 2.0 drivers.
    + Allow specifying an hint to disable clearing the stage before
      each paint cycle.
  - Drop clutter-buildgir.patch: fixed upstream.
  - Create a lang package, that is recommended by
    libclutter-glx-1_0-0 (and make libclutter-glx-1_0-0 provide
    clutter, so that the lang package is installable).
* Wed Jul 28 2010 dimstar@opensuse.org
  - Update to version 1.3.8:
    + Merge Cally, the Clutter Accessibility Library, in the Clutter
      tree.
    + Take into consideration the source actor's position in the
      AlignConstraint logic.
    + Update the internal COGL tesselator with the latest GLU code.
    + Fix CoglTexture data readback.
    + Use GL_MAX_TEXTURE_SIZE on GLES when checking the supported
      texture size.
    + Add missing public functions from COGL headers.
    + Fix GLES build after the Cogl material changes.
    + Rename the experimental CoglPixelBuffer API to CoglPixelArray.
    + Split the clutter_state_change() method into two:
      clutter_state_set_state(), for animated state changes; and
      clutter_state_warp_to_state() for immediate state changes.
    + Updated translations.
  - Add clutter-buildgir.patch to fix gir generation, taken from
    upstream git.
* Wed Jul 21 2010 vuntz@opensuse.org
  - Clean up update to 1.3.6.
  - Change explicit Mesa-devel, glib2-devel,
    gobject-introspection-devel, gtk2-devel, pango-devel,
    xorg-x11-devel, xorg-x11-libXfixes-devel BuildRequires to
    pkgconfig() BuildRequires: atk, cairo, gdk-pixbuf-2.0, gl,
    gobject-2.0, gobject-introspection-1.0, pangocairo, x11,
    xcomposite, xdamage, xext, xfixes.
  - Add pkgconfig(json-glib-1.0) BuildRequires to not use the
    internal copy of json-glib.
  - Add pkgconfig(xi) BuildRequires for xinput support and pass
    - -enable-xinput to configure.
  - Remove explicit Mesa-devel, cairo-devel, glib2-devel, gtk2-devel,
    pango-devel, xorg-x11-devel, xorg-x11-libX11-devel,
    xorg-x11-libXext-devel, xorg-x11-libXfixes-devel Requires of
    devel package: they're replaced with automatically added
    pkgconfig() Requires.
  - Move gir files to devel subpackage.
* Thu Jul 08 2010 dimstar@opensuse.org
  - Update to version 1.3.6:
    + Provide a fallback on GLX if the MESA_copy_sub_buffer extension
      is not available, by using EXT_framebuffer_blit. Both
      mechanisms are also throttled to avoid taking all resources
      when using them in a compositor like Mutter.
    + Use (and cache) fragment shaders instead of texture combiners
      inside Cogl materials. Cogl will automatically fall back from
      GLSL to ARBfp to fixed functions depending on the level of
      support of the underlying GL implementation.
    + Implement a new design for materials; this allows scaling up
      the number of materials in a scene, and also makes copying
      materials less expensive.
    + Make Cogl materials responsible for depth testing, and add new
      experimental API.
    + Use the (modified) GLU tesselator to draw paths to a vertex
      buffer object instead of using the stencil buffer, or the
      scanline rasterizer on platforms without a stencil buffer.
    + Add ClutterDeformEffect, a base class for effects that deform
      an actor's geometry when painting it; ClutterPageTurnEffect is
      an implementation of a "page curl" deformation using the
      DeformEffect API.
    + Always use scissoring when clipping, to reduce the amount of
      buffer that has to be cleared.
    + Allow ClutterShaderEffect sub-classes to use vertex shaders by
      setting a constructor property; the default remains fragment
      shader.
    + Remove the button of the press event from the
      DragAction::drag-begin and DragAction::drag-end signals.
    + Do not promote clipped redraws to full redraws.
    + Improve the consistency of the default state name in
      ClutterState, both in the API and in the serialization format.
    + Fix a rounding error with the Text layout size.
    + Add utility functions for CoglMatrix and CoglColor.
    + Avoid a re-allocation cycle warning when resizing the surface
      of a CairoTexture actor from within the allocate()
      implementation.
    + Do not add the GL libraries for the EGL X11 backend.
    + Add more checks for size of data passed to the shader types
      GValue functions.
    + Add width and height to the BindConstraint.
    + Parse actions, constraints and effects inside an actor
      definition for ClutterScript.
    + Merge the code of native and x11 backends for EGL into a single
      backend; also allow creating GL context with the EGL backend.
    + Use XSETTINGS to set up the backend configuration options, like
      the font name, resolution, font options and double click
      options, on X11; this also allows ClutterText actors created
      using the default font name to be updated when the font name
      and options change; similarly, this allows ClutterUnits to be
      updated when the screen resolution changes.
    + Implement the texture_from_pixmap extension support inside Cogl
      itself, and unify ClutterX11TexturePixmap and
      ClutterGLXTexturePixmap.
    + Documentation improvements in the API reference and in the
      cookbook.
    + Use the -Bsymbolic-functions linker option on supported
      platforms to avoid intra-library PLT jumps.
    + Fix painting transparent stages on X11 using the :use-alpha
      property of ClutterStage.
    + Fix emission of scroll events on Windows.
  - Changes from version 1.3.2:
    + Add ClutterEffect, a ClutterActorMeta sub-class that affects
      the way an actor paints itself.
    + Add ClutterClickAction, an action that provides "button-like"
      semantics for any ClutterActor.
    + ClutterDragAction now moves the actor to which it has been
      applied by default, using a class handler for the ::drag-motion
      signal.
    + Add the :pick-with-alpha property to ClutterTexture; this
      property allows using the alpha channel of a texture when
      picking it.
    + Regenerate the mipmaps on COGL textures when a texture is
      modified.
    + Documentation and build fixes.
  - Changes from version 1.3.2:
    + Add ActorMeta, a class for run-time composition of actions
      and constraints on a ClutterActor:
    - Add ClutterAction, a class for implementing business logic
      related to event handling.
    - Add ClutterConstraint, a class for implementing business
      logic related to sizing and positioning.
    - ClutterDragAction is an Action sub-class that implements
      signals and properties for dragging actors.
    - ClutterAlignConstraint and ClutterBindConstraint are two
      Constraint sub-classes that allow relative positioning with
      fixed layout managers.
    + Add ClutterState, an object for defining state transitions.
    + Add ClutterBoxLayout:homogeneous property.
    + Implement retained clip stacks.
    + Support retained paths.
    + Add an experimental vector3 API.
    + Make ClutterActor implement AtkImplementor, and allow
      retrieving an AtkObject from a ClutterActor.
    + Improve ClutterText's Pango layout caching mechanism.
    + Fix set up of the GLX_SGI_swap_control extension.
    + Fix EGLX backend.
    + Documentation fixes for Clutter and COGL.
    + Fix the conformance test suite by executing every test unit in
      a separate process.
    + Add platform-dependent defines for Cogl.
    + Update the MingW cross-compilation script.
    + New recipe in the Cookbook.
  - Move the make check properly to the %check section, but disable
    it for the moment. Development went a bit ahead the test suite
    and it does not even start.
* Mon May 10 2010 dimstar@opensuse.org
  - Update to version 1.2.8:
    + Ignore unexpected GLX_BufferSwapComplete coming from Mesa
    + Use the correct function for the GL_OES_framebuffer_object
      extension
    + Fix the chaining up of the GLX backend when dealing with
      redirected event handling (e.g. by Mutter)
    + Do not attempt to use GL to convert formats under GLES
    + Improve the robustness of the checks dealing with the maximum
      amount of layers in a CoglMaterial
    + Fix cogl_read_pixels() on GLES
    + Do not try to union sub paths
    + Fix the clip stack
    + Fix clutter_event_get_coords() for ENTER and LEAVE events.
    + Documentation fixes in the Cogl path API
    + Fix typos in the introspection annotations.
* Thu Apr 29 2010 dimstar@opensuse.org
  - Update to version 1.2.6:
    + Check if the TexturePixmap actor have an allocation before
      asking for its allocation box, to avoid a costly re-layout.
    + Handle spurious GLX_BufferSwapComplete events more gracefully
      than an assertion failure.
    + Fix a memory leak in the atlas.
    + Use the right constant when calling GetClassLongPtr() in the
      win32 event handling code; this fixes a compilation issue on
      win64.
    + Check the size of the Pango layouts in the cache to avoid
      blowing cache slots.
    + Remove the need for using a function introduced by GLib 2.18,
      to keep our current requirements.
    + Documentation fixes in Clutter and COGL.
* Mon Mar 22 2010 dimstar@opensuse.org
  - Update to version 1.2.4:
    + Add more error reporting in case the GLX context creation
      failed
    + Fix cogl_texture_get_data() returning garbage
    + Fix the computation of the stage bounding rectangle when
      submitting clipped redraw requests
    + Switch texture units before setting the Cogl texture filters
    + Make sure that GLX_SGI_swap_control is set up correctly
* Mon Mar 15 2010 dimstar@opensuse.org
  - Update to version 1.2.2:
    + Fix introspection annotations for ClutterBox
    + Compilation fixes for the EGL native backend
    + Fix ClutterX11TexturePixmap ::queue-damage-redraw default
      handler registration to avoid a run-time warning
    + Handle TEXTURE_RECTANGLE_ARB in the 2D sliced textures, and add
      a test case for that extension to avoid regressions
    + Improve the strictness of the JSON parser in the internal copy
      of JSON-GLib to which we fall back in the absence of the system
      one
    + Fix a crasher on NVidia drivers when enabling the ARGB visuals
      by default on GLX.
* Wed Mar 03 2010 dimstar@opensuse.org
  - Update to version 1.2.0:
    + Improve the Animator API for consistency, and the
      implementation to match the intended behaviour, as documented
    + Add initial (and internal) support for queueing clipped region
      updates and let the GLX texture-from-pixmap actor take
      advantage of it
    + Support any pixel format in cogl_read_pixels()
    + Conditionally use G_VALUE_COLLECT_INIT() in functions using
      variadic arguments lists
    + Consistently use :min-width and :min-height inside the Stage to
      define the minimum size of the Stage window
    + Implement the Scriptable interface for ClutterModel
      sub-classes; this allows setting ClutterModel columns (both
      types and names) in ClutterScript definitions
    + Add support for unsigned integer indices in the VertexBuffer
      API
    + Documentation fixes for Clutter: the coverage is now 100%
    + Fixes for the EGL native backend
    + Require libtool >= 2.2.6
    + Improve tests coverage
* Thu Feb 25 2010 dimstar@opensuse.org
  - Update to version 1.1.14:
    + Fix interaction between user resizable Stages and fullscreen on
      X11
    + Define the semantics of ENTER and LEAVE events when actors are
      on the border of the Stage window
    + Take the InputDevice of an event into consideration when
      throttling MOTION events
    + Round the coordinates when clipping to a rectangle in window
      coordinates
    + Always trust the user-provided coordinates when creating a
      CoglTexture from a foreign GL texture
    + Split Clutter's debug annotations from the pick and paint mode
      behavioural modifiers
    + Improve the usage of the CLUTTER_ACTOR_NO_LAYOUT flag so that
      every actor using a ClutterFixedLayout manager will
      automatically benefit from it
    + Fix the packing order of ClutterBox so that the convention of
      first-in-first-painted is maintained
    + Documentation fixes
* Wed Feb 17 2010 dimstar@opensuse.org
  - Update to version 1.1.12:
    + Added ClutterAnimator, a class that allows defining complex
      implicit animations involving multiple actors and states
    + New experimental COGL API to expose “hardware” buffers such as
      PBOs or libdrm surfaces
    + Fixed the issues with resizable stages getting a 1×1 window
      with the X11 backends
    + Expose input devices for every event; by default, X11 and
      Windows backends expose the core devices only
    + Add the ClutterStage:key-focus property, for key focus tracking
    + Allow setting transformable value types in ClutterAnimation
      when calling clutter_animation_bind() and
      clutter_animation_update()
    + Delay the creation of the default Stage until
      clutter_stage_get_default() is actually called; this reduces
      the work of clutter_init()
    + Implement Ctrl+Delete and Ctrl+Backspace in ClutterText
    + Improve the extendability of CoglTexture with internal backends
    + Add implicit texture atlasing; Cogl will try to put every
      texture inside the same texture atlas by default, to avoid
      state changes in the driver and (hopefully) improve performance
    + Fix notification of the cursor and selection changes in
      ClutterText; this improves the usage of Clutter from A11Y
      toolkits
    + Do not wait for a frame if the system clock goes backwards
    + Fix the dirtying of the clip state; this unbreaks
      cogl_path_fill()
    + Documentation and build fixes: COGL is now 100% documented
    + Fixed compilation with the Sun C compiler
    + Use SSE2 instructions to premultiply RGBA images, if available
    + Improve readability of ClutterActor::raise/::lower warnings
    + Add sanity checks for _clutter_do_pick() to avoid invoking it
      on stages in their destruction phase
    + Avoid multiple type checks in clutter_actor_get_paint_opacity()
    + Fix some race conditions in the resizing of the Stage on the
      X11 backends
    + Optimize taking sub-textures of sub-textures
    + Add support for getting event notification after a non-blocking
      glXSwapBuffers() by using the INTEL_GFX_swap_events extension
      that has been added to Mesa 7.8
    + Improve ClutterBox and ClutterGroup
  - Drop clutter-cogl-buffer.patch: fixed upstream.
* Wed Feb 10 2010 dimstar@opensuse.org
  - Update to version 1.1.10:
    + Fixed a regression in textures that caused all the textures to
      be drawn as white rectangles
    + Fixed compilation with the Sun C compiler
    + Use SSE2 instructions to premultiply RGBA images, if available
    + Improve readability of ClutterActor::raise/::lower warnings
  - Changes from version 1.1.8:
    + Added ClutterAnimator, a class that allows defining complex
      implicit animations involving multiple actors and states
    + New experimental COGL API to expose "hardware" buffers such as
      PBOs or drm surfaces
    + Fixed the issues with resizable stages getting a 1x1 window
      with the x11 backends
    + Expose input devices for every event; by default, X11 and
      Windows backends expose the core devices only
    + Add the ClutterStage:key-focus property, for key focus tracking
    + Allow setting transformable value types in ClutterAnimation
      when calling clutter_animation_bind() and
      clutter_animation_update()
    + Delay the creation of the default Stage until
      clutter_stage_get_default() is actually called
    + Implement Ctrl+Delete and Ctrl+Backspace in ClutterText
    + Improve the extendability of CoglTexture with internal backends
    + Add implicit texture atlasing
    + Fix notification of the cursor and selection changes in
      ClutterText
    + Do not wait for a frame if the system clock goes backwards
    + Fix the dirtying of the clip state; this unbreaks
      cogl_path_fill()
    + Documentation and build fixes
  - Fix build by adding clutter-cogl-buffer.patch from upstream.
* Wed Jan 20 2010 dimstar@opensuse.org
  - Update to version 1.1.6:
    + Some fixes for the Win32 backend
    + Profiling support via the UProf library
    + Improved conformance tests with coverage reports via gcov
    + ClutterTexture no longer tres to read back texture data into
      g_malloc'd memory on unrealize
    + The CGL_* defines from cogf-defines.h have been removed
    + Added a delete-event signal to the stage
    + Fix for using cogl_rectangle with different texture coordinates
      for multiple layers
    + Fix for using stencil and depth buffers in FBOs on Intel
      drivers in Mesa
    + Support for subtitles in ClutterMedia
    + ClutterGLX will now use an RGB visual by default
    + Fix ClutterText to allow using Pango markup and attributes in
      the same actor.
* Mon Jan 04 2010 vuntz@opensuse.org
  - Update to version 1.1.4:
    + 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.
    + Simplified the implementation of LayoutManager sub-classes, and
      added support for animating a layout manager.
    + Allow short-circuiting some layout operations by setting a
      specific flag on ClutterActor.
    + Improve caching of the preferred size of a ClutterActor.
    + Allow declaring "internal children" for a ClutterContainer
      implementation: the memory management of these actors will be
      deferred entirely to the Container.
    + Let the ClutterStage honour the :opacity property and the alpha
      component of the stage color. This requires support in the
      Clutter backend used.
    + Improve Windows and OSX backends.
    + Simplify the feature detection code for OpenGL; this also
      reduced the required OpenGL version to 1.2.
    + 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.
    + Improve COGL API for draw buffers, and for offscreen buffer
      support.
    + Add support for text direction to ClutterActor.
    + Documentation, introspection and build fixes.
* Sat Nov 14 2009 vuntz@opensuse.org
  - Update to version 1.1.2:
    + Add ClutterLayoutManager, an abstract proxy class for easily
      writing layout management policies; also add ClutterLayoutMeta,
      a class for storing layout properties.
    + Add ClutterBox, a generic container actor that relies on a
      ClutterLayoutManager instance to manage the layout of its
      children.
    + Add the following layout managers:
    - ClutterFixedLayout - a layout manager implementing the policy
      used by ClutterGroup
    - ClutterBinLayout - a layout manager for packing actors as
      layers inside the same area, with per-actor alignment
    - ClutterFlowLayout - a layout manager arranging actors as a
      reflowing grid
    - ClutterBoxLayout - a layout manager arranging actors as a
      single line
    + Remove the requirement for the backend-specific implementation
      of ClutterStage to be a ClutterActor: a Stage implementation
      must only implement the ClutterStageWindow interface. This
      cleans up the backend code.
    + COGL source tree clean up and rationalization; COGL now knows
      the platform, and not only the driver (GL or GLES) so we can
      migrate part of the low-level backend code from Clutter to COGL
      where it makes sense.
    + Remove code duplication across whole COGL.
    + The GLES 2.0 driver for COGL, and the EGLX backend for Clutter
      have been fixed and confirmed working.
    + Add "dump-pick-buffer" to CLUTTER_DEBUG: this debug options
      dumps the contents of each pick() buffer into a PNG file, for
      debugging purposes.
    + Allow interpolating intervals of ClutterUnits for animating
      unit-based properties.
    + Increase strictness and correctness of the ClutterUnits grammar
      parser.
    + Add GValue transformation functions for ClutterPath to and from
      a string.
    + Fix word movement in ClutterText; implement GObject getter for
      :use-markup; emit notification for :position; decouple the
      :text property from the :use-markup property.
    + Do not queue redraws or relayouts on actors currently being
      destroyed.
    + Support #rrggbb and #rgb notations for ClutterColor.
    + Multiple bug fixes.
    + Provide _NET_WM_PID on the X11 stage implementation.
    + Documentation and Introspection annotation fixes.
    + Add test units for the ClutterActor size requesition.
    + Build fixes.
    + Use AM_SILENT_RULES if Automake 1.11 is detected, and fall back
      to Shave on older Automake versions.
* Mon Sep 28 2009 dimstar@opensuse.org
  - Update to version 1.0.6:
    + A couple of new unit tests
    + Fix ClutterGroup depth sorting
    + Fix double to float type conversions in ClutterScript and
      update test-script.json
    + Do not attempt to free empty ClutterModel column names
    + Fix the BlendString parser
    +  Fix the parsing of special "signal-" property names available
    + Adds a "use-markup" property getter for ClutterText
    + Account for clock roll backs between frames
    + Disable mipmap filters before checking framebuffer object
      completeness
    + Fix cogl_clear so the alpha component isn't ignored
    + Fix for the GLES 2.0 Cogl backend and the eglx Clutter backend
    + Updated documentations and translations.
* Thu Aug 27 2009 captain.magnus@opensuse.org
  - Update to version 1.0.4:
    + Fix the warnings for Animation::update_interval()
    + [cogl-texture] Set GL_PACK_ROW_LENGTH when downloading texture
      data
    + [glx] Perform more checks before calling glXMakeCurrent
    + Check timeline direction when forcing final state
    + [cogl-material] Fix some brackets in
      _layer_flush_gl_sampler_state
    + [pango-display-list] Don't premultiply the colour twice
    + [text] move_word_backward/forward fixes
    + [text] Don't interpret the unicode value when the control
      modifier is on
    + Set LD_LIBRARY_PATH when running g-ir-compiler
    + Update Clutter to use G-I 0.6.4
    + [units] Do not be locale-dependant on string conversion
    + Add new Atom atom_NET_WM_PID to set pid info
    + Add (allow-none) for clutter_stage_set_key_focus()
    + [x11] Do not ask to destroy an empty Window
    + [actor] Add missing return_if_fail()
    + [x11] Destroy the Window we own when setting a foreign one
    + [actor] Be more explicit when warning about invariants
    + [cogl] Expose cogl_is_vertex_buffer()
    + tests/interactive/Makefile.am
    + [actor] Use the right vertex
    + [x11] Force a redraw before mapping the stage
    + Documentation fixes
    + Build fixes
  - Remove gir-repository from BuildRequires
* Sat Aug 15 2009 captain.magnus@opensuse.org
  - Update to version 1.0.2:
    + Documentation fixes
    + Build fixes
    + Update the MingW script for building Clutter on Windows
    + Update the build instructions for OS X
    + On X11, make sure to destroy the stage Window when switching to
      a foreign one
    + Fix a bug where clutter_actor_apply_relative_transform() was no
      using the right vertex to perform the transformation
* Fri Jul 31 2009 vuntz@novell.com
  - Remove Obsoletes for libclutter-glx-0_9-0.
  - Drop clutter-rpmlintrc as it's not needed anymore.
* Wed Jul 29 2009 vuntz@novell.com
  - Update to version 1.0.0:
    + Allow per-stage disabling of motion event throttling; this
      should allow platforms or applications that require all the
      motion events not for drawing purposes to get them exactly like
      Clutter gets them from the windowing system.
    + Various documentation fixes.
    + Add per-word key navigation inside ClutterText.
    + Fix the RGB<->HLS conversion.
    + Various fixes for the OSX backend.
    + Various build-related fixes.
  - Drop clutter-build-fix.patch: fixed upstream. Remove autoreconf
    call.
  - Rename libclutter-glx-0_9-0 to libclutter-glx-1_0-0 and make it
    obsolete the old package.
  - Add clutter-rpmlintrc.
* Sun Jul 19 2009 vuntz@novell.com
  - Update to version 0.9.8:
    + Add more introspection annotations for language bindings.
    + Fix a bug in clutter_animation_set_alpha(), which also broke
      the clutter_actor_animate_with_alpha() function.
    + Check if the stage requires a relayout before showing it; this
      fixes a bug in the X11-based backends, especially under
      compositing window managers, where a 640x480 window would
      flicker before the default stage was shown for the first time.
    + Performance fixes for Cogl.
    + Sliced textures were broken by the COGL journalling.
    + Use the redraw cycle when asynchronously loading textures from
      files.
    + Miscellaneous compilation fixes for the OS X and Windows
      backends.
    + Allow querying from within the paint function of an Actor
      whether the actor is currently being directly painted or by a
      Clone actor.
    + In the GLX backend, when using the non-implicit sync-to-vblank
      inside glXSwapBuffers(), call glFinish() to avoid potential
      tearing.
  - Changes from version 0.9.6:
    + Allow the manipulation of the actor's transformation matrix, so
      that is is possible to apply additional transformations in a
      way that is compatible with the transformations already applied
      by the scene graph.
    + Fix a race in the X11 backend that happened between resizing
      the stage drawable and the call to glViewport().
    + Merge the cogl-journal-batching branch; this branch implements
      batching the geometry of the elements of the scene graph before
      sending it to OpenGL, thus minimizing the number of state
      changes and improving the overall performance of Clutter-based
      applications.
    + Add more debugging states for Clutter and COGL, which allow the
      developer to track the state of the journal; to check the VBO
      fallback paths; to disable picking for reliable profiling; to
      disable software-side matrix transformations in favour of the
      driver/GPU ones.
    + Improve the ability to "break out" of COGL by using
      gl_begin/gl_end semantics; applications that drop into raw GL
      are, though, ignoring all the caching performed by COGL and
      might incur in performance issues.
    + Fixed the :load-async and :load-data-async properties of
      Texture by removing the unneeded G_PARAM_CONSTRUCT flag.
    + Added an initial migration guide that shows the porting process
      from older releases of Clutter to the 1.0 API; the first
      chapter deals with the migration from ClutterEffect to the new
      implicit animations API.
    + Fixed MT-safety for the master clock.
  - Add clutter-build-fix.patch to fix build, and call autoreconf for
    it.
  - Add xorg-x11-libXext-devel Requires in the devel package.
* Mon Jun 22 2009 dominique-obs@leuenberger.net
  - Update to version 0.9.4:
    + Set the layout height in ClutterText, so that wrapping and
      ellipsization work correctly to fill all the allocated area.
    + Remove all the units-based API, and migrate all the positional
      and dimensional accessors to use floating point values when
      dealing with pixels. All the properties dealing with pixels now
      that a floating point value as well.
    + Add the ability to track wether an actor is going to be painted
      or not, using the "mapped" flag. This also allows Clutter to be
      more strict in the handling of the scenegraph, ensuring
      correctness and avoiding wasting resources on nodes that won't
      be painted.
    + Add debugging facilities for COGL, similar to those of Clutter;
      through them is also possible to have an on screen debugging
      mode that shows the boundaries of each rectangle sent to the
      GPU.
    + Rework "units" into real logical distance units that can be
      converted between millimeters, typographic points and ems into
      pixels.
    + Simplify the Animation class to avoid redundancy and the
      possibility of it going out of sync with the Timeline and Alpha
      instances it uses.
    + Move every operation into a single "master clock" source that
      advances the timelines, dispatches events and redraws the
      stages in a predictable sequence, thus avoiding unneeded
      redraws. The default is to follow the sync-to-vblank cycle, if
      it is supported by the drivers.
    + Cache the glyphs geometry into a vertex buffer object to avoid
      resubmitting too much information to the GPU.
    + Rework the behaviour of ClutterModel when a filter is applied.
    + Allow submitting premultiplied texture data; this removes the
      need for unpremultiplying data in CairoTexture.
    + Add a simple API for submitting blending and texture combining
      modes through a string description.
    + Move Timelines to pure time-based objects.
    + Lots of performance improvements.
    + Removal of all the deprecated API.
    + Removal of all the fixed point entry points.
    + Lots of documentation fixes - the coverage is now 99% of the
      exported 1600 symbols for Clutter and 80%+ of the 300 exported
      symbols for COGL.
    + Generate the GObject Introspection data for both Clutter and
      COGL at build time.
    + Build environment fixes.
* Mon May 04 2009 vuntz@novell.com
  - Do not pass --enable-gtk-doc to configure, which enables to not
    BuildRequires gtk-doc.
* Sun May 03 2009 vuntz@novell.com
  - Add gir-repository and gobject-introspection-devel BuildRequires.
  - Add missing Requires in devel package.
* Fri May 01 2009 vuntz@novell.com
  - Update to version 0.9.2:
    + Way too many changes to list.
    + This version is parallel-installable with clutter 0.8.
* Thu Apr 30 2009 vuntz@novell.com
  - Pass --disable-static to configure and remove .la files.
  - Use makeinstall.
  - Remove checks for old versions of openSUSE.

Files

/usr/include/clutter-1.0
/usr/include/clutter-1.0/cally
/usr/include/clutter-1.0/cally/cally-actor.h
/usr/include/clutter-1.0/cally/cally-clone.h
/usr/include/clutter-1.0/cally/cally-factory.h
/usr/include/clutter-1.0/cally/cally-group.h
/usr/include/clutter-1.0/cally/cally-main.h
/usr/include/clutter-1.0/cally/cally-rectangle.h
/usr/include/clutter-1.0/cally/cally-root.h
/usr/include/clutter-1.0/cally/cally-stage.h
/usr/include/clutter-1.0/cally/cally-text.h
/usr/include/clutter-1.0/cally/cally-texture.h
/usr/include/clutter-1.0/cally/cally-util.h
/usr/include/clutter-1.0/cally/cally.h
/usr/include/clutter-1.0/clutter
/usr/include/clutter-1.0/clutter/clutter-action.h
/usr/include/clutter-1.0/clutter/clutter-actor-meta.h
/usr/include/clutter-1.0/clutter/clutter-actor.h
/usr/include/clutter-1.0/clutter/clutter-align-constraint.h
/usr/include/clutter-1.0/clutter/clutter-alpha.h
/usr/include/clutter-1.0/clutter/clutter-animatable.h
/usr/include/clutter-1.0/clutter/clutter-animation.h
/usr/include/clutter-1.0/clutter/clutter-animator.h
/usr/include/clutter-1.0/clutter/clutter-backend.h
/usr/include/clutter-1.0/clutter/clutter-behaviour-depth.h
/usr/include/clutter-1.0/clutter/clutter-behaviour-ellipse.h
/usr/include/clutter-1.0/clutter/clutter-behaviour-opacity.h
/usr/include/clutter-1.0/clutter/clutter-behaviour-path.h
/usr/include/clutter-1.0/clutter/clutter-behaviour-rotate.h
/usr/include/clutter-1.0/clutter/clutter-behaviour-scale.h
/usr/include/clutter-1.0/clutter/clutter-behaviour.h
/usr/include/clutter-1.0/clutter/clutter-bin-layout.h
/usr/include/clutter-1.0/clutter/clutter-bind-constraint.h
/usr/include/clutter-1.0/clutter/clutter-binding-pool.h
/usr/include/clutter-1.0/clutter/clutter-blur-effect.h
/usr/include/clutter-1.0/clutter/clutter-box-layout.h
/usr/include/clutter-1.0/clutter/clutter-box.h
/usr/include/clutter-1.0/clutter/clutter-cairo-texture.h
/usr/include/clutter-1.0/clutter/clutter-child-meta.h
/usr/include/clutter-1.0/clutter/clutter-click-action.h
/usr/include/clutter-1.0/clutter/clutter-clone.h
/usr/include/clutter-1.0/clutter/clutter-color-static.h
/usr/include/clutter-1.0/clutter/clutter-color.h
/usr/include/clutter-1.0/clutter/clutter-colorize-effect.h
/usr/include/clutter-1.0/clutter/clutter-config.h
/usr/include/clutter-1.0/clutter/clutter-constraint.h
/usr/include/clutter-1.0/clutter/clutter-container.h
/usr/include/clutter-1.0/clutter/clutter-deform-effect.h
/usr/include/clutter-1.0/clutter/clutter-deprecated.h
/usr/include/clutter-1.0/clutter/clutter-desaturate-effect.h
/usr/include/clutter-1.0/clutter/clutter-device-manager.h
/usr/include/clutter-1.0/clutter/clutter-drag-action.h
/usr/include/clutter-1.0/clutter/clutter-effect.h
/usr/include/clutter-1.0/clutter/clutter-enum-types.h
/usr/include/clutter-1.0/clutter/clutter-event.h
/usr/include/clutter-1.0/clutter/clutter-feature.h
/usr/include/clutter-1.0/clutter/clutter-fixed-layout.h
/usr/include/clutter-1.0/clutter/clutter-fixed.h
/usr/include/clutter-1.0/clutter/clutter-flow-layout.h
/usr/include/clutter-1.0/clutter/clutter-frame-source.h
/usr/include/clutter-1.0/clutter/clutter-group.h
/usr/include/clutter-1.0/clutter/clutter-input-device.h
/usr/include/clutter-1.0/clutter/clutter-interval.h
/usr/include/clutter-1.0/clutter/clutter-keysyms-compat.h
/usr/include/clutter-1.0/clutter/clutter-keysyms.h
/usr/include/clutter-1.0/clutter/clutter-layout-manager.h
/usr/include/clutter-1.0/clutter/clutter-layout-meta.h
/usr/include/clutter-1.0/clutter/clutter-list-model.h
/usr/include/clutter-1.0/clutter/clutter-main.h
/usr/include/clutter-1.0/clutter/clutter-marshal.h
/usr/include/clutter-1.0/clutter/clutter-media.h
/usr/include/clutter-1.0/clutter/clutter-model.h
/usr/include/clutter-1.0/clutter/clutter-offscreen-effect.h
/usr/include/clutter-1.0/clutter/clutter-page-turn-effect.h
/usr/include/clutter-1.0/clutter/clutter-path-constraint.h
/usr/include/clutter-1.0/clutter/clutter-path.h
/usr/include/clutter-1.0/clutter/clutter-rectangle.h
/usr/include/clutter-1.0/clutter/clutter-score.h
/usr/include/clutter-1.0/clutter/clutter-script.h
/usr/include/clutter-1.0/clutter/clutter-scriptable.h
/usr/include/clutter-1.0/clutter/clutter-settings.h
/usr/include/clutter-1.0/clutter/clutter-shader-effect.h
/usr/include/clutter-1.0/clutter/clutter-shader-types.h
/usr/include/clutter-1.0/clutter/clutter-shader.h
/usr/include/clutter-1.0/clutter/clutter-snap-constraint.h
/usr/include/clutter-1.0/clutter/clutter-stage-manager.h
/usr/include/clutter-1.0/clutter/clutter-stage-window.h
/usr/include/clutter-1.0/clutter/clutter-stage.h
/usr/include/clutter-1.0/clutter/clutter-state.h
/usr/include/clutter-1.0/clutter/clutter-table-layout.h
/usr/include/clutter-1.0/clutter/clutter-text.h
/usr/include/clutter-1.0/clutter/clutter-texture.h
/usr/include/clutter-1.0/clutter/clutter-timeline.h
/usr/include/clutter-1.0/clutter/clutter-timeout-pool.h
/usr/include/clutter-1.0/clutter/clutter-types.h
/usr/include/clutter-1.0/clutter/clutter-units.h
/usr/include/clutter-1.0/clutter/clutter-util.h
/usr/include/clutter-1.0/clutter/clutter-version.h
/usr/include/clutter-1.0/clutter/clutter.h
/usr/include/clutter-1.0/clutter/glx
/usr/include/clutter-1.0/clutter/glx/clutter-glx-texture-pixmap.h
/usr/include/clutter-1.0/clutter/glx/clutter-glx.h
/usr/include/clutter-1.0/clutter/x11
/usr/include/clutter-1.0/clutter/x11/clutter-x11-texture-pixmap.h
/usr/include/clutter-1.0/clutter/x11/clutter-x11.h
/usr/include/clutter-1.0/cogl
/usr/include/clutter-1.0/cogl/cogl-attribute.h
/usr/include/clutter-1.0/cogl/cogl-bitmap.h
/usr/include/clutter-1.0/cogl/cogl-buffer.h
/usr/include/clutter-1.0/cogl/cogl-color.h
/usr/include/clutter-1.0/cogl/cogl-defines.h
/usr/include/clutter-1.0/cogl/cogl-deprecated.h
/usr/include/clutter-1.0/cogl/cogl-enum-types.h
/usr/include/clutter-1.0/cogl/cogl-fixed.h
/usr/include/clutter-1.0/cogl/cogl-index-array.h
/usr/include/clutter-1.0/cogl/cogl-indices.h
/usr/include/clutter-1.0/cogl/cogl-material-compat.h
/usr/include/clutter-1.0/cogl/cogl-matrix.h
/usr/include/clutter-1.0/cogl/cogl-object.h
/usr/include/clutter-1.0/cogl/cogl-offscreen.h
/usr/include/clutter-1.0/cogl/cogl-pango.h
/usr/include/clutter-1.0/cogl/cogl-path.h
/usr/include/clutter-1.0/cogl/cogl-pipeline.h
/usr/include/clutter-1.0/cogl/cogl-pixel-array.h
/usr/include/clutter-1.0/cogl/cogl-primitive.h
/usr/include/clutter-1.0/cogl/cogl-primitives.h
/usr/include/clutter-1.0/cogl/cogl-shader.h
/usr/include/clutter-1.0/cogl/cogl-texture-3d.h
/usr/include/clutter-1.0/cogl/cogl-texture-pixmap-x11.h
/usr/include/clutter-1.0/cogl/cogl-texture.h
/usr/include/clutter-1.0/cogl/cogl-types.h
/usr/include/clutter-1.0/cogl/cogl-vector.h
/usr/include/clutter-1.0/cogl/cogl-vertex-array.h
/usr/include/clutter-1.0/cogl/cogl-vertex-buffer.h
/usr/include/clutter-1.0/cogl/cogl.h
/usr/include/clutter-1.0/cogl/cogl2-path.h
/usr/lib64/libclutter-glx-1.0.so
/usr/lib64/pkgconfig/cally-1.0.pc
/usr/lib64/pkgconfig/clutter-1.0.pc
/usr/lib64/pkgconfig/clutter-glx-1.0.pc
/usr/lib64/pkgconfig/clutter-x11-1.0.pc
/usr/lib64/pkgconfig/cogl-1.0.pc
/usr/lib64/pkgconfig/cogl-gl-1.0.pc
/usr/share/gir-1.0/Cally-1.0.gir
/usr/share/gir-1.0/Clutter-1.0.gir
/usr/share/gir-1.0/ClutterX11-1.0.gir
/usr/share/gir-1.0/Cogl-1.0.gir


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 11:49:16 2013