aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-02-15 13:00:39 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-02-15 13:56:11 +0100
commitaaef9aa923d6e55ae0463156999b2a0543cb1ef1 (patch)
tree3bc282404870f8acfd5394c1340b99c07ff67a04 /meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
parentfe6268a256b83d07e711e08db66b2610fd2b4f8e (diff)
downloadmeta-openembedded-aaef9aa923d6e55ae0463156999b2a0543cb1ef1.tar.gz
imagemagick: upgrade to 6.7.5 because 6.4.4 is not compatible with zlib-1.2.6 we have now
* for zlib-1.2.6 issue see: http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=20267 * dist-lzip removed because it's not supported in our automake yet * xml is explicity disabled, wasn't enabled before and if autodetected then fails (see comment above EXTRA_OECONF). * LIC_FILES_CHKSUM updated, only formal changes AFAIK see: http://trac.imagemagick.org/log/ImageMagick/trunk/LICENSE for details * empty dirs coders and filters added to PN to fix QA warning Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb')
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
deleted file mode 100644
index d5f95c94c2..0000000000
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
+++ /dev/null
@@ -1,38 +0,0 @@
-DESCRIPTION = "ImageMagick is an image convertion tools"
-SECTION = "console/utils"
-LICENSE = "ImageMagick"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e1ebcc1358b9f81eba64255fc5da6892"
-# FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
-DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib"
-
-PR = "r10"
-
-PATCHSET = "1"
-SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
- file://PerlMagic_MakePatch.patch \
- "
-SRC_URI[md5sum] = "882ff241f6ad39655541d5055596f93b"
-SRC_URI[sha256sum] = "5a5b2779707bfd9816cf17d8f53d242c05005092da192a898ac10961b3b19dda"
-
-S = "${WORKDIR}/ImageMagick-${PV}"
-
-inherit autotools binconfig pkgconfig
-
-EXTRA_OECONF = "--program-prefix= --without-x --without-freetype --without-perl --disable-openmp"
-
-FILES_${PN} += "${libdir}/ImageMagick-${PV}/modules-Q16/*/*.so \
- ${libdir}/ImageMagick-${PV}/modules-Q16/*/*.la \
- ${libdir}/ImageMagick-${PV}/config/ \
- ${datadir}/ImageMagick-${PV}"
-
-FILES_${PN}-dev += "${libdir}/ImageMagick-${PV}/modules-Q16/*/*.a"
-
-FILES_${PN}-dbg += "${libdir}/ImageMagick-${PV}/modules-Q16/*/.debug/*"
-
-BBCLASSEXTEND = "native"
-
-LEAD_SONAME = "libMagickCore.so.*"
-
-do_configure_prepend() {
- export ac_cv_sys_file_offset_bits=yes
-}