./graphics/giflib, GIF image format library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.2.1nb6, Package name: giflib-5.2.1nb6, Maintainer: pkgsrc-users

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 433.776 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-21 11:46:15 by Niclas Rosenvik | Files touched by this commit (3)
Log message:
giflib-util: Fix manpage installation when custom PKGMANDIR is set
   2023-11-09 21:31:00 by Nia Alarie | Files touched by this commit (3)
Log message:
giflib: Honour CFLAGS.
   2023-03-26 14:36:28 by S.P.Zeidler | Files touched by this commit (3)
Log message:
fix CVE-2022-28506 with a patch from
https://sourceforge.net/u/mmuzila/giflib/ci/fix-cve-2022-28506/
   2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Remove SHA1 hashes for distfiles
   2020-06-05 14:49:18 by Jonathan Perkin | Files touched by this commit (189)
Log message:
*: Apply revbump for graphics/giflib API change.
   2020-06-05 14:18:32 by Jonathan Perkin | Files touched by this commit (1)
Log message:
giflib: Bump API depends for libgifutil fix.
   2020-06-05 14:15:16 by Jonathan Perkin | Files touched by this commit (5)
Log message:
giflib: Stop installing a broken libgifutil.

The release of giflib 5.1.9 removed GifQuantizeBuffer from its API as it was
undocumented.  Unfortunately a number of third party programs were relying on
this function, and no longer built without it.

The original attempt to fix this was to build and install the libgifutil.so
library that now contains it, but this was done incorrectly (the SONAME was
broken) and required modifying those third party programs anyway to pull in
libgifutil (see e.g. multimedia/mplayer-share), which feels like completely
missing the point.

It is a lot simpler and less error-prone to simply revert the upstream decision
and put GifQuantizeBuffer back into the main library.  This is the approach
that other upstreams (e.g. Fedora) have taken, and so we now do the same.

Bump PKGREVISION.