Ubuntu Geek

Ubuntu Linux Tips,Howtos&Tutorials|Edgy,Feisty,Gutsy,Hardy,Intrepid

  • RSS Feed

    subscribe to the ubuntu Geek RSS feed


  • Sponsor



  • Categories

  • Meta

  • Sponsor

  • Archives

  • Support Ubuntugeek

    Amount $:
    Website(Optional):


  • Favourite Sites

Howto Install Sofa Media Center in Ubuntu

Posted by admin on November 23rd, 2007 Email This Post Email This Post

Sofa is a media center aimed at easy usage, minimal configuration and total integration with the Gnome desktop environment and existing multimedia applications.

First you need to edit /etc/apt/sources.list file and add the corresponding line for your ubuntu version

sudo vi /etc/apt/sources.list

deb http://debian.o-hand.com edgy/

deb http://debian.o-hand.com feisty/

deb http://debian.o-hand.com gutsy/

deb http://debian.o-hand.com hardy/

Save and exit the file.

Once the sources added, run this command to get the new packages names

sudo apt-get update

Once the update is done, run this command to install all required Clutter dependencies
sudo apt-get install libclutter-0.2-0 libclutter-0.2-dev libclutter-cairo-0.1-0 libclutter-cairo-0.1-dev libclutter-gst-0.1-0 libclutter-gst-0.1-dev

To build Sofa, you will need these packages installed, which you might already have installed if you often build software on your machine

sudo apt-get install build-essential libgconf2-dev libdbus-glib-1-dev libsigc++-2.0-dev libtool intltool libgstreamer-plugins-base0.10-dev

You will first need to download the latest release from here.

In this guide, we’ll use sofa-0.2.4.tar.gz. Place it in your favourite place to work, we’ll assume it is your home directory. Use this command to decompress it.

tar xzvf sofa-0.2.4.tar.gz

You should now have a sofa-0.2.4 directory containing all the files to build Sofa. Run these three commands to build and install Sofa on your system.

./configure --prefix=/usr

make

sudo make install

Only the demo module is turned on by default. To activate other modules, you have to run sofa-config. You have to place a check in all the modules you want in the column Active.

Uninstall Soft Media Center

From the sofa-0.2.4 folder you extracted at step 5 use the following command

make uninstall

Sofa Media center Screen shots


Share/Save/Bookmark

If you want to be notified the next time we write something please subscribe to our RSS feed.Thanks for Visiting!

Related Articles

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>