From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:27054 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755234Ab0DWNYL (ORCPT ); Fri, 23 Apr 2010 09:24:11 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o3NDOB3J013022 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 23 Apr 2010 09:24:11 -0400 Received: from [10.11.10.245] (vpn-10-245.rdu.redhat.com [10.11.10.245]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3NDO8MH022755 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 23 Apr 2010 09:24:10 -0400 Message-ID: <4BD19F77.2020303@redhat.com> Date: Fri, 23 Apr 2010 10:24:07 -0300 From: Mauro Carvalho Chehab MIME-Version: 1.0 To: Linux Media Mailing List Subject: Xawtv version 3.96 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: For those that haven't notice yet, we're fixing some bugs at xawtv 3. Probably, we won't be adding new features on it, but we want to keep it on a sane state, in order to allow people to use it as a reference application on driver development. I've just committed a few patches I wrote yesterday that backports some of the Fedora 12 patches to xawtv, and fixed a few bugs on it. As result, after having all dependencies installed, xawtv should compile fine with a recent distro (tested here with Fedora 12 and RHEL 5). The version was increased to 3.96. As usual, all commit messages are sent to linuxtv-commits mailing list. So, people that are interested on tracking what's happening can subscribe to the list. Cheers, Mauro. -------- Mensagem original -------- Assunto: [git:xawtv3/master] Increase version to 3.96 Data: Fri, 23 Apr 2010 14:47:57 +0200 De: Mauro Carvalho Chehab Responder a: linux-media@vger.kernel.org Para: linuxtv-commits@linuxtv.org This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/xawtv3.git tree: Subject: Increase version to 3.96 Author: Mauro Carvalho Chehab Date: Fri Apr 23 09:37:43 2010 -0300 Signed-off-by: Mauro Carvalho Chehab Changes | 10 ++++++++++ xawtv.spec | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/xawtv3.git?a=commitdiff;h=091c0a39d56419253cc501a121c81655c94296e7 diff --git a/Changes b/Changes index fa941ff..916c373 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,14 @@ +3.96 +==== + * misc minor fixes collected at Fedora 12. + * Fix requement of /dev/vbi instead of /dev/vbi0 on scantv. + * Fix compilation with Xorg and remove the --x_libraries parameter from + the configure script (as, on Xorg, X11 libraries are at /usr/lib). + * Now, providing that all build dependencies are satisfied, just typing + make after the download is enough to generate/run configure and build + the tools. + 3.95 ==== diff --git a/xawtv.spec b/xawtv.spec index d390d1b..77b4098 100644 --- a/xawtv.spec +++ b/xawtv.spec @@ -1,7 +1,7 @@ Name: xawtv Group: Applications/Multimedia Autoreqprov: on -Version: 3.95 +Version: 3.96 Release: 0 License: GPL Summary: v4l applications _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits -- Cheers, Mauro