Merge from vendor branch TNF:
authorobache <obache>
Sun, 14 Dec 2008 11:13:32 +0000 (11:13 +0000)
committerobache <obache>
Sun, 14 Dec 2008 11:13:32 +0000 (11:13 +0000)
commit532b8f936bbbae43158e62f526d5e1a299f09655
treecdfab1e42c5041110d5fda3f40c0c6f51d8d1b36
parentbc6475ac187c7e520f8b27047c0ca16ba6553f8c
parentd08b6ee269ec47d85a172fb4a6be1a8383673681
Merge from vendor branch TNF:
Import p5-clutter-0.8.2.0 as graphics/p5-clutter.

Perl bindings to the Clutter OpenGL canvas.  Clutter aims to give a nice
and easy GObject based API for creating fast, heavily stylised applications,
such as media box UI, presentations, kiosk style applications, etc.

Clutter uses OpenGL for rendering.

The Clutter Perl bindings allow you to write canvas-based applications in
a Perlish and object-oriented way, freeing you from having to care about
casting and memory management of the original Clutter C API, and yet
remaining close to its spirit.