Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15902
Modified Files:
mythtv.spec
Log Message:
* Wed Sep 16 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.4.svn.r21864
- Fix botched arch-specific handling of vdpau support
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- mythtv.spec 16 Sep 2009 03:16:33 -0000 1.49
+++ mythtv.spec 16 Sep 2009 12:41:15 -0000 1.50
@@ -75,7 +75,7 @@
# Version/Release info
Version: 0.22
%if "%{branch}" == "trunk"
-Release: 0.3.svn.%{_svnrev}%{?dist}
+Release: 0.4.svn.%{_svnrev}%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -224,8 +224,10 @@
%endif
%if %{with_vdpau}
+%ifarch %{ix86} x86_64
BuildRequires: libvdpau-devel
%endif
+%endif
# API Build Requirements
@@ -428,7 +430,7 @@
%endif
%if %{with_vdpau}
-%ifarch %{ix86}
+%ifarch %{ix86} x86_64
Requires: libvdpau-devel
%endif
%endif
@@ -935,7 +937,7 @@
--xvmc-lib=XvMCNVIDIA_dynamic \
%endif
%if %{with_vdpau}
-%ifarch %{ix86}
+%ifarch %{ix86} x86_64
--enable-vdpau \
%endif
%endif
@@ -1474,6 +1476,9 @@
################################################################################
%changelog
+* Wed Sep 16 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.4.svn.r21864
+- Fix botched arch-specific handling of vdpau support
+
* Tue Sep 15 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.3.svn.r21864
- Oops, no libvdpau for powerpc