SPECS: mplayer.spec - kill evil -mabi=altivec, runtime detection w...

sparky sparky at pld-linux.org
Mon Feb 13 21:58:20 CET 2006


Author: sparky                       Date: Mon Feb 13 20:58:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kill evil -mabi=altivec, runtime detection works now, but image with altivec is broken

---- Files affected:
SPECS:
   mplayer.spec (1.315 -> 1.316) 

---- Diffs:

================================================================
Index: SPECS/mplayer.spec
diff -u SPECS/mplayer.spec:1.315 SPECS/mplayer.spec:1.316
--- SPECS/mplayer.spec:1.315	Thu Feb  2 19:01:07 2006
+++ SPECS/mplayer.spec	Mon Feb 13 21:58:15 2006
@@ -12,7 +12,7 @@
 %bcond_with	nas		# with NAS audio output
 %bcond_with	svga		# with svgalib video output
 %bcond_with	osd		# with osd menu support
-%bcond_with	altivec		# with altivec support (won't run w/o altivec due to instruction used in CPU detection(?))
+%bcond_with	altivec		# with altivec support (altivec code brakes image in mpeg4, and may segfault on others)
 %bcond_with	xmms		# with XMMS inputplugin support
 %bcond_without	aalib		# without aalib video output
 %bcond_without	jack		# without JACKD support
@@ -69,7 +69,7 @@
 Summary(pt_BR):	Reprodutor de filmes
 Name:		mplayer
 Version:	1.0
-%define		_rel	5
+%define		_rel	5.5
 Release:	2.%{pre}.%{_rel}
 # DO NOT increase epoch unless it's really neccessary!
 # especially such changes like pre7->pre7try2, increase Release instead!
@@ -109,6 +109,7 @@
 Patch13:	%{name}-mythtv.patch
 Patch14:	%{name}-shared.patch
 Patch15:	%{name}-xvmc.patch
+Patch16:	%{name}-kill-mabi_altivec.patch
 #http://www.openchrome.org/snapshots/mplayer/
 URL:		http://www.mplayerhq.hu/
 %{?with_directfb:BuildRequires:	DirectFB-devel}
@@ -172,7 +173,7 @@
 %define		specflags	-fomit-frame-pointer
 %define		specflags_alpha	-mmax
 %if %{with altivec}
-%define		specflags_ppc	-maltivec -mabi=altivec
+%define		specflags_ppc	-maltivec
 %endif
 
 %description
@@ -307,6 +308,7 @@
 %patch14 -p1
 %endif
 %patch15 -p0
+%patch16 -p1
 
 # kill evil file, hackery not needed with llh
 echo > osdep/kerneltwosix.h
@@ -552,6 +554,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.316  2006/02/13 20:58:15  sparky
+- kill evil -mabi=altivec, runtime detection works now, but image with altivec is broken
+
 Revision 1.315  2006/02/02 18:01:07  qboosh
 - removed extra nl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mplayer.spec?r1=1.315&r2=1.316&f=u



More information about the pld-cvs-commit mailing list