[xawtv/el5/master] Updated to Xawtv 3.100

mchehab mchehab at fedoraproject.org
Wed Mar 2 13:59:50 UTC 2011


commit 2a29d56c1aab643fd7fbe1f337f45f255c96e940
Author: Mauro Carvalho Chehab <mchehab at redhat.com>
Date:   Wed Mar 2 10:58:32 2011 -0300

    Updated to Xawtv 3.100
    
    It is still not compiling on el5, due to the lack of libv4l.
    As this package is changing to v4l-utils, we need to wait for package
    approval, before adding it to el5.
    
    DEBUG util.py:247:  Error: No Package found for libv4l-devel
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab at redhat.com>

 xawtv.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/xawtv.spec b/xawtv.spec
index 7427e7e..7c30964 100644
--- a/xawtv.spec
+++ b/xawtv.spec
@@ -1,6 +1,6 @@
 Summary: TV applications for video4linux compliant devices
 Name: xawtv
-Version: 3.99.rc3
+Version: 3.100
 Release: 1%{?dist}
 Group: Applications/Multimedia
 License: GPLv2+
@@ -10,7 +10,7 @@ Source0: http://linuxtv.org/downloads/xawtv/%{name}-%{version}.tar.bz2
 Source1: xawtv.desktop
 
 BuildRequires: mesa-libGL-devel, libXaw-devel, libXext-devel
-BuildRequires: libFS-devel, libXft-devel, libXinerama-devel
+BuildRequires: libXft-devel, libXinerama-devel
 BuildRequires: libXpm-devel, libXrandr-devel, libXt-devel
 BuildRequires: libXxf86dga-devel, libXv-devel
 
@@ -19,11 +19,13 @@ BuildRequires: alsa-lib-devel
 %ifnarch s390 s390x
 BuildRequires: libdv-devel
 %endif
-BuildRequires: zvbi-devel, aalib-devel
 BuildRequires: gpm-devel, slang-devel
 BuildRequires: autoconf, desktop-file-utils
 BuildRequires: libv4l-devel
 
+# Optional packages that require to add extra packages at el5:
+# BuildRequires: aalib-devel, zvbi-devel
+
 Requires: usermode xorg-x11-fonts-misc
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -120,6 +122,9 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 2 2011 Mauro Carvalho Chehab <mchehab at redhat.com> 3.100-1
+- Update to Xawtv version 3.100
+
 * Wed Feb 02 2011 Mauro Carvalho Chehab <mchehab at redhat.com> 3.99.rc3.1
 - Update to Xawtv version 3.99.rc3
 - Upstream applied some patches from Debian and from Fedora, making


More information about the scm-commits mailing list