Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5201
Modified Files:
libxine1.info
Log Message:
Ain't ready for intel
Index: libxine1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libxine1.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libxine1.info 23 Mar 2006 08:42:56 -0000 1.6
+++ libxine1.info 23 Mar 2006 17:54:21 -0000 1.7
@@ -38,6 +38,19 @@
SetCPPFLAGS: -no-cpp-precomp
SetCC: gcc-3.3
SetCXX: g++-3.3
+CompileScript: <<
+ #!/bin/sh -ev
+ ./configure %c
+ if [ %m = i386 ]; then
+ # configure sees darwin-i386 as intel not darwin, so we'll
+ # force some of the darwin results too and hope for the best
+ echo "#define HOST_OS_DARWIN 1" >> config.h
+ perl -pi -e 's/(OBJCFLAGS =)/\1 -D_INTL_REDIRECT_MACROS \$(CFLAGS) /'
src/video_out/macosx/Makefile
+ make OBJC=gcc
+ else
+ make
+ fi
+<<
DocFiles: COPYING README
###
SplitOff: <<
@@ -71,6 +84,11 @@
The xine-ui package provides one for your convenience, so you can just
start watching your VCDs ;-)
<<
+DescPort: <<
+ configure thinks intel and darwin are mutually exclusive (and
+ detects "intel" first), so the flags needed on darwin aren't set.
+ dmacks fixed some, but still work needed to get it to compile.
+<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits