[xiph-commits] r3143 - liboggplay/trunk/plugin/mac

tahn at svn.annodex.net tahn at svn.annodex.net
Thu Jun 28 20:05:48 PDT 2007


Author: tahn
Date: 2007-06-28 20:05:48 -0700 (Thu, 28 Jun 2007)
New Revision: 3143

Modified:
   liboggplay/trunk/plugin/mac/mac-annodex-dev-install.sh
Log:
Updated for build workarounds.


Modified: liboggplay/trunk/plugin/mac/mac-annodex-dev-install.sh
===================================================================
--- liboggplay/trunk/plugin/mac/mac-annodex-dev-install.sh	2007-06-29 03:04:30 UTC (rev 3142)
+++ liboggplay/trunk/plugin/mac/mac-annodex-dev-install.sh	2007-06-29 03:05:48 UTC (rev 3143)
@@ -132,17 +132,10 @@
 chkout liboggz      http://svn.annodex.net/liboggz/trunk
 chkout liboggplay   http://svn.annodex.net/liboggplay/trunk
 
-# speex's build is currently a bit broken on the mac
+# some builds are a bit broken on the mac
 svn up -r {2007-06-06} libspeex/doc/Makefile.am
+sed -e '/SUBDIRS/s/doc//' -i "" libvorbis/Makefile.am
 
-# make hasn't been set up for the mac plugin yet
-sed -e 's/plugin//' -i "" liboggplay/Makefile.am
-if [ $(svn diff liboggplay/Makefile.am | grep "^-" | wc -l) != 2 ]; then
-  echo -e "\n*** Failed to remove liboggplay/plugin from the list of make targets ***"
-  svn diff liboggplay/Makefile.am
-  exit
-fi
-
 echo -e "\n---- Building libraries ----"
 build ()
 {



More information about the commits mailing list