All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] imagemagick: bump version to 7.0.2-4
@ 2016-07-14 10:26 Vicente Olivert Riera
  2016-07-14 10:31 ` Baruch Siach
  2016-07-14 10:34 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Vicente Olivert Riera @ 2016-07-14 10:26 UTC (permalink / raw)
  To: buildroot

Option --disable-jp2 removed as it doesn't exist anymore.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/imagemagick/imagemagick.hash | 2 +-
 package/imagemagick/imagemagick.mk   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/imagemagick/imagemagick.hash b/package/imagemagick/imagemagick.hash
index ef73b24..b04ecd5 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 a4420a125609d6cac2fbc141a291bbf143d71bd15e21c09946fdf98f90247225  ImageMagick-7.0.2-1.tar.xz
+sha256 3d870568432520095755fad9bb29b332351c7e25061d5d7d44873accc0eb08fe  ImageMagick-7.0.2-4.tar.xz
diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
index 864e033..ae6c62a 100644
--- a/package/imagemagick/imagemagick.mk
+++ b/package/imagemagick/imagemagick.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IMAGEMAGICK_VERSION = 7.0.2-1
+IMAGEMAGICK_VERSION = 7.0.2-4
 IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.xz
 IMAGEMAGICK_SITE = http://www.imagemagick.org/download/releases
 IMAGEMAGICK_LICENSE = Apache-2.0
@@ -30,7 +30,6 @@ IMAGEMAGICK_CONF_OPTS = \
 	--without-gslib \
 	--without-gvc \
 	--without-jbig \
-	--without-jp2 \
 	--without-lqr \
 	--without-openexr \
 	--without-perl \
-- 
2.7.3

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

* [Buildroot] [PATCH] imagemagick: bump version to 7.0.2-4
  2016-07-14 10:26 [Buildroot] [PATCH] imagemagick: bump version to 7.0.2-4 Vicente Olivert Riera
@ 2016-07-14 10:31 ` Baruch Siach
  2016-07-14 10:32   ` Vicente Olivert Riera
  2016-07-14 10:34 ` Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Baruch Siach @ 2016-07-14 10:31 UTC (permalink / raw)
  To: buildroot

Hi Vicente,

On Thu, Jul 14, 2016 at 11:26:09AM +0100, Vicente Olivert Riera wrote:
> Option --disable-jp2 removed as it doesn't exist anymore.

You mean '--without-jp2'?

baruch

> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/imagemagick/imagemagick.hash | 2 +-
>  package/imagemagick/imagemagick.mk   | 3 +--
>  2 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/package/imagemagick/imagemagick.hash b/package/imagemagick/imagemagick.hash
> index ef73b24..b04ecd5 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 a4420a125609d6cac2fbc141a291bbf143d71bd15e21c09946fdf98f90247225  ImageMagick-7.0.2-1.tar.xz
> +sha256 3d870568432520095755fad9bb29b332351c7e25061d5d7d44873accc0eb08fe  ImageMagick-7.0.2-4.tar.xz
> diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
> index 864e033..ae6c62a 100644
> --- a/package/imagemagick/imagemagick.mk
> +++ b/package/imagemagick/imagemagick.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -IMAGEMAGICK_VERSION = 7.0.2-1
> +IMAGEMAGICK_VERSION = 7.0.2-4
>  IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.xz
>  IMAGEMAGICK_SITE = http://www.imagemagick.org/download/releases
>  IMAGEMAGICK_LICENSE = Apache-2.0
> @@ -30,7 +30,6 @@ IMAGEMAGICK_CONF_OPTS = \
>  	--without-gslib \
>  	--without-gvc \
>  	--without-jbig \
> -	--without-jp2 \
>  	--without-lqr \
>  	--without-openexr \
>  	--without-perl \

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

* [Buildroot] [PATCH] imagemagick: bump version to 7.0.2-4
  2016-07-14 10:31 ` Baruch Siach
@ 2016-07-14 10:32   ` Vicente Olivert Riera
  0 siblings, 0 replies; 4+ messages in thread
From: Vicente Olivert Riera @ 2016-07-14 10:32 UTC (permalink / raw)
  To: buildroot

Yes, sorry, my memory failed. I should have copy/pasted that :-)

Regards,

Vincent.

On 14/07/16 11:31, Baruch Siach wrote:
> Hi Vicente,
> 
> On Thu, Jul 14, 2016 at 11:26:09AM +0100, Vicente Olivert Riera wrote:
>> Option --disable-jp2 removed as it doesn't exist anymore.
> 
> You mean '--without-jp2'?
> 
> baruch
> 
>> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>> ---
>>  package/imagemagick/imagemagick.hash | 2 +-
>>  package/imagemagick/imagemagick.mk   | 3 +--
>>  2 files changed, 2 insertions(+), 3 deletions(-)
>>
>> diff --git a/package/imagemagick/imagemagick.hash b/package/imagemagick/imagemagick.hash
>> index ef73b24..b04ecd5 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 a4420a125609d6cac2fbc141a291bbf143d71bd15e21c09946fdf98f90247225  ImageMagick-7.0.2-1.tar.xz
>> +sha256 3d870568432520095755fad9bb29b332351c7e25061d5d7d44873accc0eb08fe  ImageMagick-7.0.2-4.tar.xz
>> diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
>> index 864e033..ae6c62a 100644
>> --- a/package/imagemagick/imagemagick.mk
>> +++ b/package/imagemagick/imagemagick.mk
>> @@ -4,7 +4,7 @@
>>  #
>>  ################################################################################
>>  
>> -IMAGEMAGICK_VERSION = 7.0.2-1
>> +IMAGEMAGICK_VERSION = 7.0.2-4
>>  IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.xz
>>  IMAGEMAGICK_SITE = http://www.imagemagick.org/download/releases
>>  IMAGEMAGICK_LICENSE = Apache-2.0
>> @@ -30,7 +30,6 @@ IMAGEMAGICK_CONF_OPTS = \
>>  	--without-gslib \
>>  	--without-gvc \
>>  	--without-jbig \
>> -	--without-jp2 \
>>  	--without-lqr \
>>  	--without-openexr \
>>  	--without-perl \
> 

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

* [Buildroot] [PATCH] imagemagick: bump version to 7.0.2-4
  2016-07-14 10:26 [Buildroot] [PATCH] imagemagick: bump version to 7.0.2-4 Vicente Olivert Riera
  2016-07-14 10:31 ` Baruch Siach
@ 2016-07-14 10:34 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-07-14 10:34 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 14 Jul 2016 11:26:09 +0100, Vicente Olivert Riera wrote:
> Option --disable-jp2 removed as it doesn't exist anymore.

I've fixed the commit log, and applied. Thanks!

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

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

end of thread, other threads:[~2016-07-14 10:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-14 10:26 [Buildroot] [PATCH] imagemagick: bump version to 7.0.2-4 Vicente Olivert Riera
2016-07-14 10:31 ` Baruch Siach
2016-07-14 10:32   ` Vicente Olivert Riera
2016-07-14 10:34 ` Thomas Petazzoni

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.