Merge pull request #2895 from awiouy/emby-no-pango

emby: update to 3.5.2.0 and build imagemagick without pango
This commit is contained in:
Christian Hewitt 2018-08-18 11:13:37 +04:00 committed by GitHub
commit 3d4859dadf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="imagemagick"
PKG_VERSION="7.0.8-6"
PKG_SHA256="17320a2019c89c1dc6de15e36ef5455a1a023ad2dc729823c2041acdea5f38ba"
PKG_VERSION="7.0.8-10"
PKG_SHA256="119f99e7849805741fbf0a7890bae0b0a6530fdab35dd3f39185b2dddba272f8"
PKG_ARCH="any"
PKG_LICENSE="http://www.imagemagick.org/script/license.php"
PKG_SITE="http://www.imagemagick.org/"
@ -15,5 +15,6 @@ PKG_LONGDESC="Software suite to create, edit, compose, or convert bitmap images"
PKG_CONFIGURE_OPTS_TARGET="--disable-openmp \
--disable-static \
--enable-shared \
--with-pango=no \
--with-utilities=no \
--with-x=no"

View File

@ -1,3 +1,7 @@
123
- Update to 3.5.2.0
- Update imagemagick to 7.0.8-10 and build it without pango
122
- Bump addon

View File

@ -2,9 +2,9 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="emby"
PKG_VERSION="3.5.1.0"
PKG_SHA256="378c2b23f9c7359434c7790581b885b2c8c526ba3377502b86260b18b927e48c"
PKG_REV="122"
PKG_VERSION="3.5.2.0"
PKG_SHA256="fe5561c27a5d2bbe79a9717ecb2eb8ce4f243592494b813250d2db56da5a3710"
PKG_REV="123"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://emby.media"