aboutsummaryrefslogtreecommitdiffstats
path: root/main/imagemagick
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-08-18 13:26:17 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-08-18 13:26:17 +0200
commit7b08bdce91d0f7978d7b9fd97cc427a45db125b0 (patch)
tree2cb524439eca83e909798171d127b95233c4f5b2 /main/imagemagick
parent25173a6a7c1332487454074c45264d4019ec9547 (diff)
main/imagemagick: enable lcms2
ref #4542
Diffstat (limited to 'main/imagemagick')
-rw-r--r--main/imagemagick/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/imagemagick/APKBUILD b/main/imagemagick/APKBUILD
index 3d2cf9d599f..4b360db68bc 100644
--- a/main/imagemagick/APKBUILD
+++ b/main/imagemagick/APKBUILD
@@ -4,7 +4,7 @@ pkgname=imagemagick
pkgver=6.9.1.4
_abiver=6
_pkgver=${pkgver%.*}-${pkgver##*.}
-pkgrel=2
+pkgrel=3
pkgdesc="A collection of tools and libraries for many image formats"
url="http://www.imagemagick.org/"
arch="all"
@@ -12,7 +12,7 @@ license="custom"
depends=""
options="libtool"
makedepends="zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev perl-dev
- ghostscript-dev libwebp-dev libtool tiff-dev"
+ ghostscript-dev libwebp-dev libtool tiff-dev lcms2-dev"
subpackages="$pkgname-doc $pkgname-dev $pkgname-c++:_cxx"
source="ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-$_pkgver.tar.xz"
@@ -43,6 +43,7 @@ build() {
--without-threads \
--without-x \
--with-tiff \
+ --with-lcms2 \
--with-gslib \
--with-gs-font-dir=/usr/share/fonts/Type1 \
--with-modules \