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

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


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

Version history: (Expand)


CVS history: (Expand)


   2026-03-09 17:37:33 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
jasper: update to 4.2.9.

4.2.9 (2026-03-05)
==================

* Fixed a bug in the JP2 encoder that caused incorrect handling of
  opacity components in some cases.
   2025-09-27 17:02:00 by Tobias Nygren | Files touched by this commit (2)
Log message:
jasper: change type of jp2_colr_t.iccp to appease GCC

Already reported upstream.
   2025-08-06 06:36:37 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
jasper: updated to 4.2.8

4.2.8 (2025-08-05)

* Fixed a bug in the JPC decoder that could cause bad memory accesses
  if the debug level is set sufficiently high.
   2025-08-03 11:54:50 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
jasper: update to 4.2.7.

4.2.7 (2025-08-02)
==================

* Added some missing range checking on several coding parameters in the
  JPC encoder (#401).

4.2.6 (2025-08-02)
==================

* Added a check for a missing color component in the jas_image_chclrspc
  function (#400).

* Fixed a minor build problem related to the use of -Wstrict-prototypes
  with Clang.
   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.