mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
Merge pull request #6676 from heitbaum/jellyfin10
[le10] Update Jellyfin to 10.8.1 and dotnet-runtime addon to (119)
This commit is contained in:
commit
509ac15be1
@ -0,0 +1,26 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="aspnet6-runtime"
|
||||
PKG_VERSION="6.0.6"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://dotnet.microsoft.com/"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="ASP.NET Core Runtime enables you to run existing web/server applications."
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
case "${ARCH}" in
|
||||
"aarch64")
|
||||
PKG_SHA256="e80fbf9feed47e2214c848ac66bdf10ce19ddcd5a06a05ec9b255a7915bd43fd"
|
||||
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/94553ccb-ce1a-401c-8840-bdffb4e9d0cb/ab8a0024df90506d953904ac38b5a978/aspnetcore-runtime-6.0.6-linux-arm64.tar.gz"
|
||||
;;
|
||||
"arm")
|
||||
PKG_SHA256="037a8add2f4c03bb23842097c5aa25fe52b87f6cd5d977237a6e579b6919f73b"
|
||||
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/084bfc2b-f28d-4995-87f0-d82519245825/7f5398fc2caf95355b154856868ef560/aspnetcore-runtime-6.0.6-linux-arm.tar.gz"
|
||||
;;
|
||||
"x86_64")
|
||||
PKG_SHA256="38ad01d083f0f493116bd06dd80210589abc8b3d502cf81c5dc40ba0fc19d3d5"
|
||||
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/afd5344f-a9e9-45f9-85b5-de4551c53736/c30996daa407f9bb540ebc5edfcf16fc/aspnetcore-runtime-6.0.6-linux-x64.tar.gz"
|
||||
;;
|
||||
esac
|
||||
PKG_SOURCE_NAME="aspnetcore-runtime_${PKG_VERSION}_${ARCH}.tar.gz"
|
@ -1,3 +1,15 @@
|
||||
105
|
||||
- Update to Jellyfin 10.8.1
|
||||
|
||||
104
|
||||
- Not released for LibreELEC 10.0
|
||||
|
||||
103
|
||||
- Not released for LibreELEC 10.0
|
||||
|
||||
102
|
||||
- Not released for LibreELEC 10.0
|
||||
|
||||
101
|
||||
- Update Jellyfin to 2.7.7
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
PKG_NAME="jellyfin"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_VERSION_NUMBER="10.7.7"
|
||||
PKG_REV="101"
|
||||
PKG_VERSION_NUMBER="10.8.1"
|
||||
PKG_REV="105"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://jellyfin.org/"
|
||||
|
@ -1,3 +1,18 @@
|
||||
119
|
||||
- Add ASP.NET Core Runtime 6.0.6
|
||||
|
||||
118
|
||||
- Not released for LibreELEC 10.0
|
||||
|
||||
117
|
||||
- Not released for LibreELEC 10.0
|
||||
|
||||
116
|
||||
- Not released for LibreELEC 10.0
|
||||
|
||||
115
|
||||
- Not released for LibreELEC 10.0
|
||||
|
||||
114
|
||||
- Add .NET Runtime 5.0.7
|
||||
- Add ASP.NET Core Runtime 5.0.7
|
||||
|
@ -2,14 +2,14 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="dotnet-runtime"
|
||||
PKG_REV="114"
|
||||
PKG_REV="119"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://dotnet.microsoft.com/"
|
||||
PKG_DEPENDS_TARGET="toolchain icu aspnet5-runtime dotnet3-runtime dotnet5-runtime icu"
|
||||
PKG_DEPENDS_TARGET="toolchain icu aspnet5-runtime aspnet6-runtime dotnet3-runtime dotnet5-runtime"
|
||||
PKG_SECTION="tools"
|
||||
PKG_SHORTDESC="ASP.NET Core Runtime"
|
||||
PKG_LONGDESC="ASP.NET Core Runtimes ($(get_pkg_version dotnet3-runtime)) and ($(get_pkg_version dotnet5-runtime)) enables you to run existing console/web/server applications."
|
||||
PKG_LONGDESC="ASP.NET Core Runtimes ($(get_pkg_version dotnet3-runtime)), ($(get_pkg_version dotnet5-runtime)) and ($(get_pkg_version aspnet6-runtime)) enables you to run existing console/web/server applications."
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
@ -26,6 +26,8 @@ addon() {
|
||||
${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||
cp -r $(get_build_dir aspnet5-runtime)/* \
|
||||
${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||
cp -r $(get_build_dir aspnet6-runtime)/* \
|
||||
${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||
|
||||
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/lib
|
||||
cp -L $(get_install_dir icu)/usr/lib/lib*.so.?? \
|
||||
|
Loading…
x
Reference in New Issue
Block a user