GEM with UBUNTU 11.10 (oneiric)
I made it work doing the following:
First I installed the libquicktime1 library. To make the library work I had to install various dependencies. Just follow the Debian Package Installer error messages and install the missing libraries. (I had to install aprox. 10 files, also be passionate).
Here is the link where you find the libquicktime1 library and most of the dependencies:
http://debian-multimedia.org/dists/squeeze/main/binary-amd64/package/libquicktime1.php
After installing successful the libquicktime1 library still GEM was not working and I got an error of a missing Maverick library.
To fix the error I did the following:
sudo gedit /etc/apt/sources.list
I added this line to your sources list:
deb http://security.ubuntu.com/ubuntu lucid-security main
sudo apt-get update
anf then I did:
sudo apt-get install libmagickcore2
sudo apt-get install libmagickwand2
sudo apt-get install libmagick++2
Now Pd starts with no errors and the [pix_video] and the other GEM stuff works.
Hopefully this helps somebody
Martin