Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv32432

Modified Files:
        libxine1.info 
Log Message:
add 10.6/i386 fix for when this gets backported

Index: libxine1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libxine1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libxine1.info       30 May 2012 01:17:42 -0000      1.1
+++ libxine1.info       31 May 2012 15:15:07 -0000      1.2
@@ -95,9 +95,17 @@
 Source: mirror:sourceforge:xine/xine-lib-%v.tar.bz2
 Source-MD5: acdb036192169fc311af81b7dd33175a
 PatchScript: <<
+       #!/bin/sh -ev
        %{default_script}
-#      perl -pi -e 's,libXv.so,libXv.dylib,g; s,x\*\.so\),x*.dylib),; 
s,s/\\\.so\$//,s/\.dylib\$//,' configure
-#      if [ "%m" = "x86_64" ]; then perl -pi -e 's, deinterlace , ,' 
src/post/Makefile.in; fi
+       #perl -pi -e 's,libXv.so,libXv.dylib,g; s,x\*\.so\),x*.dylib),; 
s,s/\\\.so\$//,s/\.dylib\$//,' configure
+       ### On 10.6, have assembly error
+       ### tomsmocomp/SearchLoopTop.inc:85: error: can't find a register in 
class 'GENERAL_REGS' while reloading 'asm'
+       ### tomsmocomp/SearchLoopTop.inc:85: error: 'asm' operand has 
impossible constraints
+       ### This is different than the asm error in libxine1-1.1.19 that was 
occuring under x86_64,
+       ### but solution is the same: deactivate deinterlace for this platform
+       if [[ $(sw_vers -productVersion | cut -d. -f1-2) = 10.6 ]]; then
+               if [ "%m" = "i386" ]; then perl -pi -e 's, deinterlace , ,' 
src/post/Makefile.in; fi
+       fi
 <<
 PatchFile: %n.patch
 PatchFile-MD5: 9220f100bdcb4364995619b99b1297f8
@@ -264,6 +272,9 @@
 start watching your VCDs ;-)
 <<
 DescPort: <<
+       Assembly failure on 10.6/i386 in the deinterlace code.  Different than
+       the failure seen for libxine1-1.1.19 in 10.6/x86_64.
+       
        Add missing #include to avoid needing older OSX SDKs. See:
        https://trac.macports.org/ticket/23102
        


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to