jellyfin: update License and Description

This commit is contained in:
heitbaum 2021-08-29 19:57:39 +10:00 committed by Rudi Heitbaum
parent e170110fd6
commit 4e097b9679
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="jellyfin"
@ -11,7 +11,7 @@ PKG_SITE="https://jellyfin.org/"
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="service"
PKG_SHORTDESC="Jellyfin: The Free Software Media System"
PKG_LONGDESC="Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. Stream to any device from your own server. Your media, your server, your way."
PKG_LONGDESC="Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. Stream to any device from your own server."
PKG_TOOLCHAIN="manual"
PKG_IS_ADDON="yes"

View File

@ -6,7 +6,7 @@ PKG_REV="119"
PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="https://dotnet.microsoft.com/"
PKG_DEPENDS_TARGET="toolchain icu aspnet6-runtime dotnet3-runtime icu"
PKG_DEPENDS_TARGET="toolchain icu aspnet6-runtime dotnet3-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 aspnet6-runtime)) enables you to run existing console/web/server applications."