* [meta-oe][PATCH] imagemagick: Upgrade recipes from 6.4.4 -> 6.7.5
@ 2012-02-21 5:38 Khem Raj
2012-02-21 5:42 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2012-02-21 5:38 UTC (permalink / raw)
To: openembedded-devel
6.4.4 does not compile with latest zlib
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../PerlMagic_MakePatch.patch | 0
.../imagemagick/imagemagick-6.7.5/no-lzip.patch | 19 +++++++++++++++++++
.../{imagemagick_6.4.4.bb => imagemagick_6.7.5.bb} | 15 ++++++++-------
3 files changed, 27 insertions(+), 7 deletions(-)
rename meta-oe/recipes-support/imagemagick/{imagemagick-6.4.4 => imagemagick-6.7.5}/PerlMagic_MakePatch.patch (100%)
create mode 100644 meta-oe/recipes-support/imagemagick/imagemagick-6.7.5/no-lzip.patch
rename meta-oe/recipes-support/imagemagick/{imagemagick_6.4.4.bb => imagemagick_6.7.5.bb} (72%)
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick-6.4.4/PerlMagic_MakePatch.patch b/meta-oe/recipes-support/imagemagick/imagemagick-6.7.5/PerlMagic_MakePatch.patch
similarity index 100%
rename from meta-oe/recipes-support/imagemagick/imagemagick-6.4.4/PerlMagic_MakePatch.patch
rename to meta-oe/recipes-support/imagemagick/imagemagick-6.7.5/PerlMagic_MakePatch.patch
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick-6.7.5/no-lzip.patch b/meta-oe/recipes-support/imagemagick/imagemagick-6.7.5/no-lzip.patch
new file mode 100644
index 0000000..38b48e1
--- /dev/null
+++ b/meta-oe/recipes-support/imagemagick/imagemagick-6.7.5/no-lzip.patch
@@ -0,0 +1,19 @@
+dist-lzip is not supported by OE autotools
+
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+
+Upstream-Status: Inappropriate [OE-specific]
+
+Index: ImageMagick-6.7.5-6/configure.ac
+===================================================================
+--- ImageMagick-6.7.5-6.orig/configure.ac 2012-02-20 21:19:53.965635662 -0800
++++ ImageMagick-6.7.5-6/configure.ac 2012-02-20 21:20:31.429637625 -0800
+@@ -128,7 +128,7 @@
+ # Ensure that make can run correctly
+ AM_SANITY_CHECK
+
+-AM_INIT_AUTOMAKE([1.11 color-tests foreign parallel-tests silent-rules subdir-objects dist-bzip2 dist-lzip dist-xz dist-zip])
++AM_INIT_AUTOMAKE([1.11 color-tests foreign parallel-tests silent-rules subdir-objects dist-bzip2 dist-xz dist-zip])
+
+ # Enable support for silent build rules
+ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
similarity index 72%
rename from meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
rename to meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
index d5f95c9..0c24a62 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
@@ -1,20 +1,21 @@
-DESCRIPTION = "ImageMagick is an image convertion tools"
+DESCRIPTION = "ImageMagick is collection of image manipulation tools"
SECTION = "console/utils"
LICENSE = "ImageMagick"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e1ebcc1358b9f81eba64255fc5da6892"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=944f66dcedc98d5a4e5d964bd3b32e7b"
# 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"
+PR = "r0"
-PATCHSET = "1"
+PATCHSET = "6"
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
file://PerlMagic_MakePatch.patch \
+ file://no-lzip.patch \
"
-SRC_URI[md5sum] = "882ff241f6ad39655541d5055596f93b"
-SRC_URI[sha256sum] = "5a5b2779707bfd9816cf17d8f53d242c05005092da192a898ac10961b3b19dda"
+SRC_URI[md5sum] = "bcf07cf0822572fa2b47fa6d506f699a"
+SRC_URI[sha256sum] = "d9347f31d3d35b40009e1bbcf713c5ad252411e05ee621d5a7dae01e47bdbd80"
-S = "${WORKDIR}/ImageMagick-${PV}"
+S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
inherit autotools binconfig pkgconfig
--
1.7.5.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] imagemagick: Upgrade recipes from 6.4.4 -> 6.7.5
2012-02-21 5:38 [meta-oe][PATCH] imagemagick: Upgrade recipes from 6.4.4 -> 6.7.5 Khem Raj
@ 2012-02-21 5:42 ` Koen Kooi
2012-02-21 5:57 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2012-02-21 5:42 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 21-02-12 06:38, Khem Raj schreef:
> 6.4.4 does not compile with latest zlib
http://cgit.openembedded.org/meta-openembedded/commit/?id=aaef9aa923d6e55ae0463156999b2a0543cb1ef1
?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org
iEYEARECAAYFAk9DLrcACgkQMkyGM64RGpEpAwCfUgZ/jCmzjtt6lwstIY56sae4
4voAoK9yy95mW4BKktPQMDa15JZu9vM6
=l9wh
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] imagemagick: Upgrade recipes from 6.4.4 -> 6.7.5
2012-02-21 5:42 ` Koen Kooi
@ 2012-02-21 5:57 ` Khem Raj
0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2012-02-21 5:57 UTC (permalink / raw)
To: openembedded-devel
On Mon, Feb 20, 2012 at 9:42 PM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 21-02-12 06:38, Khem Raj schreef:
>> 6.4.4 does not compile with latest zlib
>
> http://cgit.openembedded.org/meta-openembedded/commit/?id=aaef9aa923d6e55ae0463156999b2a0543cb1ef1
> ?
yes thats same thing. I was flushing out what I had
discard it
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (Darwin)
> Comment: GPGTools - http://gpgtools.org
>
> iEYEARECAAYFAk9DLrcACgkQMkyGM64RGpEpAwCfUgZ/jCmzjtt6lwstIY56sae4
> 4voAoK9yy95mW4BKktPQMDa15JZu9vM6
> =l9wh
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-21 6:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-21 5:38 [meta-oe][PATCH] imagemagick: Upgrade recipes from 6.4.4 -> 6.7.5 Khem Raj
2012-02-21 5:42 ` Koen Kooi
2012-02-21 5:57 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.