Skip to content

Commit 029c1c5

Browse files
egorenarneheb
authored andcommitted
imagemagick: add missing libzip dependency
Package imagemagick is missing dependencies for the following libraries: libzip.so.5. Fixes: 7b69734 ("imagemagick: update to 7.1.1-28") Signed-off-by: Alexander Egorenkov <[email protected]>
1 parent 32bed2e commit 029c1c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multimedia/imagemagick/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
88
PKG_NAME:=imagemagick
99
PKG_VERSION:=7.1.1
1010
PKG_REVISION:=28
11-
PKG_RELEASE:=1
11+
PKG_RELEASE:=2
1212
PKG_MAINTAINER:=Aleksey Vasilenko <[email protected]>
1313

1414
PKG_SOURCE:=ImageMagick-$(PKG_VERSION)-$(PKG_REVISION).tar.xz
@@ -35,7 +35,7 @@ endef
3535

3636
define Package/imagemagick
3737
$(call Package/imagemagick/Default)
38-
DEPENDS:=+libltdl +libpthread +zlib +libfreetype +libpng +libjpeg +libtiff +libstdcpp
38+
DEPENDS:=+libltdl +libpthread +zlib +libfreetype +libpng +libjpeg +libtiff +libstdcpp +libzip
3939
endef
4040

4141
define Package/imagemagick/description

0 commit comments

Comments
 (0)