Freevo on Fedora Core 9
So I desided to build a new HTPC with the latest software I could find. Downloaded the FC9 ISO, burned and did a vanilla installation.
I did do all the updates using:
yum update and yum upgrade
before I started.
Then downloaded the Freevo source tar ball (http://sourceforge.net/project/showfiles.php?group_id=46652). You can leave the other files from SourceForge.net because they are availble in the distribution.
The following command should do most of the dependancies:
yum install python-devel python-kaa-base python-kaa-imlib2 python-kaa-metadata python-BeautifulSoup python-twisted
This needs to be done manually:
http://pyxml.sourceforge.net/ - Download, untar and run "python setup.py install"
Now untar the Freevo source and run "python setup.py install". She should install without errors.
Now we need the players. Mplayer is not part of the standard distro, so run the following to get access to the rpm.linva.org repository:
rpm -ivh http://rpm.livna.org/livna-release-9.rpm
Now we can install the rest:
yum install mplayer mencoder tvtime xine lsdvd
You should now have a very basic working Freevo.
I did do all the updates using:
yum update and yum upgrade
before I started.
Then downloaded the Freevo source tar ball (http://sourceforge.net/project/showfiles.php?group_id=46652). You can leave the other files from SourceForge.net because they are availble in the distribution.
The following command should do most of the dependancies:
yum install python-devel python-kaa-base python-kaa-imlib2 python-kaa-metadata python-BeautifulSoup python-twisted
This needs to be done manually:
http://pyxml.sourceforge.net/ - Download, untar and run "python setup.py install"
Now untar the Freevo source and run "python setup.py install". She should install without errors.
Now we need the players. Mplayer is not part of the standard distro, so run the following to get access to the rpm.linva.org repository:
rpm -ivh http://rpm.livna.org/livna-release-9.rpm
Now we can install the rest:
yum install mplayer mencoder tvtime xine lsdvd
You should now have a very basic working Freevo.