From e5b2ea3244081e7eff40042db1dd3c635b00ad5f Mon Sep 17 00:00:00 2001 From: awiouy Date: Thu, 25 May 2017 18:39:06 +0200 Subject: [PATCH] imagemagick: update to 7.0.5-7 --- .../addon-depends/emby-depends/imagemagick/package.mk | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/packages/addons/addon-depends/emby-depends/imagemagick/package.mk b/packages/addons/addon-depends/emby-depends/imagemagick/package.mk index 9ce6fa8a2d..848a5fd039 100644 --- a/packages/addons/addon-depends/emby-depends/imagemagick/package.mk +++ b/packages/addons/addon-depends/emby-depends/imagemagick/package.mk @@ -1,6 +1,6 @@ ################################################################################ # This file is part of LibreELEC - https://libreelec.tv -# Copyright (C) 2016 Team LibreELEC +# Copyright (C) 2016-present Team LibreELEC # # LibreELEC is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,20 +17,14 @@ ################################################################################ PKG_NAME="imagemagick" -PKG_VERSION="7.0.5-0" -PKG_ARCH="any" +PKG_VERSION="7.0.5-7" PKG_LICENSE="http://www.imagemagick.org/script/license.php" PKG_SITE="http://www.imagemagick.org/" PKG_URL="http://www.imagemagick.org/download/releases/ImageMagick-$PKG_VERSION.tar.xz" PKG_SOURCE_DIR="ImageMagick-$PKG_VERSION" PKG_DEPENDS_TARGET="toolchain libX11" -PKG_SECTION="graphics" -PKG_SHORTDESC="ImageMagick" PKG_LONGDESC="Software suite to create, edit, compose, or convert bitmap images" -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - PKG_CONFIGURE_OPTS_TARGET="--enable-static \ --enable-shared \ --with-quantum-depth=8 \