[xiph-commits] r16129 - in trunk/xiph-qt: . external-libs

arek at svn.xiph.org arek at svn.xiph.org
Sun Jun 14 11:45:42 PDT 2009


Author: arek
Date: 2009-06-14 11:45:42 -0700 (Sun, 14 Jun 2009)
New Revision: 16129

Modified:
   trunk/xiph-qt/ChangeLog
   trunk/xiph-qt/README
   trunk/xiph-qt/external-libs/README
Log:
	* README:
	* external-libs/README:
	Update READMEs.



Modified: trunk/xiph-qt/ChangeLog
===================================================================
--- trunk/xiph-qt/ChangeLog	2009-06-14 18:38:58 UTC (rev 16128)
+++ trunk/xiph-qt/ChangeLog	2009-06-14 18:45:42 UTC (rev 16129)
@@ -1,3 +1,9 @@
+2009-06-14  Arek Korbik  <arkadini at gmail.com>
+
+	* README:
+	* external-libs/README:
+	Update READMEs.
+
 2009-06-09  Arek Korbik  <arkadini at gmail.com>
 
 	* Theora/src/TheoraDecoder.c:

Modified: trunk/xiph-qt/README
===================================================================
--- trunk/xiph-qt/README	2009-06-14 18:38:58 UTC (rev 16128)
+++ trunk/xiph-qt/README	2009-06-14 18:45:42 UTC (rev 16129)
@@ -36,7 +36,7 @@
 
 The binary component bundle needs to be installed in
 ~/Library/Components (or /Library/Components for system-wide
-installation).
+installation). Create the folder if it doesn't exist.
 
 
 Source code organisation

Modified: trunk/xiph-qt/external-libs/README
===================================================================
--- trunk/xiph-qt/external-libs/README	2009-06-14 18:38:58 UTC (rev 16128)
+++ trunk/xiph-qt/external-libs/README	2009-06-14 18:45:42 UTC (rev 16129)
@@ -1,3 +1,25 @@
+Libraries
+=========
+
 Source code of the external libraries should be placed in this
 directory, in the corresponding subfolders: ogg, speex, theora,
-vorbis, flac.
+vorbis, flac (in an SVN checkout all libraries except flac will
+be pulled automatically).
+
+
+FLAC
+====
+
+To checkout FLAC use:
+
+    > cvs -d:pserver:anonymous at flac.cvs.sourceforge.net:/cvsroot/flac login
+    > cvs -z3 -d:pserver:anonymous at flac.cvs.sourceforge.net:/cvsroot/flac co -P flac
+
+
+Versions
+========
+
+For the stable build some libs should be pinned to specific versions:
+ * speex: revision 15126 (release 1.2rc1)
+ * theora: revision 15490 (release 1.0)
+ * flac: tag FLAC_RELEASE_1_2_1__2007_09_17 (release 1.2.1)



More information about the commits mailing list