From: Carsten Schoenert <c.schoenert@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] packages/dvbsnoop: new package dvbsnoop
Date: Wed, 9 Jan 2013 18:03:34 +0100 [thread overview]
Message-ID: <1357751014-5123-2-git-send-email-c.schoenert@gmail.com> (raw)
In-Reply-To: <1357751014-5123-1-git-send-email-c.schoenert@gmail.com>
From: Carsten Schoenert <c.schoenert@t-online.de>
dvbsnoop is a DVB/MPEG stream analyzer. It's designed to debug, dump or
view the digital stream info available via
satellit -> DVB-S, DVB-S2
cable -> DVB-C, DVB-C2
terrestrial -> DVB-T, DVB-T2
dvbsnoop can be used on any digital settopbox that running on linux and
provides the DVB APIv3. It's also usable on classical PCs that contains
a DVB hardware (PCI Card or USB Plug).
Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com>
---
package/multimedia/Config.in | 1 +
package/multimedia/dvbsnoop/Config.in | 9 +++++++++
package/multimedia/dvbsnoop/dvbsnoop.mk | 13 +++++++++++++
3 files changed, 23 insertions(+)
create mode 100644 package/multimedia/dvbsnoop/Config.in
create mode 100644 package/multimedia/dvbsnoop/dvbsnoop.mk
diff --git a/package/multimedia/Config.in b/package/multimedia/Config.in
index 273d9bc..07b4f1a 100644
--- a/package/multimedia/Config.in
+++ b/package/multimedia/Config.in
@@ -2,6 +2,7 @@ menu "Audio and video applications"
source "package/multimedia/alsa-utils/Config.in"
source "package/multimedia/aumix/Config.in"
source "package/multimedia/bellagio/Config.in"
+source "package/multimedia/dvbsnoop/Config.in"
source "package/multimedia/faad2/Config.in"
source "package/multimedia/flac/Config.in"
source "package/multimedia/ffmpeg/Config.in"
diff --git a/package/multimedia/dvbsnoop/Config.in b/package/multimedia/dvbsnoop/Config.in
new file mode 100644
index 0000000..afd0bc5
--- /dev/null
+++ b/package/multimedia/dvbsnoop/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_DVBSNOOP
+ bool "dvbsnoop"
+ help
+ DVB analyzer / MPEG analyzer program to monitor, analyze, debug,
+ dump or view dvb/mpeg/dsm-cc/mhp stream information (TS, PES,
+ SECTION) (e.g. digital television) send via satellite, cable or
+ terrestrial.
+
+ http://dvbsnoop.sourceforge.net/
diff --git a/package/multimedia/dvbsnoop/dvbsnoop.mk b/package/multimedia/dvbsnoop/dvbsnoop.mk
new file mode 100644
index 0000000..a3ff468
--- /dev/null
+++ b/package/multimedia/dvbsnoop/dvbsnoop.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# dvbsnoop
+#
+#############################################################
+
+DVBSNOOP_VERSION = 1.4.50
+DVBSNOOP_SITE = http://downloads.sourceforge.net/project/dvbsnoop/dvbsnoop/dvbsnoop-$(DVBSNOOP_VERSION)
+DVBSNOOP_SITE_METHOD = gz
+DVBSNOOP_LICENSE = GPLv2
+DVBSNOOP_LICENSE_FILE = COPYING
+
+$(eval $(autotools-package))
--
1.7.10.4
next prev parent reply other threads:[~2013-01-09 17:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-09 17:03 [Buildroot] new package dvbsnoop Carsten Schoenert
2013-01-09 17:03 ` Carsten Schoenert [this message]
2013-01-09 17:34 ` [Buildroot] [PATCH] packages/dvbsnoop: " Yann E. MORIN
2013-01-09 18:56 ` [Buildroot] [PATCH v2] " Carsten Schoenert
2013-01-09 18:56 ` [Buildroot] [PATCH] dvbsnoop: " Carsten Schoenert
2013-01-09 20:07 ` Thomas Petazzoni
2013-01-10 19:27 ` Carsten Schoenert
2013-01-10 19:45 ` Thomas Petazzoni
2013-01-10 19:57 ` Carsten Schoenert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1357751014-5123-2-git-send-email-c.schoenert@gmail.com \
--to=c.schoenert@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox