Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 134.102.105.187:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fInstallDeps

------------------------------------------------------------------------------
@@ -1,11 +1,6 @@
 = Creating the runtime (now included in the Freevo binary releases) =
 
- '''NOTE: You will most likely want to use the full binary release instead of 
building all these dependencies yourself! See http://freevo.sourceforge.net for the 
download.'''
-
-We have spent a lot of time building the runtime for Freevo. If you do not use that 
you are basically on your own
-as far as the installation of the dependencies goes. We would still like bug-reports 
and suggestions for 
-improvements on the runtime of course!
-
+This covers the dependencies for Freevo and how to install them. This document may be 
outdated (newer version, some packages missing), please update it to help make it a 
complete document.
 
 == General ==
 
@@ -156,36 +151,6 @@
 }}}
 
 
-== PyXMMS 1.06 ==
-
- * Homepage: http://www.via.ecp.fr/~flo/
-
- {{{
-wget http://www.via.ecp.fr/~flo/2002/PyXMMS/dist/pyxmms-1.06.tar.gz
-tar xvzf pyxmms-1.06.tar.gz
-cd pyxmms-1.06
-python setup.py build
-python setup.py install
-cd ..
-}}}
-
-
-== Alsa Library 0.9.0rc6 ==
-
-This section only documents how to compile the Alsa library, not the drivers etc.
-
- * Homepage: http://www.alsa-project.org
-
- {{{
-wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-0.9.0rc6.tar.bz2
-bzcat alsa-lib-0.9.0rc6.tar.bz2 | tar xvf -
-cd alsa-lib-0.9.0rc6
-./configure 
-make install
-cd ..
-}}}
-
-
 == SDL 1.2.5 ==
  
  * Homepage: http://www.libsdl.org
@@ -204,28 +169,9 @@
 }}}
 
 
-== SDL_image CVS 2002-08-05 snapshot ==
- 
- * Homepage: http://www.libsdl.org/projects/SDL_image
- * SDL_image-CVS20020805.tgz: Snapshot from the SDL CVS, can display JPEG EXIF 
-
- {{{
-wget http://freevo.sourceforge.net/SDL_image-CVS20020805.tgz 
-tar xvzf SDL_image-CVS20020805.tgz 
-cd SDL_image-CVS20020805
-./configure
-make
-make install
-cd ..
-}}}
-
-
 == SDL_ttf2 CVS 2003-01-10 snapshot + patch ==
  
  * Homepage: http://www.libsdl.org/projects/SDL_ttf2
- * SDL_ttf2-CVS20030110.tgz: Snapshot from the SDL CVS:
-  * Has important bugfixes, plus a fix from Krister for a Freetype 2.1.3 
compatibility problem
-  * '''Doesn't work! Use the previous SDL_ttf2 for now!'''
 
  {{{
 wget http://freevo.sourceforge.net/SDL_ttf2-CVS20030110.tgz
@@ -296,113 +242,6 @@
 }}}
 
 
