imagemagick: Add more probably wanted optional libraries to DEPENDS.
authorStanislav Brabec <utx@penguin.cz>
Thu, 7 Jan 2010 21:57:48 +0000 (21:57 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Thu, 7 Jan 2010 22:00:00 +0000 (22:00 +0000)
recipes/imagemagick/imagemagick-native_6.3.5-10.bb
recipes/imagemagick/imagemagick_6.3.5-10.bb
recipes/imagemagick/imagemagick_6.4.4-1.bb

index b03e18e..0dcf8d4 100644 (file)
@@ -1,3 +1,6 @@
 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
index 8bd25e9..e23d11d 100644 (file)
@@ -1,8 +1,8 @@
 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 \
index 546defc..c2216a2 100644 (file)
@@ -1,9 +1,10 @@
 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 \