mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
vdr-plugin-satip: update to 20240224
This commit is contained in:
parent
09a3ebceef
commit
4af56f89dd
@ -3,12 +3,12 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="vdr-plugin-satip"
|
||||
PKG_VERSION="2.4.1"
|
||||
PKG_SHA256="595317e6905aae7bf93db0beba4ba0ec5a195aface0c13be62f9c3f97a185cfd"
|
||||
PKG_VERSION="20240224"
|
||||
PKG_SHA256="0b288a5a7b05924dbf479e95aee83ada4ea640539a563564dab83193a3fa65c9"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.saunalahti.fi/~rahrenbe/vdr/satip/"
|
||||
PKG_URL="https://github.com/rofafor/vdr-plugin-satip/archive/v${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain vdr curl tinyxml"
|
||||
PKG_SITE="https://vdr-projects.github.io/"
|
||||
PKG_URL="https://github.com/wirbel-at-vdr-portal/vdr-plugin-satip/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain vdr curl librepfunc tinyxml"
|
||||
PKG_NEED_UNPACK="$(get_pkg_directory vdr)"
|
||||
PKG_LONGDESC="This is an SAT>IP plugin for the Video Disk Recorder (VDR)."
|
||||
PKG_TOOLCHAIN="manual"
|
||||
@ -16,7 +16,8 @@ PKG_TOOLCHAIN="manual"
|
||||
make_target() {
|
||||
VDR_DIR=$(get_build_dir vdr)
|
||||
export PKG_CONFIG_PATH=${VDR_DIR}:${PKG_CONFIG_PATH}
|
||||
export CPLUS_INCLUDE_PATH=${VDR_DIR}/include
|
||||
export CPLUS_INCLUDE_PATH=${VDR_DIR}/include:$(get_install_dir librepfunc)/usr/include
|
||||
export LDFLAGS+=" -L$(get_install_dir librepfunc)/usr/lib"
|
||||
|
||||
make \
|
||||
SATIP_USE_TINYXML=1 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user