mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
imagemagick: update to 6.9.1.3 / add packageconfig for openjpeg
* openjpeg is new and auto detected by configure * choose tar.xz for download as the size is ~1/5 less * checked LICENSE: only one year was changed 2014->2015 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Martin Jansa
parent
5e52355e35
commit
bb09fdb283
+6
-5
@@ -1,15 +1,15 @@
|
||||
SUMMARY = "ImageMagick is an image convertion tools"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "ImageMagick"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5d84c6ddd4028aa53d028b4c50f9361e"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0887b670be7ef0c3cb37092b64d57514"
|
||||
# FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results.
|
||||
DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype"
|
||||
|
||||
PATCHSET = "10"
|
||||
SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
|
||||
PATCHSET = "3"
|
||||
SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \
|
||||
"
|
||||
SRC_URI[md5sum] = "c4f70046420db9b22d9dfd1c3d179b55"
|
||||
SRC_URI[sha256sum] = "4e702c1c3b4632fde2a93af33dcd3d013a9ebfa598060aca11f06d80676ecbf4"
|
||||
SRC_URI[md5sum] = "1171a6837defe10be288ab44869cc3a0"
|
||||
SRC_URI[sha256sum] = "5fd180603e60c624c05c644a8340f4f4e92c19dc3c41d374d38f76c69cd48ba3"
|
||||
|
||||
S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
|
||||
|
||||
@@ -23,6 +23,7 @@ CACHED_CONFIGUREVARS = "ac_cv_sys_file_offset_bits=yes"
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[jp2] = "--with-jp2,,jasper"
|
||||
PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz"
|
||||
PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg"
|
||||
PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo"
|
||||
PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp"
|
||||
PACKAGECONFIG[wmf] = "--with-wmf,--without-wmf,libwmf"
|
||||
Reference in New Issue
Block a user