I'm curious about ClutterGtk, and want to see if GtkClutterEmbed could fit in my current task. But I have ClutterGdk in GI repository, and sudo apt-get install clutter-gtk
isn't going to work.
I've found some resource around, but before trying them, I'd like to know if I'm missing the proper way to install.
edit
after suggestion by @jku, I tried
$ sudo apt-get install libclutter-gtk-1.0-0
but I get
...
libclutter-gtk-1.0-0 is already the newest version
so, since I cannot spot the related typelib in /usr/lib/girepository-1.0, what's going on ? Should I attempt to build the typelib by myself ?
The typelib files for GObject introspection on Debian are in the gir1.2-*
packages.
Clutter-GTK's typelib file is provided by the gir1.2-gtkclutter-1.0
package.