Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19341
Modified Files:
mythtv.spec
Log Message:
* Tue Sep 15 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.3.svn.r21864
- Oops, no libvdpau for powerpc
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- mythtv.spec 15 Sep 2009 03:03:47 -0000 1.48
+++ mythtv.spec 16 Sep 2009 03:16:33 -0000 1.49
@@ -75,7 +75,7 @@
# Version/Release info
Version: 0.22
%if "%{branch}" == "trunk"
-Release: 0.2.svn.%{_svnrev}%{?dist}
+Release: 0.3.svn.%{_svnrev}%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -428,8 +428,10 @@
%endif
%if %{with_vdpau}
+%ifarch %{ix86}
Requires: libvdpau-devel
%endif
+%endif
%description -n libmyth-devel
This package contains the header files and libraries for developing
@@ -933,8 +935,10 @@
--xvmc-lib=XvMCNVIDIA_dynamic \
%endif
%if %{with_vdpau}
+%ifarch %{ix86}
--enable-vdpau \
%endif
+%endif
%if %{with_directfb}
--enable-directfb \
%else
@@ -1470,6 +1474,9 @@
################################################################################
%changelog
+* Tue Sep 15 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.3.svn.r21864
+- Oops, no libvdpau for powerpc
+
* 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
Show replies by date