dvb-tools: update addon - add blindscan-s2, dvbsnoop, szap-s2 and tune-s2 - update mumudvb and dvb-fe-tool

This commit is contained in:
cvh 2017-06-23 20:16:32 +02:00
parent aa76378d14
commit 363e69cb95
2 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,11 @@
103
- added blindscan-s2
- added dvbsnoop
- added szap-s2
- added tune-s2
- updated dvb-fe-tool to 1.12.5
- updated MuMuDVB to b3c9ae7
102
- added MuMuDVB
- updated w_scan to 20170107

View File

@ -26,7 +26,7 @@ PKG_URL=""
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="virtual"
PKG_SHORTDESC="DVB-Tools: is a bundle of dvb tools and programs"
PKG_LONGDESC="This bundle currently includes dvb-apps, dvb-fe-tool, dvblast, mumudvb and w_scan."
PKG_LONGDESC="This bundle currently includes blindscan-s2, dvb-apps, dvb-fe-tool, dvblast, dvbsnoop, mumudvb, szap-s2, tune-s2 and w_scan."
PKG_AUTORECONF="no"
PKG_IS_ADDON="yes"
@ -34,14 +34,22 @@ PKG_ADDON_NAME="DVB Tools"
PKG_ADDON_TYPE="xbmc.python.script"
PKG_DEPENDS_TARGET="toolchain \
blindscan-s2 \
dvb-apps \
dvb-fe-tool \
dvblast \
dvbsnoop \
mumudvb \
szap-s2 \
tune-s2 \
w_scan"
addon() {
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/bin/
# blindscan-s2
cp -P $(get_build_dir blindscan-s2)/blindscan-s2 $ADDON_BUILD/$PKG_ADDON_ID/bin
# dvb-apps
cp -P $(get_build_dir dvb-apps)/util/dvbdate/dvbdate $ADDON_BUILD/$PKG_ADDON_ID/bin
cp -P $(get_build_dir dvb-apps)/util/dvbnet/dvbnet $ADDON_BUILD/$PKG_ADDON_ID/bin
@ -61,9 +69,18 @@ addon() {
# dvblast
cp -P $(get_build_dir dvblast)/dvblast $ADDON_BUILD/$PKG_ADDON_ID/bin
# dvbsnoop
cp -P $(get_build_dir dvbsnoop)/.$TARGET_NAME/src/dvbsnoop $ADDON_BUILD/$PKG_ADDON_ID/bin
# mumudvb
cp -P $(get_build_dir mumudvb)/.$TARGET_NAME/src/mumudvb $ADDON_BUILD/$PKG_ADDON_ID/bin
# szap-s2
cp -P $(get_build_dir szap-s2)/szap-s2 $ADDON_BUILD/$PKG_ADDON_ID/bin
# tune-s2
cp -P $(get_build_dir tune-s2)/tune-s2 $ADDON_BUILD/$PKG_ADDON_ID/bin
# w_scan
cp -P $(get_build_dir w_scan)/.$TARGET_NAME/w_scan $ADDON_BUILD/$PKG_ADDON_ID/bin