Skip to content

Commit

Permalink
upgrade dash2ts (build also for CE20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabrimus committed Jan 21, 2025
1 parent 3f03b5b commit 211824e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/vdr/vdr-depends/dash2ts/package.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: GPL-2.0-or-later

PKG_NAME="dash2ts"
PKG_VERSION="9a7ec85bd5beccc376a97e8de0133eeb459c23d7"
PKG_SHA256="289c116e6a626e078d3040cbcaa7d3ae54f7e66491090f335e45e32112e48899"
PKG_VERSION="d370e2d58a99a38e69b171b8fef92e32074c73f3"
PKG_SHA256="a15deed2d0c7554425f541de4c03ec5f8368e24304c889a6eadff0e79059d3e8"
PKG_LICENSE="AGPLv3"
PKG_SITE="https://github.com/jojo61/dash2ts"
PKG_URL="https://github.com/jojo61/dash2ts/archive/${PKG_VERSION}.zip"
Expand Down
9 changes: 1 addition & 8 deletions packages/virtual/vdr-all/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,7 @@ PKG_DEPENDS_TARGET+=" _vdr-plugin-epgborder"
PKG_DEPENDS_TARGET+=" _vdr-plugin-xmltv4vdr"
PKG_DEPENDS_TARGET+=" _vdr-plugin-webbridge"
PKG_DEPENDS_TARGET+=" _vdr-plugin-statusleds"

if [ "${DISTRONAME}" = "CoreELEC" ] && [ "${OS_MAJOR}" -ge "21" ]; then
PKG_DEPENDS_TARGET+=" dash2ts"
fi

if [ "${DISTRONAME}" = "LibreELEC" ] && [ "${OS_VERSION}" -ge "12.0" ]; then
PKG_DEPENDS_TARGET+=" dash2ts"
fi
PKG_DEPENDS_TARGET+=" dash2ts"

if [ "${EXTRA_EASYVDR}" = "y" ]; then
PKG_DEPENDS_TARGET+=" _vdr-plugin-easyvdr"
Expand Down

0 comments on commit 211824e

Please sign in to comment.