Duncan Webb wrote:
> Hello all,
>
> I've been applying some patches to the freevo-1.5 branch. The branch is
> available by getting the source from subversion with the command:
> svn co svn://svn.freevo.org/freevo/branches/rel-1-5/freevo
>
> The patches that have been applied are listed below. You can look at
> these bugs by following the bugs link on the sourceforge page at:
> http://sourceforge.net/tracker/?group_id=46652&atid=446895
> The patches have status "pending" so that you can find them more easily
> and see what the changes are.
>
> [ 1563005 ] Add Event passing to tvtime
> [ 1563010 ] Entry in audio menu automatically created by the usbstorage
> [ 1563026 ] DirectFB, if df_xine is detected, use it for DVDs
> [ 1563153 ] freevo-1.5.4 with LCDproc-0.5 & later
> [ 1563296 ] making freevo works with chinese filename
> [ 1563299 ] Increase the font size for chinese
> [ 1563334 ] Patch to pass MPLAYER_AO_DEV to mplayer when watching TV
> [ 1563353 ] Slide Shows with Music Enabled causes crash
> [ 1563359 ] Fix for favorite item
> [ 1563361 ] Makes the radio send start and stop events
> [ 1563365 ] Failing to get mixer by name
> [ 1563370 ] Favorites don't get scheduled when for a title case change
>
>
> If I've missed and fixes or patches that you have sent to the list
> please will you add them to the sourceforge bugs page and attach the
> patch or detail the fix.
>
> In the meantime you can test the changes by getting and installing the
> source. If you only want to test the changes first move
> /usr/lib/python2.X/site-packages/freevo to
> /usr/lib/python2.X/site-packages/freevo-1.5.4 and then install the svn
> version.
>
> Please report anything that has been broken or new bugs on the
> sourceforge bugs page by clicking the "submit new" link.
>
> thanks
> Duncan
>   
I should correct these instructions a bit as doing an install on the
subversion stuff installs the .svn directories in the /usr/share/freevo.
For non-developers do this to get and install the latest source and patches.

svn export svn://svn.freevo.org/freevo/branches/rel-1-5/freevo freevo-1.5
cd freevo-1.5
either (if you have docbook-3.1 installed and want the documentation)
./autogen.sh 
or
./autogen.sh nodocs ; mkdir Docs/installation/html

you will need to have docbook 3.1 installed.

then install in the normal way i.e.
# python setup.py build
either (for a normal install)
# python setup.py install
or (to a specific directory)
# python setup.py install --prefix=</path/to/freevo>

Hope that these are correct and complete instructions

Duncan




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to