public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Xawtv version 3.96
@ 2010-04-23 13:24 Mauro Carvalho Chehab
  2010-04-23 15:18 ` Chicken Shack
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2010-04-23 13:24 UTC (permalink / raw)
  To: Linux Media Mailing List

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 <mchehab@redhat.com>
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 <mchehab@redhat.com>
Date:    Fri Apr 23 09:37:43 2010 -0300

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: Xawtv version 3.96
  2010-04-23 13:24 Xawtv version 3.96 Mauro Carvalho Chehab
@ 2010-04-23 15:18 ` Chicken Shack
  2010-04-26  7:45   ` Hans de Goede
  0 siblings, 1 reply; 3+ messages in thread
From: Chicken Shack @ 2010-04-23 15:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Linux Media Mailing List

Am Freitag, den 23.04.2010, 10:24 -0300 schrieb Mauro Carvalho Chehab:
> 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 <mchehab@redhat.com>
> 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 <mchehab@redhat.com>
> Date:    Fri Apr 23 09:37:43 2010 -0300
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
> 
>  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
> 

It would make much more sense to complete (or at least try to complete)
xawtv 4.0 pre instead of fixing bugs in 3.96.

Reasons why?

1. 4.0 pre contains more innovation, new ideas.
2. 3.96 s analogue only, not DVB.
3. Both the analogue AND the DVB driver development section do need
reference applications for driver development: 4.0 pre contains BOTH:
reference apps for analogue AND DVB driver development.

Cheers

CS




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Xawtv version 3.96
  2010-04-23 15:18 ` Chicken Shack
@ 2010-04-26  7:45   ` Hans de Goede
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2010-04-26  7:45 UTC (permalink / raw)
  To: Chicken Shack; +Cc: Mauro Carvalho Chehab, Linux Media Mailing List

Hi,

On 04/23/2010 05:18 PM, Chicken Shack wrote:
>
> It would make much more sense to complete (or at least try to complete)
> xawtv 4.0 pre instead of fixing bugs in 3.96.
>
> Reasons why?
>
> 1. 4.0 pre contains more innovation, new ideas.
> 2. 3.96 s analogue only, not DVB.
> 3. Both the analogue AND the DVB driver development section do need
> reference applications for driver development: 4.0 pre contains BOTH:
> reference apps for analogue AND DVB driver development.
>

We're currently mainly working on collecting distro patches for 3.xx so
as to have a 3.xx upstream with all known issues fixed, and to have a
source of xawtv-3.xx which will work out of the box on recent distro's

When setting up 3.xx git, we've also set up a 4.xx git, so that
interested parties can work on it. As you seem interested, feel free
to submit patches and / or apply for direct commit access to 4.xx git.

Regards,

Hans

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-26  7:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 13:24 Xawtv version 3.96 Mauro Carvalho Chehab
2010-04-23 15:18 ` Chicken Shack
2010-04-26  7:45   ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox