All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot]  [PATCH 1/1] imagemagick: bump version to 6.9.3-3
@ 2016-02-08  5:36 Ricardo Martincoski
  2016-02-08  8:27 ` Jerzy Grzegorek
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ricardo Martincoski @ 2016-02-08  5:36 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
Previous version IS working, but it depends on
http://sources.buildroot.net/

Previous version was released less than a month ago.
But now its tarball got removed from the upstream download page
---
 package/imagemagick/imagemagick.hash | 2 +-
 package/imagemagick/imagemagick.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/imagemagick/imagemagick.hash b/package/imagemagick/imagemagick.hash
index 1d5794f..31ddfd2 100644
--- a/package/imagemagick/imagemagick.hash
+++ b/package/imagemagick/imagemagick.hash
@@ -1,2 +1,2 @@
 # From http://www.imagemagick.org/download/releases/digest.rdf
-sha256	78a9bfc581c81fb8376c00d06431b49f218d3900690905dc985459cbf5e41c4d	ImageMagick-6.9.3-2.tar.xz
+sha256	d127f76c674f1454adf0444ecec96f344c3dca522cc3320f0ef88d8060123048	ImageMagick-6.9.3-3.tar.xz
diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
index 76061fa..eee567e 100644
--- a/package/imagemagick/imagemagick.mk
+++ b/package/imagemagick/imagemagick.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IMAGEMAGICK_VERSION = 6.9.3-2
+IMAGEMAGICK_VERSION = 6.9.3-3
 IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.xz
 IMAGEMAGICK_SITE = http://www.imagemagick.org/download/releases
 IMAGEMAGICK_LICENSE = Apache-2.0
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] imagemagick: bump version to 6.9.3-3
  2016-02-08  5:36 [Buildroot] [PATCH 1/1] imagemagick: bump version to 6.9.3-3 Ricardo Martincoski
@ 2016-02-08  8:27 ` Jerzy Grzegorek
  2016-02-08 11:13 ` Thomas Petazzoni
  2016-02-08 18:46 ` Yann E. MORIN
  2 siblings, 0 replies; 6+ messages in thread
From: Jerzy Grzegorek @ 2016-02-08  8:27 UTC (permalink / raw)
  To: buildroot

Hi Ricardo,

> Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
> Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
> Cc: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
> ---
> Previous version IS working, but it depends on
> http://sources.buildroot.net/
>
> Previous version was released less than a month ago.
> But now its tarball got removed from the upstream download page
> ---
>   package/imagemagick/imagemagick.hash | 2 +-
>   package/imagemagick/imagemagick.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/imagemagick/imagemagick.hash b/package/imagemagick/imagemagick.hash
> index 1d5794f..31ddfd2 100644
> --- a/package/imagemagick/imagemagick.hash
> +++ b/package/imagemagick/imagemagick.hash
> @@ -1,2 +1,2 @@
>   # From http://www.imagemagick.org/download/releases/digest.rdf
> -sha256	78a9bfc581c81fb8376c00d06431b49f218d3900690905dc985459cbf5e41c4d	ImageMagick-6.9.3-2.tar.xz
> +sha256	d127f76c674f1454adf0444ecec96f344c3dca522cc3320f0ef88d8060123048	ImageMagick-6.9.3-3.tar.xz
> diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
> index 76061fa..eee567e 100644
> --- a/package/imagemagick/imagemagick.mk
> +++ b/package/imagemagick/imagemagick.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -IMAGEMAGICK_VERSION = 6.9.3-2
> +IMAGEMAGICK_VERSION = 6.9.3-3
>   IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.xz
>   IMAGEMAGICK_SITE = http://www.imagemagick.org/download/releases
>   IMAGEMAGICK_LICENSE = Apache-2.0

Reviewed-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Tested-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
(ARM build test)

