mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
graphicsmagick: update to 1.3.44
Explicitly disable gs and libzip in configure to prevent host dependencies leakage. Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
This commit is contained in:
committed by
Tianling Shen
parent
980fa4ec7e
commit
4c60a26c9f
@@ -5,13 +5,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=graphicsmagick
|
||||
PKG_VERSION:=1.3.43
|
||||
PKG_VERSION:=1.3.44
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/GraphicsMagick-$(PKG_VERSION)
|
||||
PKG_SOURCE:=GraphicsMagick-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=@SF/graphicsmagick
|
||||
PKG_HASH:=2b88580732cd7e409d9e22c6116238bef4ae06fcda11451bf33d259f9cbf399f
|
||||
PKG_HASH:=6ac28470d2fbd3d5f60859dd43f3cee2585e955e32896f892b4dc61dda101ea0
|
||||
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=Copyright.txt
|
||||
@@ -57,11 +57,13 @@ CONFIGURE_ARGS += \
|
||||
--without-bzlib \
|
||||
--without-dps \
|
||||
--without-fpx \
|
||||
--without-gs \
|
||||
--without-jbig \
|
||||
--without-webp \
|
||||
--with-jpeg \
|
||||
--without-jp2 \
|
||||
--without-lcms2 \
|
||||
--without-libzip \
|
||||
--without-lzma \
|
||||
--with-png \
|
||||
--with-tiff \
|
||||
|
||||
Reference in New Issue
Block a user