require imagemagick_${PV}.bb
DEPENDS ="libtool-native"
+# FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
+# tiff-native does not exist
+DEPENDS += "bzip2-native jpeg-native libpng-native zlib-native"
inherit native
DESCRIPTION = "ImageMagick is an image convertion tools"
SECTION = "console/utils"
LICENSE = "GPL"
-DEPENDS = "tiff"
-PR = "r5"
+DEPENDS = "tiff jpeg libpng tiff zlib"
+PR = "r6"
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \
file://PerlMagic_MakePatch;patch=1 \
DESCRIPTION = "ImageMagick is an image convertion tools"
SECTION = "console/utils"
LICENSE = "GPL"
-DEPENDS = "tiff"
+# FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
+DEPENDS = "bzip2 jpeg libpng tiff zlib"
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \
file://PerlMagic_MakePatch;patch=1 \