Author: glen Date: Sun Sep 25 17:49:26 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - disable mmx for i386 i486 i586 as they don't have it (FIXME)
---- Files affected: SPECS: mythtv.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: SPECS/mythtv.spec diff -u SPECS/mythtv.spec:1.33 SPECS/mythtv.spec:1.34 --- SPECS/mythtv.spec:1.33 Sat Sep 24 18:40:48 2005 +++ SPECS/mythtv.spec Sun Sep 25 19:49:21 2005 @@ -1,8 +1,9 @@ # $Revision$, $Date$ # TODO # - bconds: altivec joystick lcd -# - lcd? ( app-misc/lcdproc ) +# - lcd? (app-misc/lcdproc) # - icons for desktop entries +# - alpha, sparc, ppc arches? # # Specfile for MythTV # @@ -29,7 +30,7 @@ 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 @@ -278,11 +279,15 @@ %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 \ @@ -436,6 +441,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2005/09/25 17:49:21 glen +- disable mmx for i386 i486 i586 as they don't have it (FIXME) + Revision 1.33 2005/09/24 16:40:48 glen - setup doesn't require backend and themes, afaik ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mythtv.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
