./graphics/jasper, Software-based reference implementation of the JPEG-2000 codec

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


Branch: CURRENT, Version: 4.2.5nb1, Package name: jasper-4.2.5nb1, Maintainer: adam

The JasPer Project is a collaborative effort between Image Power, Inc.
and the University of British Columbia. The objective of this project is
to develop a software-based reference implementation of the codec
specified in the JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1). This
software has also been submitted to the ISO for inclusion in the JPEG-2000
Part-5 standard (as an official reference implementation).


Required to run:
[graphics/jpeg]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 2072.687 KB

Version history: (Expand)


CVS history: (Expand)


   2025-07-08 16:06:36 by Jonathan Perkin | Files touched by this commit (1)
Log message:
jasper: Remove FORCE_C_STD and _POSIX_C_SOURCE.

Previously used as hacks, these are now actively harmful as the source itself
uses newer standards.  Fixes GCC 14 build.  While here fix the test target so
it actually works.
   2025-04-24 16:16:37 by Thomas Klausner | Files touched by this commit (2412)
Log message:
*: recursive bump for jpeg -> libjpeg-turbo switch
   2025-03-30 10:52:58 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
jasper: updated to 4.2.5

4.2.5

Made a change to a configuration header file in order to avoid
undesirable compiler warnings when JasPer is used in C++ code
   2025-03-30 09:50:24 by Thomas Klausner | Files touched by this commit (3)
Log message:
jasper: make header safe to use from C++

Using upstream patch

Bump PKGREVISION.
   2025-01-07 20:36:10 by Taylor R Campbell | Files touched by this commit (3)
Log message:
graphics/jasper: Fix cross-build.
   2024-09-20 09:04:56 by Tobias Nygren | Files touched by this commit (1)
Log message:
jasper: need _DARWIN_C_SOURCE with _POSIX_C_SOURCE

Else u_char won't be defined which breaks sysctl.h.
Might be a bug in macOS 15.
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
   2024-08-05 14:05:50 by Tobias Nygren | Files touched by this commit (1)
Log message:
jasper: needs _POSIX_C_SOURCE