Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6844

Modified Files:
        libtheora0.info 
Log Message:
disable non-used examples to avoid autodetecting libpng
turn on tests
re-enable asm on x86_64

Index: libtheora0.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/libtheora0.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- libtheora0.info     11 Jan 2010 05:32:58 -0000      1.7
+++ libtheora0.info     25 Jul 2013 17:54:39 -0000      1.8
@@ -1,6 +1,6 @@
 Package: libtheora0
 Version: 1.1.1
-Revision: 1
+Revision: 2
 Description: Open-source video compression library
 License: BSD
 Maintainer: Benjamin Reed <libthe...@fink.racoonfink.com>
@@ -12,6 +12,7 @@
 <<
 BuildDepends: <<
        fink (>= 0.28.0-1),
+       fink-package-precedence,
        pkgconfig (>= 0.22-3),
        libogg (>= 1.1.3-1)
 <<
@@ -22,15 +23,24 @@
 PatchFile: %n.patch
 PatchFile-MD5: 32a9a4c1e7ce193332cb6aab9603141c
 
-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.` 
+ConfigureParams: <<
+       --docdir=%p/share/doc/%N \
+       --with-ogg=%p \
+       --disable-sdltest \
+       --enable-dependency-tracking \
+       --disable-examples \
+       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-asm
-else
-./configure %c
-fi
-make
+       %{default_script}
+       fink-package-precedence --prohibit-bdep=libtheora0 .
+<<
+InfoTest: <<
+       TestScript: make check || exit 2
 <<
 InstallScript: make -j1 install DESTDIR="%d"
 DocFiles: COPYING README
@@ -66,4 +76,9 @@
 diverge and improve from the main VP3 development lineage as time
 progresses.
 <<
-
+DescPort: <<
+       Versions << 1.1.1 had a possible ASM failure on x86_64.
+       
+       Examples are deactivated because they're not actually installed but 
they 
+       still search for any libpng they can find (and fail with libpng16).
+<<


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to