imagemagick, imagemagick-native: Build with librsvg resp. librsvg-native. Useful...
authorStanislav Brabec <utx@penguin.cz>
Mon, 15 Feb 2010 21:03:23 +0000 (21:03 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Mon, 15 Feb 2010 21:03:23 +0000 (21:03 +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 0dcf8d4..d2efd36 100644 (file)
@@ -2,5 +2,5 @@ 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"
+DEPENDS += "bzip2-native jpeg-native libpng-native librsvg-native zlib-native"
 inherit native
index e23d11d..b399741 100644 (file)
@@ -1,8 +1,8 @@
 DESCRIPTION = "ImageMagick is an image convertion tools"
 SECTION = "console/utils"
 LICENSE = "GPL"
-DEPENDS = "tiff jpeg libpng tiff zlib"
-PR = "r6"
+DEPENDS = "tiff jpeg libpng librsvg tiff zlib"
+PR = "r7"
 
 SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \
            file://PerlMagic_MakePatch;patch=1 \
index c2216a2..bc16b0c 100644 (file)
@@ -2,9 +2,9 @@ DESCRIPTION = "ImageMagick is an image convertion tools"
 SECTION = "console/utils"
 LICENSE = "GPL"
 # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
-DEPENDS = "bzip2 jpeg libpng tiff zlib"
+DEPENDS = "bzip2 jpeg libpng librsvg tiff zlib"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \
            file://PerlMagic_MakePatch;patch=1 \