<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>thirdparty/libsydneyaudio</filename>
    </added>
    <added>
      <filename>thirdparty/libvorbis</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,3 +4,9 @@
 [submodule &quot;thirdparty/libtheora&quot;]
 	path = thirdparty/libtheora
 	url = git://bluishcoder.co.nz/git/libtheora.git
+[submodule &quot;thirdparty/libvorbis&quot;]
+	path = thirdparty/libvorbis
+	url = git://bluishcoder.co.nz/git/libvorbis.git
+[submodule &quot;thirdparty/libsydneyaudio&quot;]
+	path = thirdparty/libsydneyaudio
+	url = git://bluishcoder.co.nz/git/libsydneyaudio.git</diff>
      <filename>.gitmodules</filename>
    </modified>
    <modified>
      <diff>@@ -32,6 +32,8 @@ The following are also required but included as submodules:
 
   - libogg
   - libtheora
+  - libvorbis
+  - libsydneyaudio
 
 For a complete rebuild, including retrieval of this repository
 and submodules:
@@ -44,5 +46,6 @@ and submodules:
 
 Links to Ogg documentation:
 
-  libogg    - http://www.xiph.org/ogg/doc/libogg/
-  libtheora - http://theora.org/doc/libtheora-1.0/
\ No newline at end of file
+  libogg         - http://www.xiph.org/ogg/doc/libogg/
+  libtheora      - http://theora.org/doc/libtheora-1.0/
+  libvorbis      - http://xiph.org/vorbis/doc/</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -17,11 +17,17 @@ local/lib/libogg.a: thirdparty/build.sh
 local/lib/libtheora.a: thirdparty/build.sh
 	cd thirdparty &amp;&amp; ./build.sh &amp;&amp; cd ..
 
+local/lib/libvorbis.a: thirdparty/build.sh
+	cd thirdparty &amp;&amp; ./build.sh &amp;&amp; cd ..
+
+local/lib/libsydneyaudio.a: thirdparty/build.sh
+	cd thirdparty &amp;&amp; ./build.sh &amp;&amp; cd ..
+
 plogg.o: plogg.cpp
 	g++ -g -c $(INCLUDE) -Ilocal/include -o plogg.o plogg.cpp
 
-plogg: plogg.o local/lib/libogg.a
-	g++ -g -o plogg plogg.o local/lib/libtheora.a local/lib/libogg.a -lSDL $(LIBS)
+plogg: plogg.o local/lib/libogg.a local/lib/libtheora.a local/lib/libvorbis.a local/lib/libsydneyaudio.a
+	g++ -g -o plogg plogg.o local/lib/libsydneyaudio.a local/lib/libvorbis.a local/lib/libtheora.a local/lib/libogg.a -lSDL $(LIBS)
 
 clean: 
 	rm *.o plogg</diff>
      <filename>makefile</filename>
    </modified>
    <modified>
      <diff>@@ -5,17 +5,17 @@ export PKG_CONFIG_PATH=&quot;$PREFIX/local/lib/pkgconfig&quot;
 cd libogg
 ./autogen.sh --prefix=$PREFIX/local --disable-shared --enable-static || exit 1
 make &amp;&amp; make install || exit 1
-#cd ../libvorbis
-#./autogen.sh --prefix=$PREFIX/local --with-ogg=$PREFIX/local --disable-shared --enable-static || exit 1
-#make &amp;&amp; make install || exit 1
+cd ../libvorbis
+./autogen.sh --prefix=$PREFIX/local --with-ogg=$PREFIX/local --disable-shared --enable-static || exit 1
+make &amp;&amp; make install || exit 1
 cd ../libtheora
 ./autogen.sh --prefix=$PREFIX/local --with-ogg=$PREFIX/local --with-vorbis=$PREFIX/local --disable-shared --enable-static || exit 1
 make &amp;&amp; make install || exit 1
-#cd ../libsydneyaudio
-#./autogen.sh || exit 1
-#SOUND_BACKEND=--with-alsa
-#if [ $(uname -s) = &quot;Darwin&quot; ]; then
-#  SOUND_BACKEND=&quot;&quot;
-#fi
-#./configure --prefix=$PREFIX/local --disable-shared --enable-static &quot;$SOUND_BACKEND&quot; || exit 1
-#make &amp;&amp; make install || exit 1
+cd ../libsydneyaudio
+./autogen.sh || exit 1
+SOUND_BACKEND=--with-alsa
+if [ $(uname -s) = &quot;Darwin&quot; ]; then
+  SOUND_BACKEND=&quot;&quot;
+fi
+./configure --prefix=$PREFIX/local --disable-shared --enable-static &quot;$SOUND_BACKEND&quot; || exit 1
+make &amp;&amp; make install || exit 1</diff>
      <filename>thirdparty/build.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1412ac6ac370cf9d79f3cdb533669a8e372aabea</id>
    </parent>
  </parents>
  <author>
    <name>Chris Double</name>
    <email>chris.double@double.co.nz</email>
  </author>
  <url>http://github.com/doublec/plogg/commit/c546b885a12de7a9cc4d8cdf4b664d59e5d67115</url>
  <id>c546b885a12de7a9cc4d8cdf4b664d59e5d67115</id>
  <committed-date>2009-06-24T07:49:37-07:00</committed-date>
  <authored-date>2009-06-24T07:49:37-07:00</authored-date>
  <message>Add libvorbis and libsydneyaudio</message>
  <tree>02ec8483cc23e0b889d1c4f9a51a4902c903d5c8</tree>
  <committer>
    <name>Chris Double</name>
    <email>chris.double@double.co.nz</email>
  </committer>
</commit>
