SPECS: mythtv.spec - not all i686 have mmx too (note Pentium Pro)
qboosh
qboosh at pld-linux.org
Mon Oct 17 16:16:00 CEST 2005
Author: qboosh Date: Mon Oct 17 14:16:00 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- not all i686 have mmx too (note Pentium Pro)
---- Files affected:
SPECS:
mythtv.spec (1.37 -> 1.38)
---- Diffs:
================================================================
Index: SPECS/mythtv.spec
diff -u SPECS/mythtv.spec:1.37 SPECS/mythtv.spec:1.38
--- SPECS/mythtv.spec:1.37 Sun Oct 16 21:40:06 2005
+++ SPECS/mythtv.spec Mon Oct 17 16:15:53 2005
@@ -15,15 +15,15 @@
%bcond_with cpu_autodetect # enable CPU autodetection at compile time (sets "-march", "-mcpu" compile flags really)
%bcond_without lirc # lirc support
%bcond_without alsa # alsa support
-%bcond_without oss # oss support
+%bcond_without oss # oss support
%bcond_without arts # arts support
%bcond_without jack # jack audio connection kit
%bcond_without oggvorbis # ogg vorbis
%bcond_without opengl # opengl vsync
-%bcond_without dvb # DVB support
+%bcond_without dvb # DVB support
%bcond_without xrandr # disable X11 resolution switching
-%bcond_with ivtv # ivtv support (PVR-250, PVR-350) NFY
-%bcond_with firewire # ieee1394 (NFY)
+%bcond_with ivtv # ivtv support (PVR-250, PVR-350) NFY
+%bcond_with firewire # ieee1394 (NFY)
%bcond_without xvmc # do not use XvMCW
Summary: A personal video recorder (PVR) application
@@ -284,7 +284,7 @@
--arch=athlon --enable-mmx \
%else
--cpu=i386 --tune=pentium4 \
- %ifnarch i386 i486 i586
+ %ifnarch i386 i486 i586 i686
--enable-mmx \
%endif
%endif
@@ -441,6 +441,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.38 2005/10/17 14:15:53 qboosh
+- not all i686 have mmx too (note Pentium Pro)
+
Revision 1.37 2005/10/16 19:40:06 glen
- add ppc to ExclusiveArch list (gentoo has it so it perhaps works?)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mythtv.spec?r1=1.37&r2=1.38&f=u
More information about the pld-cvs-commit
mailing list