emby4: update imagemagick to 7.0.10-9

This commit is contained in:
awiouy 2020-05-07 13:18:00 +02:00
parent 84288dfd96
commit 3471983723
3 changed files with 5 additions and 2 deletions

View File

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

View File

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

View File

@ -6,7 +6,7 @@
. /etc/profile
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" \
nice -n "$emby_nice" \
le_dotnet $ADDON_DIR/emby/EmbyServer.dll \