Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] giflib: remove from the description the reference to libungif
@ 2015-04-12 10:13 Fabio Porcedda
  2015-04-12 10:16 ` Yann E. MORIN
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabio Porcedda @ 2015-04-12 10:13 UTC (permalink / raw)
  To: buildroot

Starting from version 5.0 giflib it's no longer compatible with
libungif, also the libungif is now deprecated so just remove the
reference to libungif.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Baruch Siach <baruch@tkos.co.il>
---
 package/giflib/Config.in | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/giflib/Config.in b/package/giflib/Config.in
index 70368dc..fc1f85d 100644
--- a/package/giflib/Config.in
+++ b/package/giflib/Config.in
@@ -1,8 +1,6 @@
 config BR2_PACKAGE_GIFLIB
 	bool "giflib"
 	help
-	  giflib is a library for reading and writing gif images. It is API and
-	  ABI compatible with libungif which was in wide use while the LZW
-	  compression algorithm was patented.
+	  giflib is a library for reading and writing gif images.
 
 	  http://sourceforge.net/projects/giflib
-- 
2.3.4

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

* [Buildroot] [PATCH v2] giflib: remove from the description the reference to libungif
  2015-04-12 10:13 [Buildroot] [PATCH v2] giflib: remove from the description the reference to libungif Fabio Porcedda
@ 2015-04-12 10:16 ` Yann E. MORIN
  2015-04-12 10:27 ` Baruch Siach
  2015-05-06 20:51 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2015-04-12 10:16 UTC (permalink / raw)
  To: buildroot

Fabio, All,

On 2015-04-12 12:13 +0200, Fabio Porcedda spake thusly:
> Starting from version 5.0 giflib it's no longer compatible with
> libungif, also the libungif is now deprecated so just remove the
> reference to libungif.
> 
> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
> Cc: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Baruch Siach <baruch@tkos.co.il>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/giflib/Config.in | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/package/giflib/Config.in b/package/giflib/Config.in
> index 70368dc..fc1f85d 100644
> --- a/package/giflib/Config.in
> +++ b/package/giflib/Config.in
> @@ -1,8 +1,6 @@
>  config BR2_PACKAGE_GIFLIB
>  	bool "giflib"
>  	help
> -	  giflib is a library for reading and writing gif images. It is API and
> -	  ABI compatible with libungif which was in wide use while the LZW
> -	  compression algorithm was patented.
> +	  giflib is a library for reading and writing gif images.
>  
>  	  http://sourceforge.net/projects/giflib
> -- 
> 2.3.4
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 4+ messages in thread

* [Buildroot] [PATCH v2] giflib: remove from the description the reference to libungif
  2015-04-12 10:13 [Buildroot] [PATCH v2] giflib: remove from the description the reference to libungif Fabio Porcedda
  2015-04-12 10:16 ` Yann E. MORIN
@ 2015-04-12 10:27 ` Baruch Siach
  2015-05-06 20:51 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Baruch Siach @ 2015-04-12 10:27 UTC (permalink / raw)
  To: buildroot

Hi Fabio,

On Sun, Apr 12, 2015 at 12:13:57PM +0200, Fabio Porcedda wrote:
> Starting from version 5.0 giflib it's no longer compatible with
> libungif, also the libungif is now deprecated so just remove the
> reference to libungif.
> 
> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
> Cc: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Baruch Siach <baruch@tkos.co.il>

Reviewed-by: Baruch Siach <baruch@tkos.co.il>

baruch

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

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

* [Buildroot] [PATCH v2] giflib: remove from the description the reference to libungif
  2015-04-12 10:13 [Buildroot] [PATCH v2] giflib: remove from the description the reference to libungif Fabio Porcedda
  2015-04-12 10:16 ` Yann E. MORIN
  2015-04-12 10:27 ` Baruch Siach
@ 2015-05-06 20:51 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-05-06 20:51 UTC (permalink / raw)
  To: buildroot

Dear Fabio Porcedda,

On Sun, 12 Apr 2015 12:13:57 +0200, Fabio Porcedda wrote:
> Starting from version 5.0 giflib it's no longer compatible with
> libungif, also the libungif is now deprecated so just remove the
> reference to libungif.
> 
> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
> Cc: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/giflib/Config.in | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

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:[~2015-05-06 20:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-12 10:13 [Buildroot] [PATCH v2] giflib: remove from the description the reference to libungif Fabio Porcedda
2015-04-12 10:16 ` Yann E. MORIN
2015-04-12 10:27 ` Baruch Siach
2015-05-06 20:51 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox