Merge pull request #4373 from awiouy/92-emby4-fix

Fix emby4 (backport of  #4372)
This commit is contained in:
CvH 2020-05-07 20:08:29 +02:00 committed by GitHub
commit 6a668a4d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 7 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="imagemagick" PKG_NAME="imagemagick"
PKG_VERSION="7.0.10-6" PKG_VERSION="7.0.10-9"
PKG_SHA256="37d36f4d736eb16e0dd43c50302e1d01d1bb1125165333df8273508a22f8a64d" PKG_SHA256="ea08c7379b0ce40217656699e664d51a93eac819dde778f50ca457b110ffc5e3"
PKG_LICENSE="http://www.imagemagick.org/script/license.php" PKG_LICENSE="http://www.imagemagick.org/script/license.php"
PKG_SITE="http://www.imagemagick.org/" PKG_SITE="http://www.imagemagick.org/"
PKG_URL="https://github.com/ImageMagick/ImageMagick/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/ImageMagick/ImageMagick/archive/$PKG_VERSION.tar.gz"

View File

@ -1,3 +1,6 @@
107
- Update ImageMagick to 7.0.10-9
106 106
- Update to 4.4.2.0 - Update to 4.4.2.0

View File

@ -4,7 +4,7 @@
PKG_NAME="emby4" PKG_NAME="emby4"
PKG_VERSION="4.4.2.0" PKG_VERSION="4.4.2.0"
PKG_SHA256="36c65cfbd41ec83d415c098384032cd414da4f670e77013da7eb901bd16afe27" PKG_SHA256="36c65cfbd41ec83d415c098384032cd414da4f670e77013da7eb901bd16afe27"
PKG_REV="106" PKG_REV="107"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="prop." PKG_LICENSE="prop."
PKG_SITE="http://emby.media" PKG_SITE="http://emby.media"

View File

@ -6,7 +6,7 @@
. /etc/profile . /etc/profile
oe_setup_addon service.emby4 oe_setup_addon service.emby4
LD_PRELOAD="$ADDON_DIR/lib/libMagickCore-7.Q16HDRI.so.6 \ LD_PRELOAD="$ADDON_DIR/lib/libMagickCore-7.Q16HDRI.so.7 \
$ADDON_DIR/lib/CORE_RL_Wand_.so" \ $ADDON_DIR/lib/CORE_RL_Wand_.so" \
nice -n "$emby_nice" \ nice -n "$emby_nice" \
le_dotnet $ADDON_DIR/emby/EmbyServer.dll \ le_dotnet $ADDON_DIR/emby/EmbyServer.dll \

View File

@ -1,3 +1,6 @@
109
- Fix x86_64 url
108 108
- Update to 3.1.3 - Update to 3.1.3

View File

@ -14,14 +14,14 @@ case "$ARCH" in
;; ;;
"x86_64") "x86_64")
PKG_NC_ARCH="x64" PKG_NC_ARCH="x64"
PKG_SHA256="776d8573f37d89ee8ba9ac09d83b31656eb4c8ca9cb3a7829ce865d040b49c3d" PKG_SHA256="e0a9d4a206caece4de6d39e7d95245b2357ae69280b1f3e1b19fb9de8e1c1174"
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/1229b766-b66b-478e-b49d-59c46e21cad9/0e9a1cf3c56ef85c8fff20abc6db780c/dotnet-runtime-3.1.3-linux-musl-x64.tar.gz" PKG_URL="https://download.visualstudio.microsoft.com/download/pr/c1d419e7-4312-4464-b272-27bee7676560/22e7bb584ff56f3089c85d98b21c0445/dotnet-runtime-3.1.3-linux-x64.tar.gz"
;; ;;
esac esac
PKG_NAME="dotnet-runtime" PKG_NAME="dotnet-runtime"
PKG_VERSION="3.1.3" PKG_VERSION="3.1.3"
PKG_REV="108" PKG_REV="109"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://dotnet.github.io/" PKG_SITE="https://dotnet.github.io/"