Re: [Patch] New utility program atsc_epg added to dvb-apps utility suite.

2009-06-22 Thread Yufei Yuan
-line conditional statement now w/o brackets. 3. scan Makefile workaround for building in gcc4.4/kernel 2.6.30 was not picked up yet, include again. Regards, Signed-off-by: Yufei Yuan yfy...@gmail.com diff -upr dvb-apps/util/atsc_epg/atsc_epg.c dvb-apps_local/util/atsc_epg/atsc_epg.c --- dvb-apps

Re: [Patch] New utility program atsc_epg added to dvb-apps utility suite.

2009-06-20 Thread Yufei Yuan
/atsc_epg.c 2009-06-18 20:17:24.527925142 -0500 @@ -0,0 +1,1249 @@ +/* + * atsc_epg utility + * + * Copyright (C) 2009 Yufei Yuan yfy...@gmail.com + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published

[Patch] dvb-apps: code cleanup and bug fix.

2009-06-20 Thread Yufei Yuan
column 80 removed; - one-line conditional statement now w/o brackets. 3. scan Makefile workaround for building in gcc4.4/kernel 2.6.30 was not picked up in 1279, include again. Regards, Signed-off-by: Yufei Yuan yfy...@gmail.com diff -upr dvb-apps/util/atsc_epg/atsc_epg.c dvb-apps_local/util

Re: [Patch] dvb-apps: code cleanup and bug fix.

2009-06-20 Thread Yufei Yuan
= atsc_psip_section.c atsc_psip_section.h -CPPFLAGS += -DDATADIR=\$(prefix)/share\ +CPPFLAGS += -Wno-packed-bitfield-compat -D__KERNEL_STRICT_NAMES -DDATADIR=\$(prefix)/share\ .PHONY: all On Sat, 2009-06-20 at 12:16 -0500, Yufei Yuan wrote: This patch is against dvb-apps 1281. Following is what has been done

Re: [Patch] New utility program atsc_epg added to dvb-apps utility suite.

2009-06-19 Thread Yufei Yuan
, On Fri, Jun 19, 2009 at 7:41 PM, hermann pittonhermann-pit...@arcor.de wrote: Am Donnerstag, den 18.06.2009, 20:39 -0500 schrieb Yufei Yuan: This one is about the utility itself. I do apologize for the length here as inline patch is preferred according to the guide and I don't have any public

Re: [Patch] New utility program atsc_epg added to dvb-apps utility suite.

2009-06-19 Thread Yufei Yuan
do start to do next step. I do apologize for your wasted time. Signed-off-by: Yufei Yuan yfy...@gmail.com diff -uprN dvb-apps/util/atsc_epg/atsc_epg.c dvb-apps_new/util/atsc_epg/atsc_epg.c --- dvb-apps/util/atsc_epg/atsc_epg.c 1969-12-31 18:00:00.0 -0600 +++ dvb-apps_new/util/atsc_epg

Re: [Patch] New utility program atsc_epg added to dvb-apps utility suite.

2009-06-18 Thread Yufei Yuan
: 2009/6/18 Yufei Yuan yfy...@gmail.com: Hi, I am not sure if this is the correct mailing list to send this patch. From the LinuxTV website, it seems that currently dvb-apps project has no owner. A new utility atsc_epg is added into the dvb-apps utility suite. It parses PSIP information carried

Re: [Patch] New utility program atsc_epg added to dvb-apps utility suite.

2009-06-18 Thread Yufei Yuan
Okay, this one serves as a test as well. It's a trivial one to fix the broken dvb-apps building process with gcc4.4 on kernel 2.6.30, another way to eliminate the packed bitfield warning is to split the field, but that is unwanted. previous build error: make[2]: Entering directory

Re: [Patch] New utility program atsc_epg added to dvb-apps utility suite.

2009-06-18 Thread Yufei Yuan
This one is about the utility itself. I do apologize for the length here as inline patch is preferred according to the guide and I don't have any public online storage. Please let me know if this causes any inconvenience. Signed-off-by: Yufei Yuan yfy...@gmail.com diff -uprN dvb-apps/util