aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/imagemagick
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2010-01-07 21:57:48 +0000
committerutx@penguin.cz <utx@penguin.cz>2010-01-07 22:00:00 +0000
commit6c309dec537c1736c2f5174dbab955671534dd68 (patch)
tree71e53d23cd6e3ce5cafef27a0865b323c87ffbf5 /recipes/imagemagick
parent5c9878edf28117ed1a2e976bb98797f9b6f506e6 (diff)
downloadopenembedded-6c309dec537c1736c2f5174dbab955671534dd68.tar.gz
imagemagick: Add more probably wanted optional libraries to DEPENDS.
Diffstat (limited to 'recipes/imagemagick')
-rw-r--r--recipes/imagemagick/imagemagick-native_6.3.5-10.bb3
-rw-r--r--recipes/imagemagick/imagemagick_6.3.5-10.bb4
-rw-r--r--recipes/imagemagick/imagemagick_6.4.4-1.bb5
3 files changed, 8 insertions, 4 deletions
diff --git a/recipes/imagemagick/imagemagick-native_6.3.5-10.bb b/recipes/imagemagick/imagemagick-native_6.3.5-10.bb
index b03e18e9c1..0dcf8d4eca 100644
--- a/recipes/imagemagick/imagemagick-native_6.3.5-10.bb
+++ b/recipes/imagemagick/imagemagick-native_6.3.5-10.bb
@@ -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
diff --git a/recipes/imagemagick/imagemagick_6.3.5-10.bb b/recipes/imagemagick/imagemagick_6.3.5-10.bb
index 8bd25e9d5a..e23d11dc24 100644
--- a/recipes/imagemagick/imagemagick_6.3.5-10.bb
+++ b/recipes/imagemagick/imagemagick_6.3.5-10.bb
@@ -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 \
diff --git a/recipes/imagemagick/imagemagick_6.4.4-1.bb b/recipes/imagemagick/imagemagick_6.4.4-1.bb
index 546defc4ad..c2216a21df 100644
--- a/recipes/imagemagick/imagemagick_6.4.4-1.bb
+++ b/recipes/imagemagick/imagemagick_6.4.4-1.bb
@@ -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 \