dvb-tools: update to 105

This commit is contained in:
CvH 2018-10-02 17:43:41 +02:00
parent feb7dd3643
commit 012989f04a
2 changed files with 15 additions and 3 deletions

View File

@ -1,7 +1,15 @@
105
- added t2scan
- updated bitstream to 1.4
- updated blindscan-s2 to 192eaf0
- updated dvblast to acf3844
- updated dvbsnoop to badf61f
- updated mumudvb to 6153f87
104
- remove dvb-fe-tool, it's already included in the image
- updated MuMuDVB to a09373d
- update dvblast to 77cfaa8
- updated dvblast to 77cfaa8
103
- added blindscan-s2

View File

@ -3,7 +3,7 @@
PKG_NAME="dvb-tools"
PKG_VERSION="1.0"
PKG_REV="104"
PKG_REV="105"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv"
@ -11,7 +11,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 blindscan-s2, dvb-apps, dvblast, dvbsnoop, mumudvb, szap-s2, tune-s2 and w_scan."
PKG_LONGDESC="This bundle currently includes blindscan-s2, dvb-apps, dvblast, dvbsnoop, mumudvb, szap-s2, tune-s2, t2scan and w_scan."
PKG_IS_ADDON="yes"
PKG_ADDON_NAME="DVB Tools"
@ -25,6 +25,7 @@ PKG_DEPENDS_TARGET="toolchain \
mumudvb \
szap-s2 \
tune-s2 \
t2scan \
w_scan"
addon() {
@ -61,6 +62,9 @@ addon() {
# tune-s2
cp -P $(get_build_dir tune-s2)/tune-s2 $ADDON_BUILD/$PKG_ADDON_ID/bin
# t2scan
cp -P $(get_build_dir t2scan)/.$TARGET_NAME/t2scan $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
}