Author: dmeyer Date: Thu Jun 1 15:32:46 2006 New Revision: 8158 Modified: trunk/ui/INSTALL trunk/ui/README
Log: clear outdated info files Modified: trunk/ui/INSTALL ============================================================================== --- trunk/ui/INSTALL (original) +++ trunk/ui/INSTALL Thu Jun 1 15:32:46 2006 @@ -1,83 +0,0 @@ -Installation instructions for Freevo ------------------------------------- - -$Id$ - - -Detailed help is in the Freevo Wiki at -http://freevo.sourceforge.net/cgi-bin/doc -http://freevo.sourceforge.net/cgi-bin/doc/Installation - - -Short description: ------------------- - - To install Freevo, run 'python setup.py install' as root. If you - don't want to install Freevo, you can also start Freevo directly in - the unpacked tarball. - - You need to have all dependencies installed. - - - - -Dependencies: -------------- - -Freevo has many dependencies. Based on your distribution, it's more or -less easy to install everything. - - -o Redhat 9 (and maybe other RPM based distributions) - - There is a list of needed RPMs to install Freevo in - contrib/rpm/freevo-deps.txt. - - - -o Gentoo: - - You need to update your portage tree with some missing packages. Get - rsync-freevo at http://freevo.sourceforge.net/gentoo/rsync-freevo - and start it. You should get a Freevo ebuild. Now you can run - 'emerge freevo' to install Freevo. - - - -o Debian: - - A Debian apt source is available and includes all the dependencies - you'll need. - You should add this to your /etc/apt/sources.list file: - - deb http://freevo.sourceforge.net/debian unstable main - deb http://marillat.free.fr/ unstable main - - (The second source provides mplayer and other multimedia packages) - - Then, simply run apt-get update && apt-get install Freevo to fetch - all the dependencies you'll need to run Freevo. - - - -o If you want to install Freevo on a different distribution, here is - a list of all dependencies (some have other dependencies in turn, check the - website for details) - - Python 2.2.2 or higher http://www.python.org/ - Pygame http://www.pygame.org/ - Imaging (PIL) http://www.pythonware.com/products/pil/ - Twisted http://twistedmatrix.com/ - mmpython http://www.sf.net/projects/mmpython - pylirc (optional) http://pylirc.sourceforge.net/ - - - External programs (all are optional except MPlayer) - - MPlayer http://www.mplayerhq.hu/ - Xine http://www.xinehq.de/ - XMLTV http://membled.com/work/apps/xmltv/ - tvtime http://tvtime.sourceforge.net/ - - You can find more details on - http://freevo.sourceforge.net/cgi-bin/doc/Installation Modified: trunk/ui/README ============================================================================== --- trunk/ui/README (original) +++ trunk/ui/README Thu Jun 1 15:32:46 2006 @@ -1,50 +0,0 @@ -Freevo -====== - -$Id$ - -Freevo is a Linux application that turns a PC with a TV capture card -and/or TV-out into a standalone multimedia jukebox/VCR. It builds on -other applications such as MPlayer to play and -record video and audio. - -Please follow the instructions on the Freevo website! There are more -docs on the Freevo website in a WiKi and in the mailing list archive. - -http://freevo.sourceforge.net/cgi-bin/doc -http://sourceforge.net/mailarchive/forum.php?forum_id=9234 - - -If you have questions, please join the Freevo users mailing list. You -can also send patches, bugreports, docs, plugins, skins and -translations to this list. - -Because there was many spam on the list, you can only post a message -when you are subscribed. If you don't want to do this, you can send -mails to [EMAIL PROTECTED]: - -* Bugreports. Please send them to the Freevo mailing list. If you - are not subscribed to it, send a mail with [Freevo-Bug] in the - subject to [EMAIL PROTECTED] - -* Docs. Some plugins are badly documented. If you have some free time, - please send a small description how to activate and configure the - plugin. Again, to the freevo user list or with the subject - [Freevo-DOC] to [EMAIL PROTECTED] - -* Translations. Freevo now has i18n support. Please send us - translations are corrections in the current translation. Subject - identifier for [EMAIL PROTECTED] is [Freevo-i18n] - -* Patches. If you find a bug and can fix it, send it to the list or - use the subject [Freevo-PATCH] and send to [EMAIL PROTECTED] - -* Plugins. If you wrote a nice plugin, we will integrate it. Since it - can't break anything when it's not active, we will include any - (usefull) plugin in the Freevo CVS (indentifier [Freevo-Plugin] - -Since I don't like spam to the new address [EMAIL PROTECTED], all -mails without one of the above identifiers to that adress will be -deleted by procmail. - - _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
