>From a fresh install of Karmic, I usually only need to do this: sudo apt-get installĀ libclutter-1.0-dev libclutter-gtk-0.10-devĀ libclutter-gst-0.10-dev gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mpegdemux
good luck, wr --- On Wed, 2/24/10, Alexandre Quessy <[email protected]> wrote: From: Alexandre Quessy <[email protected]> Subject: [clutter] Clutter GST example? To: [email protected] Date: Wednesday, February 24, 2010, 9:09 PM Hello everyone, I am considering using Clutter for (free) my software Toonloop since: * It is free * I love OpenGL * I could use high-level animation tools in Clutter, and contribute mine to Clutter, instead of just reinventing the wheel again, alone. I have a set of motion tween tools in an old repository, that would be easy to port to Gobject. (see [1]) Now, my main interest is using live video input in OpenGL with Gstreamer. I cannot get the example in gst-plugins-gl/tests/examples/clutter/cluttershare.c to work, (see [2]) since it requires clutter-0.8 and it seems like pkg-config fails to give me the cflags and libs for clutter-1.0. I am using Ubuntu 9.10 Karmic. Here's the output of pkg-config, looking for Clutter: $ pkg-config --cflags --libs clutter-1.0 Package gl was not found in the pkg-config search path. Perhaps you should add the directory containing `gl.pc' to the PKG_CONFIG_PATH environment variable Package 'gl', required by 'Clutter', not found Here is my question: Can someone point me to a working example with Gstreamer and Clutter, with autoconf, if possible? Otherwise, how can I fix this and make that example work? Thanks ! Alex [1]: My Tween old "class" is actually pure C, not C++: http://code.google.com/p/libinteract/source/browse/trunk/trunk/general/Tween/Tween.cpp It's a port to C or R. Penner's equations. [2]: You can get the latest gst-plugins-gl examples by checking it out: $ git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-gl See http://cgit.freedesktop.org/gstreamer/gst-plugins-gl/ -- To unsubscribe send a mail to [email protected]
