Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5947
Modified Files:
mythtv.spec sources
Log Message:
* Mon Sep 14 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r21864
- Update to pre-0.22 svn trunk revision 21864
- Enable vdpau support, now that libvdpau is packaged in Fedora
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- mythtv.spec 11 Sep 2009 16:07:10 -0000 1.47
+++ mythtv.spec 15 Sep 2009 03:03:47 -0000 1.48
@@ -29,12 +29,12 @@
#
# --with directfb Enable directfb support
# --with xvmcnvidia Enable NVidia XvMC support
-# --with vdpau Enable NVidia VDPAU support
#
# The following options are enabled by default. Use these options to disable:
#
# --without perl Disable building of the perl bindings
# --without python Disable building of the python bindings
+# --without vdpau Disable NVidia VDPAU support
#
# # All plugins get built by default, but you can disable them as you wish:
#
@@ -61,7 +61,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r21778
+%define _svnrev r21864
%define branch trunk
#
@@ -99,12 +99,11 @@
%define with_perl %{?_without_perl: 0} %{!?_without_perl: 1}
%define with_python %{?_without_python: 0} %{!?_without_python: 1}
%define with_pulseaudio %{?_without_pulseaudio: 0} %{!?_without_pulseaudio: 1}
+%define with_vdpau %{?_without_vdpau: 0} %{?!_without_vdpau: 1}
# The following options are disabled by default. Use --with to enable them
%define with_directfb %{?_with_directfb: 1} %{!?_with_directfb: 0}
%define with_xvmcnvidia %{?_with_xvmcnvidia: 1} %{?!_with_xvmcnvidia: 0}
-# We want this enabled by default once libvdpau is available to BR
-%define with_vdpau %{?_with_vdpau: 1} %{?!_with_vdpau: 0}
# All plugins get built by default, but you can disable them as you wish
%define with_plugins %{?_without_plugins: 0} %{!?_without_plugins:
1}
@@ -1471,6 +1470,10 @@
################################################################################
%changelog
+* Mon Sep 14 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r21864
+- Update to pre-0.22 svn trunk revision 21864
+- Enable vdpau support, now that libvdpau is packaged in Fedora
+
* Fri Sep 11 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r21778
- Update to pre-0.22 svn trunk revision 21778
- Build for ppc again, breakage is fixed
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources 11 Sep 2009 16:11:30 -0000 1.27
+++ sources 15 Sep 2009 03:03:47 -0000 1.28
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-24599885664516d94b8743cdfdf8f0bd mythtv-0.22.tar.bz2
-868bded51eb2f89164900d4502ddabdb mythplugins-0.22.tar.bz2
+b019c9e3b7b2da6558d72f3a495ba4b7 mythtv-0.22.tar.bz2
+384d48ab757da512e9d96f6d87089075 mythplugins-0.22.tar.bz2
Show replies by date