vdr-plugin-live: update to 3.1.6

- migrate to cxxtools 3.0
- migrate to tntnet 3.0
- migrate to pcre2 from pcre
This commit is contained in:
Rudi Heitbaum 2022-07-10 13:01:34 +00:00
parent 9fa2b16d12
commit 53c9831fc8

View File

@ -3,14 +3,14 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="vdr-plugin-live" PKG_NAME="vdr-plugin-live"
PKG_VERSION="b2938deb061a83454d14aeb149c18a87e38e8b25" PKG_VERSION="3.1.6"
PKG_SHA256="f74844fad4f0c3fd828816fd3f094ff740d82d31a164b0cd6384aff9fb7e33b8" PKG_SHA256="8231f22d397b6cc954615304a12319fb74553aa67fbf12536b1df6727f69b8a2"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://live.vdr-developer.org/en/index.php" PKG_SITE="http://live.vdr-developer.org/en/index.php"
PKG_URL="https://github.com/MarkusEh/vdr-plugin-live/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/MarkusEh/vdr-plugin-live/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain vdr tntnet pcre:host pcre" PKG_DEPENDS_TARGET="toolchain vdr tntnet pcre2:host pcre2"
PKG_NEED_UNPACK="$(get_pkg_directory vdr)" PKG_NEED_UNPACK="$(get_pkg_directory vdr)"
PKG_LONGDESC="Allows a comfortable operation of VDR and some of its plugins trough a web interface." PKG_LONGDESC="Allows a comfortable operation of VDR and some of its plugins through a web interface."
PKG_TOOLCHAIN="manual" PKG_TOOLCHAIN="manual"
PKG_BUILD_FLAGS="+pic -parallel" PKG_BUILD_FLAGS="+pic -parallel"