Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21075

Modified Files:
        libtheora0.info 
Log Message:
disable encoders on x86_64 until assembly language is fixed

Index: libtheora0.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libtheora0.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- libtheora0.info     4 Dec 2008 19:12:47 -0000       1.7
+++ libtheora0.info     17 Apr 2009 05:14:01 -0000      1.8
@@ -22,8 +22,16 @@
 PatchFile: %n.patch
 PatchFile-MD5: a683c4750cac6f07618f507763d23d94
 
-ConfigureParams: --docdir=%p/share/doc/%N --with-ogg=%p --disable-sdltest 
--disable-dependency-tracking ac_cv_prog_HAVE_DOXYGEN=false 
ac_cv_prog_HAVE_PDFLATEX=false ac_cv_prog_HAVE_BIBTEX=false 
ac_cv_prog_HAVE_TRANSFIG=false
-
+ConfigureParams: --docdir=%p/share/doc/%N --with-ogg=%p --disable-sdltest 
--disable-dependency-tracking ac_cv_prog_HAVE_DOXYGEN=false 
ac_cv_prog_HAVE_PDFLATEX=false ac_cv_prog_HAVE_BIBTEX=false 
ac_cv_prog_HAVE_TRANSFIG=false --build=%m-apple-darwin`uname -r|cut -f1 -d.` 
--host=%m-apple-darwin`uname -r|cut -f1 -d.` 
+CompileScript: <<
+#!/bin/sh -ev
+if [ "%m" == "x86_64" ] ; then
+./configure %c --disable-encode
+else
+./configure %c
+fi
+make
+<<
 InstallScript: make -j1 install DESTDIR="%d"
 DocFiles: COPYING README
 SplitOff: <<


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to