]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- disable mmx for i386 i486 i586 as they don't have it (FIXME)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 25 Sep 2005 17:49:21 +0000 (17:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv.spec -> 1.34

mythtv.spec

index 7d75a2b53f392fac972a0973f0ca6e60b119edee..b8e802034f4a799ddad7f426149ef06d00c6fad0 100644 (file)
@@ -1,7 +1,8 @@
 # TODO
 # - bconds: altivec joystick lcd
-# - lcd? ( app-misc/lcdproc )
+# - lcd? (app-misc/lcdproc)
 # - icons for desktop entries
+# - alpha, sparc, ppc arches?
 #
 # Specfile for MythTV
 #
@@ -28,7 +29,7 @@ Summary:      A personal video recorder (PVR) application
 Summary(pl):   Osobista aplikacja do nagrywania obrazu (PVR)
 Name:          mythtv
 Version:       0.18.1
-Release:       0.23
+Release:       0.24
 License:       GPL v2
 Group:         Applications/Multimedia
 Source0:       http://www.mythtv.org/mc/%{name}-%{version}.tar.bz2
@@ -277,11 +278,15 @@ _lib=%{_lib} \
 %if %{with cpu_autodetect}
        --enable-proc-opt \
 %else
-    %ifarch i386 i486 i586 i686 pentium3 pentium4
-       --cpu=i386 --tune=pentium4 --enable-mmx \
-    %endif
-    %ifarch athlon
-       --arch=athlon --enable-mmx \
+    %ifarch %{ix86}
+               %ifarch athlon
+                       --arch=athlon --enable-mmx \
+               %else
+                       --cpu=i386 --tune=pentium4 \
+                       %ifnarch i386 i486 i586
+                               --enable-mmx \
+                       %endif
+               %endif
     %endif
     %ifarch %{x8664}
        --arch=x86_64 --enable-mmx \
This page took 0.037339 seconds and 4 git commands to generate.