[xiph-commits] r3599 - browser_plugin/trunk

j at svn.annodex.net j at svn.annodex.net
Mon May 5 01:53:09 PDT 2008


Author: j
Date: 2008-05-05 01:53:09 -0700 (Mon, 05 May 2008)
New Revision: 3599

Modified:
   browser_plugin/trunk/README
Log:
remove outdated liboggplay dependencies from plugin README

Modified: browser_plugin/trunk/README
===================================================================
--- browser_plugin/trunk/README	2008-05-05 08:52:37 UTC (rev 3598)
+++ browser_plugin/trunk/README	2008-05-05 08:53:09 UTC (rev 3599)
@@ -12,29 +12,19 @@
 Dependencies
 ------------
 
-For the core library (liboggplay), you need
-
-  * libogg, libvorbis, libspeex -- from http://www.xiph.org/
-
-  * liboggz and libfishsound -- from svn.annodex.net:
-
-    svn co http://svn.annodex.net/liboggz/trunk liboggz
-    svn co http://svn.annodex.net/libfishsound/branches/1.0-stable libfishsound
-
-See the README files associated with these libraries for installation
-instructions.
-
 To build the Firefox plugin on GNU/Linux or similar platforms, you need:
 
-  * The core liboggplay dependencies (listed above)
+  * The core liboggplay dependencies from svn 
+    Check the README files associated with liboggplay for installation instructions.
+     svn co http://svn.annodex.net/liboggplay/trunk liboggplay
   * Imlib2 -- from your distribution or from
               http://sourceforge.net/project/showfiles.php?group_id=2&package_id=11130
   * Firefox (development environment) -- http://developer.mozilla.org/
   * GTK2.0 -- from http://www.gtk.org/
 
-On Debian, the required packages for all these additional libraries are:
-  g++ libogg-dev libvorbis-dev libspeex-dev libtheora-dev libsndfile1-dev
-  libimlib2-dev firefox-dev libgtk2.0-dev
+On Debian, the required packages for all additional libraries, 
+except for liboggplay and its dependencies, are:
+  g++ libimlib2-dev firefox-dev libgtk2.0-dev
 
 Plugin Installation
 -------------------



More information about the commits mailing list