The guide is based on openSUSE 11.1
Preparation and basic dependencies
sudo zypper install gtk glib automake autoconf gcc
sudo easy_install cherrypy
Install python2.5, python-devel, python-setup_tools and python-xml as well (all compatible to python2.5, you can do it easily using YaST).
If you have python2.5 installed ignore the following steps.
Do the procedure below for the following packages: python-devel, python-setup_tools, python-xml:
Open YaST
Click on Installed
Search for python
Select the python package, change the version to 2.5 then click install.
Download our packages
All our available packages are listed here.
Python BRisa installation
tar xfz python-brisa.tar.gz
cd python-brisa
sudo python setup.py install
Now you should be able to import brisa on python.
BRisa Media Server installation
First install the dependencies
sudo zypper install sqlite3-devel libmp4ff0 libmp4v2 libmp4v2-devel flac flac-devel
libvorbis-devel pyrex
Download and install PyDispatcher
tar xfz PyDispatcher-2.0.1.tar.gz
cd PyDispatcher-2.0.1
sudo python setup.py install --prefix=/usr
Download and install Cython
tar xfz Cython-0.11.1.tar.gz
cd Cython-0.11.1
sudo python setup.py install --prefix=/usr
Now for installing lightmediascanner
tar xjf lightmediascanner-0.3.0.0.tar.bz2
cd lightmediascanner-0.3.0.0
./configure
make
sudo make install
Installing lightmediascanner bindings
tar xfz python-lightmediascanner-0.3.0.tar.gz
cd python-lightmediascanner-0.2.0
sudo python setup.py install --prefix=/usr
BRisa Media Server
tar xfz brisa-media-server.tar.gz
cd brisa-media-server
sudo python setup.py install
BRisa Media Server Plugins
tar xfz brisa-media-server-plugins.tar.gz
cd brisa-media-server-plugins
sudo python setup.py install
BRisa Media Renderer
Install the BRisa Media Renderer dependencies doing:
sudo zypper install gstreamer-0_10 gstreamer-0_10-plugins-base-devel gstreamer_0-10-plugins-good gstreamer-0_10-libschroedinger-1_0-0 dirac-devel libdirac_decoder0 libdirac_encoder0 libdvdread4 libdvdread-devel
If you have trouble on the availability of dvdread4 and dvdread4-devel you can download them here and here.
BRisa Media Renderer:
tar xfz brisa-media-renderer.tar.gz
cd brisa-media-renderer
sudo python setup.py install
BRisa Media Tools
tar xfz brisa-media-tools.tar.gz
cd brisa-media-tools
sudo python setup.py install
You should be able to use all our packages. Try running 'brisa-media-applet' on a terminal or through an application launcher.