Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22522
Modified Files:
mythtv.spec
Added Files:
mythtv-0.21-enable-64bit-fast_cmov.patch
Log Message:
* Tue Oct 14 2008 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-13
- Enable fast cmov on x86_64
- Disable mythgame-emulators convenience meta-package, deps not
available in the free repo (if available at all)
mythtv-0.21-enable-64bit-fast_cmov.patch:
--- NEW FILE mythtv-0.21-enable-64bit-fast_cmov.patch ---
Index: mythtv/configure
===================================================================
--- mythtv/configure (revision 18567)
+++ mythtv/configure (working copy)
@@ -1488,6 +1488,7 @@
fi
fi
cmov="yes"
+ fast_cmov="yes"
;;
# armv4l is a subset of armv[567]*l
arm|armv[4567]*l)
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mythtv.spec 6 Oct 2008 18:44:17 -0000 1.9
+++ mythtv.spec 15 Oct 2008 03:52:19 -0000 1.10
@@ -22,7 +22,7 @@
%if "%{branch}" == "trunk"
Release: 0.2.%{_svnver}%{?dist}
%else
-Release: 12%{?dist}
+Release: 13%{?dist}
%endif
URL:
http://www.mythtv.org/
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -45,6 +45,7 @@
Patch100: mythtv-0.21-svnfixes.patch
Patch101: mythtv-0.20-mythstreammenu.diff
#Patch102: mythtv-0.21-fedora-settings.patch
+Patch103: mythtv-0.21-enable-64bit-fast_cmov.patch
Patch200: mythplugins-0.21-svnfixes.patch
#Patch201: mythplugins-0.21-fedora-settings.patch
Patch202: mythmusic-busted-cdparanoia-workaround.patch
@@ -370,21 +371,21 @@
%description -n mythgame
A game frontend (xmame, nes, snes, pc) for MythTV.
-%package -n mythgame-emulators
-Summary: Meta-package requiring emulators for game types mythgame knows about
-Group: Applications/Multimedia
-Requires: mythgame = %{version}-%{release}
+#package -n mythgame-emulators
+#Summary: Meta-package requiring emulators for game types mythgame knows about
+#Group: Applications/Multimedia
+#Requires: mythgame = %{version}-%{release}
# Multi Arcade Machine Emulator, Amiga, Atari 2600
-Requires: sdlmame, e-uae, stella
+#Requires: sdlmame, e-uae, stella
# Nintendo, Super Nintendo, Nintendo 64
-Requires: fceultra, zsnes, mupen64, mupen64-ricevideo
+#Requires: fceultra, zsnes, mupen64, mupen64-ricevideo
# Sega Genesis, Sega Master System, Game Gear
-Requires: gens, dega-sdl, osmose
+#Requires: gens, dega-sdl, osmose
# TurboGraphx 16 (and others)
-Requires: mednafen
+#Requires: mednafen
-%description -n mythgame-emulators
-Meta-package requiring emulators for game types mythgame knows about.
+#description -n mythgame-emulators
+#Meta-package requiring emulators for game types mythgame knows about.
%package -n mythnews
Summary: An RSS news feed plugin for MythTV
@@ -493,6 +494,7 @@
%patch100 -p1 -b .svnfixes
#patch101 -p0 -b .mythstreammenu
#patch102 -p1 -b .settings
+%patch103 -p1
# Drop execute permissions on contrib bits, since they'll be %doc
find contrib/ -type f -exec chmod -x "{}" \;
@@ -593,7 +595,7 @@
--enable-audio-jack \
--enable-xvmc --enable-xvmcw \
%if %with_xvmcnvidia
- --xvmc-lib=XvMCNVIDIA_dynamic --enable-xvmc-opengl \
+ --xvmc-lib=XvMCNVIDIA --enable-xvmc-opengl \
%else
%ifarch %{ix86} x86_64
--enable-xvmc-vld --enable-xvmc-pro \
@@ -918,11 +920,11 @@
%{_datadir}/mythtv/game_settings.xml
%{_datadir}/mythtv/i18n/mythgame_*.qm
-%files -n mythgame-emulators
-%defattr(-,root,root,-)
-%{_datadir}/mythtv/games/xmame
-%{_datadir}/mame/screens
-%{_datadir}/mame/flyers
+#files -n mythgame-emulators
+#defattr(-,root,root,-)
+#{_datadir}/mythtv/games/xmame
+#{_datadir}/mame/screens
+#{_datadir}/mame/flyers
%files -n mythnews
%defattr(-,root,root,-)
@@ -1016,6 +1018,11 @@
%endif
%changelog
+* Tue Oct 14 2008 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-13
+- Enable fast cmov on x86_64
+- Disable mythgame-emulators convenience meta-package, deps not
+ available in the free repo (if available at all)
+
* Mon Oct 06 2008 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-12
- Update release-0-21-fixes patches (r18567)