[xiph-commits] r3477 - liboggplay/trunk

j at svn.annodex.net j at svn.annodex.net
Sat Feb 16 20:22:30 PST 2008


Author: j
Date: 2008-02-16 20:22:30 -0800 (Sat, 16 Feb 2008)
New Revision: 3477

Modified:
   liboggplay/trunk/README
Log:
update README to fit for liboggplay, fishsound trunk should not be used but stable branch

Modified: liboggplay/trunk/README
===================================================================
--- liboggplay/trunk/README	2008-02-16 16:15:08 UTC (rev 3476)
+++ liboggplay/trunk/README	2008-02-17 04:22:30 UTC (rev 3477)
@@ -1,4 +1,4 @@
-OggPlay: a library and Mozilla Firefox plugin for playing Ogg multimedia
+OggPlay: a library for playing Ogg multimedia
 
 Overview
 --------
@@ -19,18 +19,11 @@
   * liboggz and libfishsound -- from svn.annodex.net:
 
     svn co http://svn.annodex.net/liboggz/trunk liboggz
-    svn co http://svn.annodex.net/libfishsound/trunk libfishsound
+    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)
-  * Imlib2 -- 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/
-
 To build src/tests/glut-player, you need:
   * The core liboggplay dependencies (listed above)
   * GLUT -- see http://www.opengl.org/resources/libraries/
@@ -39,59 +32,20 @@
   * The core liboggplay dependencies (listed above)
   * libsndfile -- from http://www.mega-nerd.com/libsndfile/
 
+To build src/tests/dump-first-frame, you need:
+  * The core liboggplay dependencies (listed above)
+  * Imlib2 -- from your distribution or from 
+              http://sourceforge.net/project/showfiles.php?group_id=2&package_id=11130
+
 On Debian, the required packages for all these additional libraries are:
   g++ libogg-dev libvorbis-dev libspeex-dev libtheora-dev libsndfile1-dev
   libimlib2-dev libglut-dev firefox-dev libgtk2.0-dev
 
-Plugin Installation
--------------------
+Compile and Install liboggplay
+------------------------------
 
-[Linux]
-
-1. It is assumed that you managed to check out current sources
-of the plugin from http://svn.annodex.net/liboggplay/trunk tree 
-(e.g. svn co http://svn.annodex.net/liboggplay/trunk ./liboggplay).
-The rest of the installation steps assume that you checked out
-the code to the ./liboggplay directory. 
-
-2. To compile liboggplay, in the main 'liboggplay' directory do:
-
 ./autogen.sh
 ./configure
-make; make install
+make && make install
 
-3. As a result of the checkout you should have a 'plugin' directory under
-the 'liboggplay' tree. After a sucessful build you should have the following
-files:
 
-plugin/.libs/libnpoggplugin.so
-plugin/npliboggplugin.xpt
-
-Copy those file to .mozilla/plugins in your local directory by executing 
-copy-plugin.sh or directly copying them e.g.
-
-cd plugin
-cp .libs/libnpoggplugin.so $HOME/.mozilla/plugins
-cp nsILibOggPlugin.xpt $HOME/.mozilla/plugins
-
-4. The 'plugin' directory also has a test html page you can use to test 
-the plugin (see ./plugin/test/test.html). Alternatively, you can go to:
-http://media.annodex.net/cmmlwiki/SFD2005-Trailer to test the plugin.
-
-If you can see the video playing using either method the plugin is successfully 
-installed. Enjoy!
-
-[Win32]
-
-For developers interested in developing Win32 version of the OggPlay Mozilla plugin please refer to 
-development environment setup description on: http://wiki.xiph.org/index.php/OggPlay/Win32.
-
-The same link outlines where to find plugin binaries and how to install them for Mozilla Firefox.
-
-[MacOS]
-
-Put the file:
-
-plugin/mac/mac-annodex-dev-install.sh
-
-in a working directory somewhere, run the script, and follow the directions.



More information about the commits mailing list