diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-04-23 22:36:04 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:45:03 +0200 |
commit | dcbb49f707e7ad9bf755dd3275ffc442154b8144 (patch) | |
tree | eb3515e37d9be1fc50effddd579d51e2b6b45567 /meta-oe/recipes-support | |
parent | 9672d0a66a20bf8222b9cb9c67e2cfcf352b5734 (diff) | |
download | meta-openembedded-dcbb49f707e7ad9bf755dd3275ffc442154b8144.tar.gz |
imagemagick: Update to 6.8.8
Add ImageMagick to known licenses
The license checksum is changed due to year change in license text
-Copyright 1999-2013 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
+Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
Add suffix .im6 to binaries, this avoids conflicts with other packages
e.g. lmbench provides stream utility and imagemagick does too so when
both packages are being part of image we have conflicts. This resolves
it by renaming stream to stream.im6 to make it distinct
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/remove.dist-lzip.patch (renamed from meta-oe/recipes-support/imagemagick/imagemagick-6.8.6/remove.dist-lzip.patch) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb (renamed from meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb) | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick-6.8.6/remove.dist-lzip.patch b/meta-oe/recipes-support/imagemagick/imagemagick/remove.dist-lzip.patch index 559aa247d..559aa247d 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick-6.8.6/remove.dist-lzip.patch +++ b/meta-oe/recipes-support/imagemagick/imagemagick/remove.dist-lzip.patch | |||
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb index 9ff03c3c1..e261eb8b7 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "ImageMagick is an image convertion tools" | 1 | SUMMARY = "ImageMagick is an image convertion tools" |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | LICENSE = "ImageMagick" | 3 | LICENSE = "ImageMagick" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b1bf06a8d02cb00b02dea7d03ef9525f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d84c6ddd4028aa53d028b4c50f9361e" |
5 | # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. | 5 | # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. |
6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw freetype" | 6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw freetype" |
7 | 7 | ||
@@ -9,8 +9,8 @@ PATCHSET = "10" | |||
9 | SRC_URI = "http://www.imagemagick.org/download/legacy/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ | 9 | SRC_URI = "http://www.imagemagick.org/download/legacy/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ |
10 | file://remove.dist-lzip.patch \ | 10 | file://remove.dist-lzip.patch \ |
11 | " | 11 | " |
12 | SRC_URI[md5sum] = "9034ab5bf6d63fe72230779f1f590691" | 12 | SRC_URI[md5sum] = "a3a0fa301965d6fde68fccd066f62b0b" |
13 | SRC_URI[sha256sum] = "95b487bb0e4ebf97dd06b6d61f421a05e2666f253ae06352cb3262b34603b2a3" | 13 | SRC_URI[sha256sum] = "8c0982b2bc0c1cea8ac9627b4e1e5d37f8171ef8282ee09aef32529cf68e1820" |
14 | 14 | ||
15 | S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}" | 15 | S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}" |
16 | 16 | ||
@@ -18,7 +18,7 @@ inherit autotools binconfig pkgconfig | |||
18 | 18 | ||
19 | # xml disabled because it's using xml2-config --prefix to determine prefix which returns just /usr with our libxml2 | 19 | # xml disabled because it's using xml2-config --prefix to determine prefix which returns just /usr with our libxml2 |
20 | # if someone needs xml support then fix it first | 20 | # if someone needs xml support then fix it first |
21 | EXTRA_OECONF = "--program-prefix= --without-x --without-perl --disable-openmp --without-xml --disable-opencl" | 21 | EXTRA_OECONF = "--program-prefix= --program-suffix=.im6 --without-x --without-perl --disable-openmp --without-xml --disable-opencl" |
22 | 22 | ||
23 | PACKAGECONFIG ??= "" | 23 | PACKAGECONFIG ??= "" |
24 | PACKAGECONFIG[jp2] = "--with-jp2,--without-jp2,jasper" | 24 | PACKAGECONFIG[jp2] = "--with-jp2,--without-jp2,jasper" |