Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
Fix musl build
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
diff -uNr dvbsnoop-1.4.50.org/src/misc/helper.h dvbsnoop-1.4.50/src/misc/helper.h
--- dvbsnoop-1.4.50.org/src/misc/helper.h 2006-01-02 20:04:56.000000000 +0100
+++ dvbsnoop-1.4.50/src/misc/helper.h 2016-01-24 14:35:02.000000000 +0100
@@ -16,6 +16,7 @@
#ifndef __HELPER_H
#define __HELPER_H
+#include <sys/types.h>
u_long outBit_Sx (int verbosity, const char *text, u_char *buf, int startbit, int bitlen);
u_long outBit_Sx_NL (int verbosity, const char *text, u_char *buf, int startbit, int bitlen);

View File

@@ -0,0 +1,21 @@
config BR2_PACKAGE_DVBSNOOP
bool "dvbsnoop"
help
Dvbsnoop is just a simple tool to analyze, view or debug a transport
stream (TS), program elementary stream (PES) or even a program stream
(PS). Dvbsnoop is trying to get input mostly direct from a frontend
(satellite or cable tuner inside a set-top box for example) via DVB
APIv3 to view into a TS, or a demux to view PES or PS (also mostly
inside the set-top box or even PCI Card or USB Plug) but also from a
file (recorded TS).
Dvbsnoop is working well on SD transport streams but may have some
limited functionality on HD transport streams (DVB-{C,S,T}2 because
of missing knowledge how to handle it.
Dvbsnoop itself doesn't do the tuning on the frontend, this has to be
done by external helpers or manually driver call.
The dvbsnoop tool was written while developing the software Neutrino
on the set-top box DBox2.
http://dvbsnoop.sourceforge.net
http://en.wikipedia.org/wiki/DBox2

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 7658498b26a5d2a0242e81f0cfafa0e43a2bec56f8674e7ac197dfc310866ec6 dvbsnoop-1.4.50.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# dvbsnoop
#
################################################################################
DVBSNOOP_VERSION = 1.4.50
DVBSNOOP_SITE = http://downloads.sourceforge.net/project/dvbsnoop/dvbsnoop/dvbsnoop-$(DVBSNOOP_VERSION)
DVBSNOOP_LICENSE = GPLv2
DVBSNOOP_LICENSE_FILES = COPYING
$(eval $(autotools-package))