diff --git a/.checkpackageignore b/.checkpackageignore index a6a6da598d..68882f3061 100644 --- a/.checkpackageignore +++ b/.checkpackageignore @@ -333,7 +333,6 @@ package/dt/0002-dt-default-source-define.patch lib_patch.Upstream package/dtc/0001-Fix-include-guards-for-older-kernel-u-boot-sources.patch lib_patch.Upstream package/dvblast/0001-missing-lm.patch lib_patch.Upstream package/dvblast/0002-fix-int-types.patch lib_patch.Upstream -package/dvbsnoop/0001-musl-types-h.patch lib_patch.Upstream package/dvdrw-tools/0001-limits.h.patch lib_patch.Upstream package/dvdrw-tools/0002-Include-sysmacros.h-to-compile-with-newer-gcc.patch lib_patch.Upstream package/earlyoom/0001-main.c-fix-build-with-kernel-4.3.patch lib_patch.Upstream diff --git a/Config.in.legacy b/Config.in.legacy index 856ae58c67..24e627a28b 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -146,6 +146,12 @@ endif comment "Legacy options removed in 2025.11" +config BR2_PACKAGE_DVBSNOOP + bool "dvbsnoop has been removed" + select BR2_LEGACY + help + dvbsnoop is unmaintained and has been removed + config BR2_PACKAGE_PROCRANK_LINUX bool "procrank_linux has been removed" select BR2_LEGACY diff --git a/DEVELOPERS b/DEVELOPERS index 50bdc3b2b1..f1da3c231a 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -583,7 +583,6 @@ F: package/jailhouse/ F: package/sunxi-boards/ N: Carsten Schoenert -F: package/dvbsnoop/ F: package/libdvbsi/ F: package/libsvg/ F: package/libsvg-cairo/ diff --git a/package/Config.in b/package/Config.in index f42e7cc96c..f256b9356f 100644 --- a/package/Config.in +++ b/package/Config.in @@ -495,7 +495,6 @@ endmenu source "package/dtbocfg/Config.in" source "package/dtv-scan-tables/Config.in" source "package/dump1090/Config.in" - source "package/dvbsnoop/Config.in" source "package/edid-decode/Config.in" source "package/edk2-non-osi/Config.in" source "package/edk2-platforms/Config.in" diff --git a/package/dvbsnoop/0001-musl-types-h.patch b/package/dvbsnoop/0001-musl-types-h.patch deleted file mode 100644 index 1149df0d07..0000000000 --- a/package/dvbsnoop/0001-musl-types-h.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix musl build - -Signed-off-by: Bernd Kuhls - -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 - - 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); diff --git a/package/dvbsnoop/Config.in b/package/dvbsnoop/Config.in deleted file mode 100644 index fb63fa4e8b..0000000000 --- a/package/dvbsnoop/Config.in +++ /dev/null @@ -1,21 +0,0 @@ -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 diff --git a/package/dvbsnoop/dvbsnoop.hash b/package/dvbsnoop/dvbsnoop.hash deleted file mode 100644 index 0d88afe154..0000000000 --- a/package/dvbsnoop/dvbsnoop.hash +++ /dev/null @@ -1,3 +0,0 @@ -# Locally computed: -sha256 7658498b26a5d2a0242e81f0cfafa0e43a2bec56f8674e7ac197dfc310866ec6 dvbsnoop-1.4.50.tar.gz -sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING diff --git a/package/dvbsnoop/dvbsnoop.mk b/package/dvbsnoop/dvbsnoop.mk deleted file mode 100644 index fdc483d22c..0000000000 --- a/package/dvbsnoop/dvbsnoop.mk +++ /dev/null @@ -1,12 +0,0 @@ -################################################################################ -# -# dvbsnoop -# -################################################################################ - -DVBSNOOP_VERSION = 1.4.50 -DVBSNOOP_SITE = http://downloads.sourceforge.net/project/dvbsnoop/dvbsnoop/dvbsnoop-$(DVBSNOOP_VERSION) -DVBSNOOP_LICENSE = GPL-2.0 -DVBSNOOP_LICENSE_FILES = COPYING - -$(eval $(autotools-package))