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

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


Branch: CURRENT, Version: 4.2.4, Package name: jasper-4.2.4, 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: 2075.831 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2024-04-28 10:44:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
jasper: updated to 4.2.4

4.2.4 (2024-04-27)

* Added some missing checks to the jas_heic_decode function in the
  HEIC codec
   2024-04-05 13:14:57 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
jasper: update to 4.2.3.

4.2.3 (2024-03-30)
==================

* Added a missing check in the JPC codec (#381).
   2024-03-17 14:56:17 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
jasper: update to 4.2.2.

4.2.2 (2024-03-11)
==================

* Fix minor build issue (#374).
   2024-02-20 05:37:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
jasper: updated to 4.2.1

4.2.1 (2024-02-18)

* Fix a build problem for the DJGPP/MS-DOS environment
   2024-02-05 22:27:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
jasper: updated to 4.2.0

4.2.0 (2024-02-05)

Add the JAS_PACKAGING option to the CMake build in an attempt to allow
easier control over rpath settings by packagers of JasPer.
Remove a number of obsolete scripts.
Make some cosmetic changes to the code for the JPC codec in order
to improve readability.
Fix a portability bug related to threads/atomics.
Replace some lingering uses of strtok in the JPC coder with jas_strtok,
since the use of strtok is problematic in multithreading contexts.