mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
giflib: summary must be a single line
Add an actual description from their website while I'm at it.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user