All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] [dvb-apps] Various dvb-apps fixes and enhancements
@ 2014-05-04  1:51 Jonathan McCrohan
  2014-05-04  1:51 ` [PATCH 1/6] [dvb-apps] dvb-apps: fix typos throughout the dvb-apps tree Jonathan McCrohan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jonathan McCrohan @ 2014-05-04  1:51 UTC (permalink / raw)
  To: linux-media, pkg-vdr-dvb-devel; +Cc: Jonathan McCrohan

Hi,

The following patch set contains various fixes and enhancements found
during the packaging of the next version of Debian's dvb-apps package.

A number of these patches have lived as Debian specific patches for a
long time, however, there is no reason not to upstream them for
everyone's benefit.

Jon

Jonathan McCrohan (6):
  dvb-apps: fix typos throughout the dvb-apps tree
  dvbscan: fix infinite loop parsing arguments
  dvb-apps: make zap flush stdout after status line
  dvb-apps: pass LDFLAGS to alevt and lib binaries
  alevt: fix FTBFS with libpng15
  dvb-apps: add man pages

 Make.rules                            |  5 ++-
 Makefile                              |  1 +
 lib/libdvben50221/en50221_transport.c |  4 +-
 lib/libdvbsec/dvbsec_cfg.h            |  2 +-
 man/Makefile                          | 13 ++++++
 man/atsc_epg.1                        | 35 +++++++++++++++
 man/av7110_loadkeys.1                 | 26 +++++++++++
 man/azap.1                            | 35 +++++++++++++++
 man/czap.1                            | 46 +++++++++++++++++++
 man/dib3000-watch.1                   | 34 ++++++++++++++
 man/dst_test.1                        | 41 +++++++++++++++++
 man/dvbdate.1                         | 38 ++++++++++++++++
 man/dvbnet.1                          | 38 ++++++++++++++++
 man/dvbscan.1                         | 72 +++++++++++++++++++++++++++++
 man/dvbtraffic.1                      | 26 +++++++++++
 man/femon.1                           | 32 +++++++++++++
 man/gnutv.1                           | 79 ++++++++++++++++++++++++++++++++
 man/gotox.1                           | 33 ++++++++++++++
 man/lsdvb.1                           |  9 ++++
 man/scan.1                            | 85 +++++++++++++++++++++++++++++++++++
 man/szap.1                            | 57 +++++++++++++++++++++++
 man/tzap.1                            | 56 +++++++++++++++++++++++
 man/zap.1                             | 44 ++++++++++++++++++
 util/alevt/Makefile                   |  6 +--
 util/alevt/exp-gfx.c                  |  3 +-
 util/dib3000-watch/dib3000-watch.c    |  2 +-
 util/dvbscan/dvbscan.c                |  3 +-
 util/scan/scan.c                      |  2 +-
 util/szap/czap.c                      |  3 +-
 util/szap/szap.c                      |  1 +
 30 files changed, 818 insertions(+), 13 deletions(-)
 create mode 100644 man/Makefile
 create mode 100644 man/atsc_epg.1
 create mode 100644 man/av7110_loadkeys.1
 create mode 100644 man/azap.1
 create mode 100644 man/czap.1
 create mode 100644 man/dib3000-watch.1
 create mode 100644 man/dst_test.1
 create mode 100644 man/dvbdate.1
 create mode 100644 man/dvbnet.1
 create mode 100644 man/dvbscan.1
 create mode 100644 man/dvbtraffic.1
 create mode 100644 man/femon.1
 create mode 100644 man/gnutv.1
 create mode 100644 man/gotox.1
 create mode 100644 man/lsdvb.1
 create mode 100644 man/scan.1
 create mode 100644 man/szap.1
 create mode 100644 man/tzap.1
 create mode 100644 man/zap.1

-- 
1.9.2


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

end of thread, other threads:[~2014-05-30  0:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-04  1:51 [PATCH 0/6] [dvb-apps] Various dvb-apps fixes and enhancements Jonathan McCrohan
2014-05-04  1:51 ` [PATCH 1/6] [dvb-apps] dvb-apps: fix typos throughout the dvb-apps tree Jonathan McCrohan
2014-05-04  1:51 ` [PATCH 2/6] [dvb-apps] dvbscan: fix infinite loop parsing arguments Jonathan McCrohan
2014-05-04  1:51 ` [PATCH 3/6] [dvb-apps] dvb-apps: make zap flush stdout after status line Jonathan McCrohan
2014-05-04  1:51 ` [PATCH 4/6] [dvb-apps] dvb-apps: pass LDFLAGS to alevt and lib binaries Jonathan McCrohan
2014-05-04  1:51 ` [PATCH 5/6] [dvb-apps] alevt: fix FTBFS with libpng15 Jonathan McCrohan
2014-05-04  1:51 ` [PATCH 6/6] [dvb-apps] dvb-apps: add man pages Jonathan McCrohan
2014-05-30  0:28 ` [PATCH 0/6] [dvb-apps] Various dvb-apps fixes and enhancements Jonathan McCrohan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.