mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
imagemagick: update to 7.0.8-6
This commit is contained in:
parent
900370ad8a
commit
a519ca397d
@ -2,23 +2,18 @@
|
|||||||
# 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.7-32"
|
PKG_VERSION="7.0.8-6"
|
||||||
PKG_SHA256="f1785adf8bbf378b47e789c74c2fd9ebdd5ec1c4de12e53306f8f6eb5b55d656"
|
PKG_SHA256="17320a2019c89c1dc6de15e36ef5455a1a023ad2dc729823c2041acdea5f38ba"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
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"
|
||||||
PKG_SOURCE_DIR="ImageMagick-$PKG_VERSION"
|
PKG_SOURCE_DIR="ImageMagick-$PKG_VERSION"
|
||||||
PKG_DEPENDS_TARGET="toolchain libX11"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="graphics"
|
|
||||||
PKG_LONGDESC="Software suite to create, edit, compose, or convert bitmap images"
|
PKG_LONGDESC="Software suite to create, edit, compose, or convert bitmap images"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-openmp \
|
||||||
|
--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--with-quantum-depth=8 \
|
--with-utilities=no \
|
||||||
--enable-hdri=no \
|
--with-x=no"
|
||||||
--disable-openmp"
|
|
||||||
|
|
||||||
makeinstall_target() {
|
|
||||||
make install DESTDIR=$INSTALL
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user