mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
parent
9d821ddfa1
commit
0ac585f438
@ -3,7 +3,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=imagemagick
|
||||
pkgver=7.0.8.49
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_pkgver=${pkgver%.*}-${pkgver##*.}
|
||||
_abiver=7
|
||||
pkgdesc="Collection of tools and libraries for many image formats"
|
||||
@ -13,7 +13,8 @@ license="ImageMagick"
|
||||
options="libtool !checkroot"
|
||||
makedepends="zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev fontconfig-dev
|
||||
perl-dev ghostscript-dev libwebp-dev libtool tiff-dev lcms2-dev
|
||||
libwebp-dev libxml2-dev librsvg-dev libx11-dev libxext-dev chrpath"
|
||||
libwebp-dev libxml2-dev librsvg-dev libx11-dev libxext-dev chrpath
|
||||
libheif-dev"
|
||||
checkdepends="freetype fontconfig ghostscript ghostscript-fonts lcms2 graphviz"
|
||||
subpackages="$pkgname-doc $pkgname-dev $pkgname-c++:_cxx $pkgname-libs $pkgname-perlmagick:_perlmagick $pkgname-perlmagick-doc:_perlmagick_doc"
|
||||
source="https://www.imagemagick.org/download/releases/ImageMagick-$_pkgver.tar.xz"
|
||||
@ -52,6 +53,7 @@ build() {
|
||||
--with-rsvg \
|
||||
--with-gslib \
|
||||
--with-gs-font-dir=/usr/share/fonts/Type1 \
|
||||
--with-heic \
|
||||
--with-modules \
|
||||
--with-xml \
|
||||
--with-perl \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user