mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
w_scan: update to 20210218 and PKG_ SITE and URL
This commit is contained in:
parent
89d928a652
commit
78b3314539
@ -2,11 +2,11 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="w_scan"
|
||||
PKG_VERSION="20170107"
|
||||
PKG_SHA256="38e0f38a7bf06cff6d6ea01652ad4ee60da2cb0e937360468f936da785b46ffe"
|
||||
PKG_VERSION="20210218"
|
||||
PKG_SHA256="75d7447ebeddfb9ce251f32a93f23190ed46dca44f5b701f2af11e1787b9eb08"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://www.gen2vdr.de/wirbel/w_scan/index2.html"
|
||||
PKG_URL="https://www.gen2vdr.de/wirbel/w_scan/w_scan-${PKG_VERSION}.tar.bz2"
|
||||
PKG_SITE="https://www.gen2vdr.de/wirbel/w_scan_cpp/index2.html"
|
||||
PKG_URL="https://www.gen2vdr.de/wirbel/w_scan_cpp/w_scan-${PKG_VERSION}.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="A channel scan tool which generates ATSC, DVB-C, DVB-S/S2 and DVB-T channels.conf files."
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
@ -1,34 +0,0 @@
|
||||
From edbabcc7df6cd9e282991bd550d125d7f75bd738 Mon Sep 17 00:00:00 2001
|
||||
From: Jernej Skrabec <jernej.skrabec@siol.net>
|
||||
Date: Mon, 22 Jun 2020 19:42:17 +0200
|
||||
Subject: [PATCH] Fix building with gcc10
|
||||
|
||||
---
|
||||
si_types.h | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/si_types.h b/si_types.h
|
||||
index 5fc7835d80c7..41ce2e1e6603 100644
|
||||
--- a/si_types.h
|
||||
+++ b/si_types.h
|
||||
@@ -114,7 +114,7 @@ struct service {
|
||||
uint32_t logical_channel_number;
|
||||
uint8_t running;
|
||||
void * priv;
|
||||
-} service_t, * p_service_t;
|
||||
+};
|
||||
|
||||
/*******************************************************************************
|
||||
/* transponder type.
|
||||
@@ -201,7 +201,7 @@ struct transponder {
|
||||
/*----------------------------*/
|
||||
char * network_name;
|
||||
network_change_t network_change;
|
||||
-} __attribute__((packed)) transponder_t, * p_transponder_t;
|
||||
+} __attribute__((packed));
|
||||
|
||||
/*******************************************************************************
|
||||
/* satellite channel routing type.
|
||||
--
|
||||
2.27.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user