SPECS: mplayer.spec - AC-branch merge: - add check for byteswap....

glen glen at pld-linux.org
Thu Feb 7 14:39:27 CET 2008


Author: glen                         Date: Thu Feb  7 13:39:27 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- AC-branch merge:
  - add check for byteswap.h header
  - Error: Runtime CPU detection only works for x86, x86-64 and PPC
- rel 4

---- Files affected:
SPECS:
   mplayer.spec (1.387 -> 1.388) 

---- Diffs:

================================================================
Index: SPECS/mplayer.spec
diff -u SPECS/mplayer.spec:1.387 SPECS/mplayer.spec:1.388
--- SPECS/mplayer.spec:1.387	Thu Feb  7 09:57:05 2008
+++ SPECS/mplayer.spec	Thu Feb  7 14:39:22 2008
@@ -64,7 +64,7 @@
 %undefine	with_vidix
 %endif
 
-%ifarch %{x8664} sparc sparc64
+%ifnarch %{ix86} %{x8664} ppc ppc64
 %undefine	with_runtime
 %endif
 
@@ -75,7 +75,7 @@
 %endif
 
 %define		subver	rc2
-%define		rel		3
+%define		rel		4
 
 Summary:	MPlayer - THE Movie Player for UN*X
 Summary(de.UTF-8):	MPlayer ist ein unter der freien GPL-Lizenz stehender Media-Player
@@ -124,6 +124,7 @@
 Patch23:	%{name}-live.patch
 Patch24:	%{name}-fontconfig_sub.patch
 Patch25:	http://www.mplayerhq.hu/MPlayer/patches/stream_cddb_fix_20080120.diff
+Patch26:	%{name}-check-byteswap.patch
 URL:		http://www.mplayerhq.hu/
 %{?with_directfb:BuildRequires:	DirectFB-devel}
 BuildRequires:	OpenAL-devel
@@ -343,6 +344,7 @@
 cd stream
 %patch25 -p0
 cd -
+%patch26 -p1
 
 %build
 %if %{with shared}
@@ -591,6 +593,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.388  2008-02-07 13:39:22  glen
+- AC-branch merge:
+  - add check for byteswap.h header
+  - Error: Runtime CPU detection only works for x86, x86-64 and PPC
+- rel 4
+
 Revision 1.387  2008-02-07 08:57:05  ankry
 - tabs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mplayer.spec?r1=1.387&r2=1.388&f=u



More information about the pld-cvs-commit mailing list