mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
vdr-addon: update addon to (2)
- vdr-plugin-dvbapi: update to 2.2.6 - vdr-plugin-live: update to 3.2.1 - vdr-plugin-robotv: update to 0.15.0 - vdr-plugin-satip: update to 2.4.1 - vdr-plugin-streamdev: update to 0.6.3 - vdr-plugin-wirbelscan: update to 2021.07.14 - vdr-plugin-wirbelscan: update to 2021.10.09 - vdr-plugin-wirbelscancontrol: update to 0.0.3 - vdr-plugin-xmltv2vdr: update to 0.2.2
This commit is contained in:
parent
8c66a5a0dc
commit
9aa71255df
@ -5,7 +5,7 @@
|
||||
|
||||
PKG_NAME="vdr-addon"
|
||||
PKG_VERSION="2.6.4"
|
||||
PKG_REV="1"
|
||||
PKG_REV="2"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
@ -50,11 +50,11 @@ addon() {
|
||||
|
||||
# copy binaries
|
||||
for pkg in ddci2 dummydevice dvbapi eepg epgfixer epgsearch iptv live restfulapi robotv satip vnsiserver wirbelscan wirbelscancontrol xmltv2vdr; do
|
||||
cp -PR $(get_build_dir vdr-plugin-${pkg})/libvdr*.so.* ${ADDON_BUILD}/${PKG_ADDON_ID}/plugin
|
||||
cp -PR $(get_build_dir vdr-plugin-${pkg})/libvdr*.so* ${ADDON_BUILD}/${PKG_ADDON_ID}/plugin
|
||||
done
|
||||
|
||||
# copy locale (omit ddci, dummydevice, robotv)
|
||||
for pkg in dvbapi eepg epgfixer epgsearch iptv live restfulapi satip vnsiserver wirbelscan wirbelscancontrol xmltv2vdr; do
|
||||
# copy locale (omit ddci, dummydevice, robotv, wirbelscancontrol, xmltv2vdr)
|
||||
for pkg in dvbapi eepg epgfixer epgsearch iptv live restfulapi satip vnsiserver wirbelscan; do
|
||||
cp -PR $(get_build_dir vdr-plugin-${pkg})/locale/* ${ADDON_BUILD}/${PKG_ADDON_ID}/locale
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user