Follow-on fix for bug 457825. Use sheet principal for agent and user sheets. r=dbaron...
[wine-gecko.git] / media / liboggplay / README
blob9bdd7cc130bd8f20e23a7d94282c033860ce811b
1 OggPlay: a library for playing Ogg multimedia
3 Overview
4 --------
6 The current version of the plugin is still under development therefore
7 the setup requires manual installation of the plugin. For more information,
8 see also:
10   http://wiki.xiph.org/index.php/OggPlay
12 Dependencies
13 ------------
15 For the core library (liboggplay), you need
17   * libogg, libvorbis, libtheora, optionally libspeex -- from http://www.xiph.org/
19     svn co http://svn.xiph.org/trunk/ogg/ ogg
20     svn co http://svn.xiph.org/trunk/vorbis/ vorbis
21     svn co http://svn.xiph.org/trunk/theora/ theora
23   * liboggz and libfishsound -- from svn.annodex.net:
25     svn co http://svn.annodex.net/liboggz/trunk liboggz
26     svn co http://svn.annodex.net/libfishsound/trunk libfishsound
28 Optionally, for Kate stream support, you need
30   * libkate -- from http://libkate.googlecode.com/
32 See the README files associated with these libraries for installation
33 instructions.
35 To build src/examples/glut-player, you need:
36   * The core liboggplay dependencies (listed above)
37   * GLUT -- see http://www.opengl.org/resources/libraries/
39 To build src/examples/dump-all-streams, you need:
40   * The core liboggplay dependencies (listed above)
41   * libsndfile -- from http://www.mega-nerd.com/libsndfile/
43 To build src/tools/oggplay-dump-first-frame, you need:
44   * The core liboggplay dependencies (listed above)
45   * Imlib2 -- from your distribution or from 
46               http://sourceforge.net/project/showfiles.php?group_id=2&package_id=11130
48 On Debian, the required packages for all these additional libraries are:
49   g++ libogg-dev libvorbis-dev libspeex-dev libtheora-dev libsndfile1-dev
50   libimlib2-dev libglut-dev
52 Compile and Install liboggplay
53 ------------------------------
55 ./autogen.sh
56 ./configure
57 make && make install