Regards,
Jerzy
   

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] imagemagick: bump version to 6.9.3-3
  2016-02-08  5:36 [Buildroot] [PATCH 1/1] imagemagick: bump version to 6.9.3-3 Ricardo Martincoski
  2016-02-08  8:27 ` Jerzy Grzegorek
@ 2016-02-08 11:13 ` Thomas Petazzoni
  2016-02-08 18:46 ` Yann E. MORIN
  2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2016-02-08 11:13 UTC (permalink / raw)
  To: buildroot

Dear Ricardo Martincoski,

On Mon,  8 Feb 2016 03:36:52 -0200, Ricardo Martincoski wrote:
> Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
> Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
> Cc: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
> ---
> Previous version IS working, but it depends on
> http://sources.buildroot.net/

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] imagemagick: bump version to 6.9.3-3
  2016-02-08  5:36 [Buildroot] [PATCH 1/1] imagemagick: bump version to 6.9.3-3 Ricardo Martincoski
  2016-02-08  8:27 ` Jerzy Grzegorek
  2016-02-08 11:13 ` Thomas Petazzoni
@ 2016-02-08 18:46 ` Yann E. MORIN
  2016-02-08 20:55   ` Ricardo Martincoski
  2 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2016-02-08 18:46 UTC (permalink / raw)
  To: buildroot

Ricardo, All,

On 2016-02-08 03:36 -0200, Ricardo Martincoski spake thusly:
> Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
> Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
> Cc: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
> ---
> Previous version IS working, but it depends on
> http://sources.buildroot.net/
> 
> Previous version was released less than a month ago.
> But now its tarball got removed from the upstream download page
> ---
>  package/imagemagick/imagemagick.hash | 2 +-
>  package/imagemagick/imagemagick.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/imagemagick/imagemagick.hash b/package/imagemagick/imagemagick.hash
> index 1d5794f..31ddfd2 100644
> --- a/package/imagemagick/imagemagick.hash
> +++ b/package/imagemagick/imagemagick.hash
> @@ -1,2 +1,2 @@
>  # From http://www.imagemagick.org/download/releases/digest.rdf
> -sha256	78a9bfc581c81fb8376c00d06431b49f218d3900690905dc985459cbf5e41c4d	ImageMagick-6.9.3-2.tar.xz
> +sha256	d127f76c674f1454adf0444ecec96f344c3dca522cc3320f0ef88d8060123048	ImageMagick-6.9.3-3.tar.xz
> diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
> index 76061fa..eee567e 100644
> --- a/package/imagemagick/imagemagick.mk
> +++ b/package/imagemagick/imagemagick.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -IMAGEMAGICK_VERSION = 6.9.3-2
> +IMAGEMAGICK_VERSION = 6.9.3-3

Since you seem to be interested in ImageMagick, could you check what
that patch is all about and if it is still relevant:

    https://patchwork.ozlabs.org/patch/484767/

Thanks! :-)

Regards,
Yann E. MORIN.

>  IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.xz
>  IMAGEMAGICK_SITE = http://www.imagemagick.org/download/releases
>  IMAGEMAGICK_LICENSE = Apache-2.0
> -- 
> 1.9.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] imagemagick: bump version to 6.9.3-3
  2016-02-08 18:46 ` Yann E. MORIN
@ 2016-02-08 20:55   ` Ricardo Martincoski
  2016-02-08 21:01     ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: Ricardo Martincoski @ 2016-02-08 20:55 UTC (permalink / raw)
  To: buildroot

On Mon, Feb 08, 2016 at 04:46 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
[snip]
> 
> Since you seem to be interested in ImageMagick, could you check what
> that patch is all about and if it is still relevant:
> 
>     https://patchwork.ozlabs.org/patch/484767/
> 
[snip]

Sure. I will take a look into this.

Regards,
Ricardo

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] imagemagick: bump version to 6.9.3-3
  2016-02-08 20:55   ` Ricardo Martincoski
@ 2016-02-08 21:01     ` Yann E. MORIN
  0 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2016-02-08 21:01 UTC (permalink / raw)
  To: buildroot

Ricardo, All,

On 2016-02-08 18:55 -0200, Ricardo Martincoski spake thusly:
> On Mon, Feb 08, 2016 at 04:46 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> > Since you seem to be interested in ImageMagick, could you check what
> > that patch is all about and if it is still relevant:
> >     https://patchwork.ozlabs.org/patch/484767/
> Sure. I will take a look into this.

Great, thanks! :-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-08 21:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-08  5:36 [Buildroot] [PATCH 1/1] imagemagick: bump version to 6.9.3-3 Ricardo Martincoski
2016-02-08  8:27 ` Jerzy Grzegorek
2016-02-08 11:13 ` Thomas Petazzoni
2016-02-08 18:46 ` Yann E. MORIN
2016-02-08 20:55   ` Ricardo Martincoski
2016-02-08 21:01     ` Yann E. MORIN

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.