From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] ImageMagick: update to upstream version 6.8.6-8
Date: Mon, 19 Aug 2013 12:26:20 +0200 [thread overview]
Message-ID: <20130819102620.GA522@jama> (raw)
In-Reply-To: <1376647801-30792-1-git-send-email-cazfi74@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 4058 bytes --]
On Fri, Aug 16, 2013 at 01:10:01PM +0300, Marko Lindqvist wrote:
> - License changed by additional copyright year only.
> - Patch PerlMagic_MakePatch.patch part of upstream now
Looks good now, do you still need freetype support?
http://patchwork.openembedded.org/patch/51217/
It would be better implemented as PACKAGECONFIG but I'm OK with it.
> Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
> ---
> .../imagemagick/imagemagick-6.7.5/PerlMagic_MakePatch.patch | 11 -----------
> .../remove.dist-lzip.patch | 0
> .../{imagemagick_6.7.5.bb => imagemagick_6.8.6.bb} | 11 ++++-------
> 3 files changed, 4 insertions(+), 18 deletions(-)
> delete mode 100644 meta-oe/recipes-support/imagemagick/imagemagick-6.7.5/PerlMagic_MakePatch.patch
> rename meta-oe/recipes-support/imagemagick/{imagemagick-6.7.5 => imagemagick-6.8.6}/remove.dist-lzip.patch (100%)
> rename meta-oe/recipes-support/imagemagick/{imagemagick_6.7.5.bb => imagemagick_6.8.6.bb} (83%)
>
> diff --git a/meta-oe/recipes-support/imagemagick/imagemagick-6.7.5/PerlMagic_MakePatch.patch b/meta-oe/recipes-support/imagemagick/imagemagick-6.7.5/PerlMagic_MakePatch.patch
> deleted file mode 100644
> index f8ad0af..0000000
> --- a/meta-oe/recipes-support/imagemagick/imagemagick-6.7.5/PerlMagic_MakePatch.patch
> +++ /dev/null
> @@ -1,11 +0,0 @@
> ---- /tmp/Makefile.PL.in 2008-10-01 10:39:38.000000000 +0200
> -+++ ImageMagick-6.4.4/PerlMagick/Makefile.PL.in 2008-10-01 10:40:25.000000000 +0200
> -@@ -87,6 +87,8 @@
> -
> - # Use same compiler as ImageMagick
> - 'PERLMAINCC' => '@PERLMAINCC@ @OPENMP_CFLAGS@',
> -+ 'AR' => '@AR@',
> -+ 'LD' => '@PERLMAINCC@',
> -
> - # Set Perl installation prefix to ImageMagick installation prefix
> - # 'PREFIX' => '@prefix@',
> diff --git a/meta-oe/recipes-support/imagemagick/imagemagick-6.7.5/remove.dist-lzip.patch b/meta-oe/recipes-support/imagemagick/imagemagick-6.8.6/remove.dist-lzip.patch
> similarity index 100%
> rename from meta-oe/recipes-support/imagemagick/imagemagick-6.7.5/remove.dist-lzip.patch
> rename to meta-oe/recipes-support/imagemagick/imagemagick-6.8.6/remove.dist-lzip.patch
> diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb
> similarity index 83%
> rename from meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
> rename to meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb
> index 2f0fad5..4b55ae8 100644
> --- a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
> +++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb
> @@ -1,19 +1,16 @@
> DESCRIPTION = "ImageMagick is an image convertion tools"
> SECTION = "console/utils"
> LICENSE = "ImageMagick"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=944f66dcedc98d5a4e5d964bd3b32e7b"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=b1bf06a8d02cb00b02dea7d03ef9525f"
> # 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 fftw"
>
> -PR = "r5"
> -
> -PATCHSET = "6"
> +PATCHSET = "8"
> SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
> - file://PerlMagic_MakePatch.patch \
> file://remove.dist-lzip.patch \
> "
> -SRC_URI[md5sum] = "bcf07cf0822572fa2b47fa6d506f699a"
> -SRC_URI[sha256sum] = "d9347f31d3d35b40009e1bbcf713c5ad252411e05ee621d5a7dae01e47bdbd80"
> +SRC_URI[md5sum] = "ea66fbb6fc1354312bc4971c0a0cfb3c"
> +SRC_URI[sha256sum] = "eb33e0ba6aeb542b7127ee1c2f62961236428b233e9911aa86e1b66b3342ea1d"
>
> S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
>
> --
> 1.7.10.4
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2013-08-19 10:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-16 10:10 [meta-oe][PATCH] ImageMagick: update to upstream version 6.8.6-8 Marko Lindqvist
2013-08-19 10:26 ` Martin Jansa [this message]
2013-08-19 10:38 ` Marko Lindqvist
2013-08-23 7:26 ` Martin Jansa
2013-08-23 7:53 ` Marko Lindqvist
2013-08-23 9:20 ` Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130819102620.GA522@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.