Switch all packages to be built against libjpeg-turbo.
This commit is contained in:
@@ -3,7 +3,7 @@ pkgname=ImageMagick
|
||||
_majorver=6.8.0
|
||||
_patchver=7
|
||||
version=${_majorver}.${_patchver}
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-jp2 --without-autotrace --with-wmf=yes
|
||||
@@ -17,19 +17,6 @@ homepage="http://www.imagemagick.org/"
|
||||
license="${pkgname}, MIT"
|
||||
distfiles="http://ftp.nluug.nl/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz"
|
||||
checksum=e15672c8c11148bcfcd95885e1cd7a5575d4a6984bdf0a3a1c718a2a6ad37435
|
||||
long_desc="
|
||||
ImageMagick TM, is a package for display and interactive manipulation
|
||||
of images for the X Window System. It is written in C and interfaces
|
||||
to the X library, and therefore does not require any proprietary
|
||||
toolkit in order to compile. Although the software is copyrighted, it
|
||||
is available for free and can be redistributed without fee.
|
||||
|
||||
The ImageMagick image display program can display an image on any
|
||||
workstation screen running an X server. It can read and write many of
|
||||
the more popular image formats including JPEG, TIFF, PNM, GIF, and
|
||||
Photo CD. In addition you can interactively resize, rotate, sharpen,
|
||||
color reduce, or add special effects to an image and save your
|
||||
completed work in the same or differing image format."
|
||||
|
||||
conf_files="
|
||||
/etc/ImageMagick/coder.xml
|
||||
@@ -49,7 +36,7 @@ conf_files="
|
||||
keep_libtool_archives=yes
|
||||
subpackages="libmagick libmagick-devel libmagick-perl"
|
||||
|
||||
makedepends="pkg-config perl>=5.16 jpeg-devel libpng-devel>=1.5.10 tiff-devel
|
||||
makedepends="pkg-config perl>=5.16 libjpeg-turbo-devel libpng-devel>=1.5.10 tiff-devel
|
||||
lcms2-devel freetype-devel libwebp-devel>=0.2.0 fontconfig-devel libXext-devel
|
||||
libXt-devel libltdl-devel libxml2-devel glib-devel pango-devel gdk-pixbuf-devel
|
||||
libwmf-devel fftw-devel djvulibre-devel liblzma-devel libgomp-devel
|
||||
|
||||
Reference in New Issue
Block a user