./graphics/freeimage, Library for supporting PNG, BMP, JPEG, and TIFF

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


Branch: CURRENT, Version: 3.18.0nb8, Package name: freeimage-3.18.0nb8, Maintainer: pkgsrc-users

FreeImage is an Open Source library project for developers who would like to
support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as
needed by today's multimedia applications. FreeImage is easy to use, fast,
multithreading safe, compatible with all 32-bit or 64-bit versions of Windows,
and cross-platform (works both with Linux and Mac OS X).

Thanks to its ANSI C interface, FreeImage is usable in many languages including
C, C++, VB, C#, Delphi, Java and also in common scripting languages such as
Perl, Python, PHP, TCL or Ruby.


Required to run:
[graphics/tiff] [graphics/png] [graphics/openexr] [graphics/openjpeg] [graphics/libraw] [graphics/libwebp]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 7241.91 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-18 06:42:34 by Thomas Klausner | Files touched by this commit (2)
Log message:
freeimage: fix build with libraw-0.21
   2023-02-12 13:17:12 by Tobias Nygren | Files touched by this commit (1)
Log message:
freeimage: fix SUBST issue

/usr/xpg4/bin/tr on OpenIndiana gives "invalid byte sequence".
Force C locale to fix it.
   2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416)
Log message:
*: recursive bump for tiff shlib major bump
   2022-12-13 14:34:48 by Jonathan Perkin | Files touched by this commit (2)
Log message:
freeimage: Fix unzip problems.

Move fix out of hacks.mk and generalise for all systems, the problem is that
NetBSD unzip behaves differently to other implementations, which is why we end
up with these problems.  Also make it pkglint clean while here.
   2022-12-13 14:31:11 by Jonathan Perkin | Files touched by this commit (1)
Log message:
freeimage: Fix BUILDLINK_API_DEPENDS.
   2022-07-15 01:46:28 by David A. Holland | Files touched by this commit (86)
Log message:
Bump everything affected by the jpeg.buildlink3.mk fix.
   2022-06-26 12:49:55 by Havard Eidnes | Files touched by this commit (3)
Log message:
graphics/freeimage: add patches to fix build on BE hosts.

Submitted upstream, ref.
https://sourceforge.net/p/freeimage/patches/153/
   2022-05-31 13:49:09 by Greg Troxel | Files touched by this commit (4)
Log message:
graphics/freeimage: Remediate upstream use of internal TIFF function

freeimage uses an internal libtiff function (by declaring it and
calling it).  tiff (4.4.0) changed internals, but this was never part
of the public API/ABI.

Add patch taken from upstream forum (which seems to be their
bugtracker) to use a different function newly added to the public API
in 4.4.0.