diff options
| author | Randy MacLeod <randy.macleod@windriver.com> | 2020-01-05 11:42:56 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-06 08:24:45 -0800 |
| commit | c7062454dc235ea56b9e93cd13d7c2a297857518 (patch) | |
| tree | 79c2cb2ea59400833f61de8c722270f70c182a09 /meta-oe/recipes-support | |
| parent | 9d8bf35fb128973252797da0fabbb774ece8e902 (diff) | |
| download | meta-openembedded-c7062454dc235ea56b9e93cd13d7c2a297857518.tar.gz | |
imagemagick: update from 7.8.47 to 7.9.16
Only the copyright date for the LICENSE file changed.
Add PACKAGECONFIG to enable use of tcmalloc.
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_7.0.9.bb (renamed from meta-oe/recipes-support/imagemagick/imagemagick_7.0.8.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.8.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.9.bb index 4ee06d77f1..3f7d06e261 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.8.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.9.bb | |||
| @@ -4,14 +4,14 @@ HOMEPAGE = "https://www.imagemagick.org/" | |||
| 4 | DESCRIPTION = "ImageMagick is a collection of tools for displaying, converting, and \ | 4 | DESCRIPTION = "ImageMagick is a collection of tools for displaying, converting, and \ |
| 5 | editing raster and vector image files. It can read and write over 200 image file formats." | 5 | editing raster and vector image files. It can read and write over 200 image file formats." |
| 6 | LICENSE = "ImageMagick" | 6 | LICENSE = "ImageMagick" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=05ff94b3ff59fe6fa7489fa26e3d9142" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=41b4fa9af60c88e61484b02c0561181a" |
| 8 | # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results. | 8 | # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results. |
| 9 | DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool" | 9 | DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool" |
| 10 | 10 | ||
| 11 | BASE_PV := "${PV}" | 11 | BASE_PV := "${PV}" |
| 12 | PV .= "_47" | 12 | PV .= "_13" |
| 13 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git " | 13 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git " |
| 14 | SRCREV = "b672df7a44b0ab0219b1fa78b3673c2810ddd374" | 14 | SRCREV = "15b935d64f613b5a0fc9d3fead5c6ec1b0e3908f" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
| @@ -29,6 +29,7 @@ PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" | |||
| 29 | PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg" | 29 | PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg" |
| 30 | PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo" | 30 | PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo" |
| 31 | PACKAGECONFIG[rsvg] = "--with-rsvg,--without-rsvg,librsvg" | 31 | PACKAGECONFIG[rsvg] = "--with-rsvg,--without-rsvg,librsvg" |
| 32 | PACKAGECONFIG[tcmalloc] = "--with-tcmalloc=yes,--with-tcmalloc=no,gperftools" | ||
| 32 | PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp" | 33 | PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp" |
| 33 | PACKAGECONFIG[wmf] = "--with-wmf,--without-wmf,libwmf" | 34 | PACKAGECONFIG[wmf] = "--with-wmf,--without-wmf,libwmf" |
| 34 | PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 libxext libxt" | 35 | PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 libxext libxt" |
