Move all to deprecated folder.
This commit is contained in:
26
deprecated/firmware/buildroot/package/w_scan/0001-musl.patch
Normal file
26
deprecated/firmware/buildroot/package/w_scan/0001-musl.patch
Normal file
@@ -0,0 +1,26 @@
|
||||
Fix musl build
|
||||
|
||||
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||
|
||||
diff -uNr w_scan-20141122.org/descriptors.h w_scan-20141122/descriptors.h
|
||||
--- w_scan-20141122.org/descriptors.h 2014-11-22 09:49:26.000000000 +0100
|
||||
+++ w_scan-20141122/descriptors.h 2016-01-24 14:05:21.000000000 +0100
|
||||
@@ -28,6 +28,7 @@
|
||||
#ifndef __DESCRIPTORS_H__
|
||||
#define __DESCRIPTORS_H__
|
||||
|
||||
+#include <time.h>
|
||||
#include "extended_frontend.h"
|
||||
|
||||
/******************************************************************************
|
||||
diff -uNr w_scan-20141122.org/version.h w_scan-20141122/version.h
|
||||
--- w_scan-20141122.org/version.h 2014-11-22 11:59:56.000000000 +0100
|
||||
+++ w_scan-20141122/version.h 2016-01-24 14:06:33.000000000 +0100
|
||||
@@ -1,6 +1,6 @@
|
||||
/* AUTOMATICALLY GENERATED - DO NOT EDIT MANUALLY */
|
||||
#ifndef W_SCAN_VERSION_H
|
||||
#define W_SCAN_VERSION_H
|
||||
-uint version=20141122;
|
||||
+unsigned int version=20141122;
|
||||
#endif
|
||||
|
||||
14
deprecated/firmware/buildroot/package/w_scan/Config.in
Normal file
14
deprecated/firmware/buildroot/package/w_scan/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
comment "w_scan needs a toolchain w/ headers >= 3.7"
|
||||
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
|
||||
|
||||
config BR2_PACKAGE_W_SCAN
|
||||
bool "w_scan"
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
help
|
||||
w_scan is a small command line utility used to perform frequency
|
||||
scans for DVB and ATSC transmissions. It is capable of creating
|
||||
channels.conf files (in different output formats !) as well as
|
||||
initial tuning data for scan.
|
||||
|
||||
http://wirbel.htpc-forum.de/w_scan/index_en.html
|
||||
2
deprecated/firmware/buildroot/package/w_scan/w_scan.hash
Normal file
2
deprecated/firmware/buildroot/package/w_scan/w_scan.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 b6d7c9ab997c53a0b0d92e8390f313cc3b82ee8ece1756b4e526119fd5ba09b4 w_scan-20141122.tar.bz2
|
||||
18
deprecated/firmware/buildroot/package/w_scan/w_scan.mk
Normal file
18
deprecated/firmware/buildroot/package/w_scan/w_scan.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# w_scan
|
||||
#
|
||||
################################################################################
|
||||
|
||||
W_SCAN_VERSION = 20141122
|
||||
W_SCAN_SOURCE = w_scan-$(W_SCAN_VERSION).tar.bz2
|
||||
W_SCAN_SITE = http://wirbel.htpc-forum.de/w_scan
|
||||
W_SCAN_LICENSE = GPLv2+
|
||||
W_SCAN_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||
W_SCAN_DEPENDENCIES += libiconv
|
||||
W_SCAN_CONF_ENV += LIBS=-liconv
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user