Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 fa993169a06052267eaf81cf85bbf5a30c0bf243511017d986f47abbe65ff262 imagemagick-7.0.10-51.tar.gz
|
||||
sha256 7b43ee798e835f5e0dc03c92c52d288b46a771c4561d57ef2a9a8b2c76bf33cb LICENSE
|
||||
sha256 84442158aea070095efa832cfe868fd99d6befdf609444f0c9e9f1b4f25480cd imagemagick-7.0.10-62.tar.gz
|
||||
sha256 040badb77b659e751ea16113490a937e1e01f3f5d32181e966b8982413533fb2 LICENSE
|
||||
|
||||
@@ -4,10 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
IMAGEMAGICK_VERSION = 7.0.10-51
|
||||
IMAGEMAGICK_VERSION = 7.0.10-62
|
||||
IMAGEMAGICK_SITE = $(call github,ImageMagick,ImageMagick,$(IMAGEMAGICK_VERSION))
|
||||
IMAGEMAGICK_LICENSE = Apache-2.0
|
||||
IMAGEMAGICK_LICENSE_FILES = LICENSE
|
||||
IMAGEMAGICK_CPE_ID_VENDOR = imagemagick
|
||||
|
||||
IMAGEMAGICK_INSTALL_STAGING = YES
|
||||
IMAGEMAGICK_CONFIG_SCRIPTS = \
|
||||
@@ -31,9 +32,12 @@ IMAGEMAGICK_CONF_OPTS = \
|
||||
--without-fpx \
|
||||
--without-gslib \
|
||||
--without-gvc \
|
||||
--without-heic \
|
||||
--without-jbig \
|
||||
--without-jxl \
|
||||
--without-lqr \
|
||||
--without-openexr \
|
||||
--without-openjp2 \
|
||||
--without-perl \
|
||||
--without-raqm \
|
||||
--without-wmf \
|
||||
@@ -87,6 +91,13 @@ else
|
||||
IMAGEMAGICK_CONF_OPTS += --without-png
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBRAW),y)
|
||||
IMAGEMAGICK_CONF_OPTS += --with-raw
|
||||
IMAGEMAGICK_DEPENDENCIES += libraw
|
||||
else
|
||||
IMAGEMAGICK_CONF_OPTS += --without-raw
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBRSVG),y)
|
||||
IMAGEMAGICK_CONF_OPTS += --with-rsvg
|
||||
IMAGEMAGICK_DEPENDENCIES += librsvg
|
||||
@@ -102,6 +113,20 @@ else
|
||||
IMAGEMAGICK_CONF_OPTS += --without-xml
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBZIP),y)
|
||||
IMAGEMAGICK_CONF_OPTS += --with-zip
|
||||
IMAGEMAGICK_DEPENDENCIES += libzip
|
||||
else
|
||||
IMAGEMAGICK_CONF_OPTS += --without-zip
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZSTD),y)
|
||||
IMAGEMAGICK_CONF_OPTS += --with-zstd
|
||||
IMAGEMAGICK_DEPENDENCIES += zstd
|
||||
else
|
||||
IMAGEMAGICK_CONF_OPTS += --without-zstd
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PANGO),y)
|
||||
IMAGEMAGICK_CONF_OPTS += --with-pango
|
||||
IMAGEMAGICK_DEPENDENCIES += pango
|
||||
@@ -162,13 +187,19 @@ HOST_IMAGEMAGICK_CONF_OPTS = \
|
||||
--without-fpx \
|
||||
--without-gslib \
|
||||
--without-gvc \
|
||||
--without-heic \
|
||||
--without-jbig \
|
||||
--without-jxl \
|
||||
--without-lqr \
|
||||
--without-openexr \
|
||||
--without-openjp2 \
|
||||
--without-perl \
|
||||
--without-raqm \
|
||||
--without-raw \
|
||||
--without-wmf \
|
||||
--without-x \
|
||||
--without-zip \
|
||||
--without-zstd \
|
||||
--without-bzlib \
|
||||
--without-fftw \
|
||||
--without-lcms \
|
||||
|
||||
Reference in New Issue
Block a user