pkgsrc/graphics/libungif
wiz 93725233a7 Update to 4.1.4, provided by Matthew Luckie in PR 32688:
Version 4.1.4
=============
This version fixes some bugs with deallocating ColorMaps and fix building
on several platforms.

* Fix several areas in decoding where we removed a ColorMap from our GifFile
  but didn't set the pointer to NULL.  This could lead to double free's of
  the ColorMap.
* Fix a bug in dev2gif.c where we redefined some gl types incorrectly.
* Fix building on Windows.  Note -- there has been one API changing event for
  Windows (renaming DrawText to DrawGifText.)  This should have conflicted with
  Windows API and therefore caused the builds to fail previously.  If you had
  it working with DrawText before, apologies, you'll need to change to
  DrawGifText in your code.  This only affects Windows.
* Add support for building on The Game Boy Advance.  Note: Due to the GBA's
  limited memory, the API for the GBA uses short's in many places where the
  other platforms use ints.  This shouldn't affect anyone unless you've
  been able to get an older version of the code to run on GBA and want to
  start using this version instead.  A recompile of your dependent code
  will be necessary in this case.
2006-02-01 07:10:03 +00:00
..
patches Update to 4.1.4, provided by Matthew Luckie in PR 32688: 2006-02-01 07:10:03 +00:00
buildlink3.mk Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
DESCR
distinfo Update to 4.1.4, provided by Matthew Luckie in PR 32688: 2006-02-01 07:10:03 +00:00
Makefile Update to 4.1.4, provided by Matthew Luckie in PR 32688: 2006-02-01 07:10:03 +00:00
PLIST Create "libgif.la" from "libungif.la" and fix symbolic link creation and 2004-10-25 07:08:42 +00:00