Howto build python bindings for UbuntuGutsy Gibbon?Run the following as root. Be sure that you have source URIs in your sources.list, otherwise copy them from http://www.ubuntu-nl.org/source-o-matic/ apt-get build-dep vlc apt-get source vlc cd vlc-0.8.6.release.c ./configure --prefix=/usr/ --enable-wxwindows --disable-mad make install cd bindings/mediacontrol-python python setup.py install Hardy HeronTo build the python bindings on Ubuntu, use the following procedure:
Note: a ready package is available from: deb http://ubuntu.p2p-next.org hardy main Intrepid Ibex
You may need to set the LD_LOAD_LIBRARY_PATH environment variable to prevent the created vlc.so from using the official /usr/lib VLC libraries instead of the ones you just built. Alternatively, for 32-bit Ubuntu 8.10 binary packages are available at: wget http://liris.cnrs.fr/advene/download/linux/python-vlc_0.9.0-1_i386.deb wget http://liris.cnrs.fr/advene/download/linux/vlc-pluginsvg_0.9.0-1_i386.deb We don't official support these packages, sorry. |