vdr-addon: update for live 3.1.6 and addon (120)

This commit is contained in:
Rudi Heitbaum 2022-07-10 13:16:19 +00:00
parent 67725530a6
commit 9c7c2b084a
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
120
- update live to 3.1.6
119 119
- update VDR to 2.6.1 - update VDR to 2.6.1

View File

@ -5,7 +5,7 @@
PKG_NAME="vdr-addon" PKG_NAME="vdr-addon"
PKG_VERSION="2.6.1" PKG_VERSION="2.6.1"
PKG_REV="119" PKG_REV="120"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv" PKG_SITE="https://libreelec.tv"
@ -65,7 +65,7 @@ addon() {
$(get_build_dir vdr-plugin-streamdev)/server/locale/* \ $(get_build_dir vdr-plugin-streamdev)/server/locale/* \
${ADDON_BUILD}/${PKG_ADDON_ID}/locale ${ADDON_BUILD}/${PKG_ADDON_ID}/locale
cp -PL $(get_install_dir tntnet)/usr/lib/libtntnet.so.12 ${ADDON_BUILD}/${PKG_ADDON_ID}/lib cp -PL $(get_install_dir tntnet)/usr/lib/libtntnet.so.13 ${ADDON_BUILD}/${PKG_ADDON_ID}/lib
cp -P $(get_build_dir vdr)/vdr ${ADDON_BUILD}/${PKG_ADDON_ID}/bin/vdr.bin cp -P $(get_build_dir vdr)/vdr ${ADDON_BUILD}/${PKG_ADDON_ID}/bin/vdr.bin
cp -PR $(get_build_dir vdr)/locale/* ${ADDON_BUILD}/${PKG_ADDON_ID}/locale cp -PR $(get_build_dir vdr)/locale/* ${ADDON_BUILD}/${PKG_ADDON_ID}/locale