mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
imagemagick: update to 7.1.2.1
- Update project URL - Add newly added type-urw-base35-type1.xml to conffiles - Sort configure args Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
9443e91b6e
commit
c54bda2e59
@@ -6,7 +6,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=imagemagick
|
PKG_NAME:=imagemagick
|
||||||
PKG_VERSION:=7.1.1.38
|
PKG_VERSION:=7.1.2.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MAINTAINER:=Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
|
PKG_MAINTAINER:=Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ _PKGREV:=$(_PKGVER)-$(subst .,,$(suffix $(PKG_VERSION)))
|
|||||||
|
|
||||||
PKG_SOURCE:=ImageMagick-$(_PKGREV).tar.xz
|
PKG_SOURCE:=ImageMagick-$(_PKGREV).tar.xz
|
||||||
PKG_SOURCE_URL:=https://imagemagick.org/archive
|
PKG_SOURCE_URL:=https://imagemagick.org/archive
|
||||||
PKG_HASH:=48de548d4977fc226c982ca03b9d6ad8001b47d8dc142b49fdca69333bc4ad82
|
PKG_HASH:=ead4b5d33efab77ec84335a0be9c34a0fa7e3693456bf05e76d3fa492ad6ebbb
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/ImageMagick-$(_PKGREV)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/ImageMagick-$(_PKGREV)
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ define Package/imagemagick/Default
|
|||||||
SECTION:=multimedia
|
SECTION:=multimedia
|
||||||
CATEGORY:=Multimedia
|
CATEGORY:=Multimedia
|
||||||
TITLE:=Image manipulation tools
|
TITLE:=Image manipulation tools
|
||||||
URL:=https://www.imagemagick.org/
|
URL:=https://imagemagick.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/imagemagick
|
define Package/imagemagick
|
||||||
@@ -59,19 +59,20 @@ define Package/imagemagick/conffiles
|
|||||||
/etc/ImageMagick-7/type-apple.xml
|
/etc/ImageMagick-7/type-apple.xml
|
||||||
/etc/ImageMagick-7/type-dejavu.xml
|
/etc/ImageMagick-7/type-dejavu.xml
|
||||||
/etc/ImageMagick-7/type-ghostscript.xml
|
/etc/ImageMagick-7/type-ghostscript.xml
|
||||||
|
/etc/ImageMagick-7/type-urw-base35-type1.xml
|
||||||
/etc/ImageMagick-7/type-urw-base35.xml
|
/etc/ImageMagick-7/type-urw-base35.xml
|
||||||
/etc/ImageMagick-7/type-windows.xml
|
/etc/ImageMagick-7/type-windows.xml
|
||||||
/etc/ImageMagick-7/type.xml
|
/etc/ImageMagick-7/type.xml
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-static \
|
--disable-cipher \
|
||||||
--disable-docs \
|
--disable-docs \
|
||||||
|
--disable-hdri \
|
||||||
|
--disable-static \
|
||||||
--enable-dependency-tracking \
|
--enable-dependency-tracking \
|
||||||
--with-modules \
|
--with-modules \
|
||||||
--disable-hdri \
|
|
||||||
--with-quantum-depth=8 \
|
--with-quantum-depth=8 \
|
||||||
--disable-cipher \
|
|
||||||
--without-bzlib \
|
--without-bzlib \
|
||||||
--without-djvu \
|
--without-djvu \
|
||||||
--without-fontconfig \
|
--without-fontconfig \
|
||||||
@@ -84,14 +85,14 @@ CONFIGURE_ARGS += \
|
|||||||
--without-magick-plus-plus \
|
--without-magick-plus-plus \
|
||||||
--without-openexr \
|
--without-openexr \
|
||||||
--without-openjp2 \
|
--without-openjp2 \
|
||||||
|
--without-pango \
|
||||||
--without-raqm \
|
--without-raqm \
|
||||||
--without-raw \
|
--without-raw \
|
||||||
--without-webp \
|
--without-webp \
|
||||||
--without-x \
|
|
||||||
--without-zstd \
|
|
||||||
--without-pango \
|
|
||||||
--without-wmf \
|
--without-wmf \
|
||||||
--without-xml
|
--without-x \
|
||||||
|
--without-xml \
|
||||||
|
--without-zstd
|
||||||
|
|
||||||
## Avoid linking with libstdcpp
|
## Avoid linking with libstdcpp
|
||||||
TARGET_LDFLAGS+= -Wl,--as-needed
|
TARGET_LDFLAGS+= -Wl,--as-needed
|
||||||
|
|||||||
Reference in New Issue
Block a user