-== Ogg Vorbis libao 0.8.3 ==
-
- * Homepage: http://www.vorbis.com
-
- {{{
-wget http://www.vorbis.com/files/1.0/unix/libao-0.8.3.tar.gz
-tar xvzf libao-0.8.3.tar.gz
-cd libao-0.8.3
-./configure
-make
-make install
-cd ..
-}}}
-
-
-== Ogg Vorbis libogg 1.0 ==
-
- * Homepage: http://www.vorbis.com
-
- {{{
-wget http://www.vorbis.com/files/1.0/unix/libogg-1.0.tar.gz
-tar xvzf libogg-1.0.tar.gz
-cd libogg-1.0
-./configure
-make
-make install
-cd ..
-}}}
-
-
-== Ogg Vorbis libvorbis 1.0 ==
-
- * Homepage: http://www.vorbis.com
-
- {{{
-wget http://www.vorbis.com/files/1.0/unix/libvorbis-1.0.tar.gz
-tar xvzf libvorbis-1.0.tar.gz
-cd libvorbis-1.0
-./configure
-make
-make install
-cd ..
-}}}
-
-
-== Ogg Vorbis Tools 1.0 ==
-
- * Homepage: http://www.vorbis.com
- * ogg123 is disabled since it depends on libcurl, and mplayer can play ogg instead.
-
- {{{
-wget http://www.vorbis.com/files/1.0/unix/vorbis-tools-1.0.tar.gz
-tar xvzf vorbis-tools-1.0.tar.gz
-cd vorbis-tools-1.0
-./configure --disable-ogg123
-make
-make install
-cd ..
-}}}
-
-
-== Ogg Vorbis pyao 0.8 ==
-
- * Homepage: http://www.vorbis.com
-
- {{{
-wget http://www.vorbis.com/files/1.0/unix/pyao-0.8.tar.gz
-tar xvzf pyao-0.8.tar.gz
-cd pyao-0.8
-python config_unix.py
-python setup.py build
-python setup.py install
-cd ..
-}}}
-
-
-== Ogg Vorbis pyogg 1.0 ==
-
- * Homepage: http://www.vorbis.com
-
- {{{
-wget http://www.vorbis.com/files/1.0/unix/pyogg-1.0.tar.gz
-tar xvzf pyogg-1.0.tar.gz
-cd pyogg-1.0
-python config_unix.py
-python setup.py build
-python setup.py install
-cd ..
-}}}
-
-
-
-== Ogg Vorbis pyvorbis ==
-
- * Homepage: http://www.vorbis.com
-
- {{{
-wget http://www.vorbis.com/files/1.0/unix/pyvorbis-1.0.tar.gz
-tar xvzf pyvorbis-1.0.tar.gz
-cd pyvorbis-1.0
-python config_unix.py
-python setup.py build
-python setup.py install
-cd ..
-}}}
-
-
 == libusb 0.1.7 ==
 
  * Homepage: http://libusb.sourceforge.net
@@ -512,19 +351,6 @@
 }}}
 
 
-== CDDB Py 1.3 ==
-
- * Homepage: http://cddb-py.sourceforge.net
-
- {{{
-wget http://cddb-py.sourceforge.net/CDDB.tar.gz
-tar xvzf CDDB.tar.gz
-cd CDDB-1.3
-python setup.py install
-cd ..
-}}}
-
-
 == Swig 1.3.17 ==
 
  * Homepage: http://www.swig.org
@@ -540,21 +366,6 @@
 }}}
 
 
-== aumix 2.8 ==
-
- * Homepage: http://www.jpj.net/~trevor/aumix.html
-
- {{{
-wget http://www.jpj.net/~trevor/aumix/aumix-2.8.tar.bz2
-tar xvjf aumix-2.8.tar.bz2
-cd aumix-2.8
-./configure --without-ncurses --without-gpm --without-sysmouse --without-gtk 
--without-gtk1 --disable-nls --with-alsa
-make
-make install
-cd ..
-}}}
-
-
 == pylirc 0.0.3 ==
 
  * Homepage: http://pylirc.sf.net
@@ -569,14 +380,14 @@
 }}}
 
 
-== fchksum 1.6.1 ==
+== mmpython 0.3 ==
 
- * Homepage: http://www.azstarnet.com/~donut/programs/fchksum.html
+ * Homepage: http://www.sf.net/projects/mmpython
 
  {{{
-wget http://www.azstarnet.com/~donut/programs/fchksum/python-fchksum-1.6.1.tar.gz
-tar xvzf python-fchksum-1.6.1.tar.gz
-cd python-fchksum-1.6.1
+wget http://unc.dl.sourceforge.net/sourceforge/mmpython/mmpython-0.3.tar.gz
+tar xvzf mmpython-0.3.tar.gz
+cd mmpython-0.3
 python setup.py build
 python setup.py install
 cd ..


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to