ImageMagick: disable perl in cross for now to unbreak.
This commit is contained in:
parent
7cffdb2d28
commit
36499ac3a7
1 changed files with 12 additions and 3 deletions
|
@ -9,7 +9,7 @@ build_style=gnu-configure
|
||||||
configure_args="--without-autotrace --with-wmf=yes
|
configure_args="--without-autotrace --with-wmf=yes
|
||||||
--without-dps --without-fpx --without-gvc --without-jbig --with-gslib=yes
|
--without-dps --without-fpx --without-gvc --without-jbig --with-gslib=yes
|
||||||
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
|
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
|
||||||
--with-magick-plus-plus --with-modules --with-perl --enable-shared --with-rsvg
|
--with-magick-plus-plus --with-modules --enable-shared --with-rsvg
|
||||||
--with-dejavu-font-dir=/usr/share/fonts/TTF --enable-opencl --disable-static"
|
--with-dejavu-font-dir=/usr/share/fonts/TTF --enable-opencl --disable-static"
|
||||||
short_desc="Package for display and interactive manipulation of images"
|
short_desc="Package for display and interactive manipulation of images"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -18,9 +18,18 @@ license="ImageMagick"
|
||||||
distfiles="http://mirror.searchdaimon.com/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz"
|
distfiles="http://mirror.searchdaimon.com/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz"
|
||||||
checksum=32747565fc30da0ff0bc0bf3e41c9fefad829fa8fb2f7d1b98dd84ddb3919b0e
|
checksum=32747565fc30da0ff0bc0bf3e41c9fefad829fa8fb2f7d1b98dd84ddb3919b0e
|
||||||
|
|
||||||
|
subpackages="libmagick libmagick-devel"
|
||||||
|
|
||||||
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
# XXX native perl uses XBPS_TARGET_CFLAGS (-mtune=generic)
|
||||||
|
configure_args+=" --with-perl"
|
||||||
|
hostmakedepends+=" perl"
|
||||||
|
subpackages+=" libmagick-perl"
|
||||||
|
fi
|
||||||
|
|
||||||
keep_libtool_archives=yes
|
keep_libtool_archives=yes
|
||||||
hostmakedepends="pkg-config perl"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="perl libjpeg-turbo-devel libpng-devel tiff-devel
|
makedepends="libjpeg-turbo-devel libpng-devel tiff-devel
|
||||||
lcms2-devel freetype-devel libwebp-devel fontconfig-devel libXext-devel
|
lcms2-devel freetype-devel libwebp-devel fontconfig-devel libXext-devel
|
||||||
libXt-devel libltdl-devel libxml2-devel glib-devel pango-devel gdk-pixbuf-devel
|
libXt-devel libltdl-devel libxml2-devel glib-devel pango-devel gdk-pixbuf-devel
|
||||||
libwmf-devel fftw-devel djvulibre-devel liblzma-devel libgomp-devel
|
libwmf-devel fftw-devel djvulibre-devel liblzma-devel libgomp-devel
|
||||||
|
|
Loading…
Reference in a new issue