From 47057a25f0ce531e142238145baa94e05d2a7316 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 4 Jan 2014 09:26:21 +0100 Subject: [PATCH] giflib: summary must be a single line Add an actual description from their website while I'm at it. --- media-libs/giflib/giflib-5.0.5.recipe | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/media-libs/giflib/giflib-5.0.5.recipe b/media-libs/giflib/giflib-5.0.5.recipe index 27efbc318..0902facd3 100644 --- a/media-libs/giflib/giflib-5.0.5.recipe +++ b/media-libs/giflib/giflib-5.0.5.recipe @@ -1,7 +1,20 @@ -DESCRIPTION="giflib - A library for processing GIFs" -SUMMARY=" -giflib - A library for processing GIFs. +DESCRIPTION=" +The GIFLIB project maintains the giflib service library, which has been pulling +images out of GIFs since 1989. It is deployed everywhere you can think of and +some places you probably can't - graphics applications and web browsers on +multiple operating systems, game consoles, smartphones, and likely your ATM too. + +This is very mature, stable, small-footprint code with minimal dependencies +(suitable for use in embedded deployments) that needs only occasional very +minor bugfixes. Test reports from odd platforms and better regression tests are +particularly welcome. Don't try to redesign it, applications beyond counting +would break if you did. + +It's \"GIFLIB\" in caps as a nod to the code's origins in the dark and backward +abysm of MS-DOS, but Unix hackers are encouraged to spell it \"giflib\" in +deference to local conventions. :-) " +SUMMARY="giflib - A library for processing GIFs" HOMEPAGE="http://sourceforge.net/projects/giflib/" SRC_URI="http://sourceforge.net/projects/giflib/files/giflib-5.x/giflib-5.0.5.tar.bz2/download" CHECKSUM_MD5="c3262ba0a3dad31ba876fb5ba1d71a02"