File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0
2+ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
3+
4+ PKG_NAME ="_preloader"
5+ PKG_VERSION ="cb000e0cd7f8a2303cf2167d60c295cac03b3a27"
6+ PKG_SHA256 ="3fa5358865850c2cb047e749da46000a25433689e2f6f6b9ce5a68e8c47a6732"
7+ PKG_LICENSE =""
8+ PKG_SITE ="https://github.com/Theldus/preloader"
9+ PKG_URL ="https://github.com/Theldus/preloader/archive/${PKG_VERSION}.zip"
10+ PKG_DEPENDS_TARGET ="toolchain"
11+ PKG_SOURCE_DIR ="preloader-${PKG_VERSION}"
12+ PKG_LONGDESC ="Preloader 'pre-loads' dynamically linked executables to speed up their load times"
13+ PKG_TOOLCHAIN ="make"
14+ PKG_BUILD_FLAGS ="+speed"
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ PKG_DEPENDS_TARGET+=" _vdr-plugin-webbridge"
106106PKG_DEPENDS_TARGET+ =" _vdr-plugin-statusleds"
107107PKG_DEPENDS_TARGET+ =" _vdr-plugin-cinebars"
108108PKG_DEPENDS_TARGET+ =" dash2ts"
109+ PKG_DEPENDS_TARGET+ =" _preloader"
109110
110111if [ "${EXTRA_EASYVDR}" = "y" ]; then
111112 PKG_DEPENDS_TARGET+=" _vdr-plugin-easyvdr"
You can’t perform that action at this time.
0 commit comments