Skip to content

Releases: csparker247/jpeg-cmake

Version 1.3.0 (jpeg-9f)

17 Jan 01:21
c3dc261
Compare
Choose a tag to compare

Primary release supporting libjpeg 9f (9.6.0).

Updates source, minimum CMake requirements, and adds CI test to check that the installed library can be found by CMake.

Version 1.2.1 (jpeg-9e)

23 Jan 20:44
e980796
Compare
Choose a tag to compare

Patch release. Fixes CMake configuration errors introduced with v1.2.0 (#3).

Version 1.2.0 (jpeg-9e)

23 Jan 01:03
b96bcfc
Compare
Choose a tag to compare

Primary release supporting libjpeg 9e (9.5.0).

Updates source and adds support for new alternate command line utility UI.

Version 1.1.0 (jpeg-9d)

13 Jan 14:49
c6bdd7b
Compare
Choose a tag to compare

Primary release supporting libjpeg 9d (9.4.0).

Provides updates to make build system changes with the new libjpeg. Provides no new CMake features.

Version 1.0.1 (jpeg-9c)

11 Jul 14:04
Compare
Choose a tag to compare

Patch release.

  • Fix bug where installation would fail on older versions of CMake because target destinations were not provided.

Version 1.0 (jpeg-9c)

24 Jun 18:13
Compare
Choose a tag to compare

Primary release supporting libjpeg 9c (9.3.0). Provides the following features from the libjpeg project:

  • Independent compilation and installation of shared and static libraries
  • Basic customization of jconfig.h using CMake flags
  • Compilation and installation of utility programs
  • Ability to link utilities against static libraries
  • Generation and execution of tests
  • Basic configuration and installation of the pkg-config (.pc) file
  • Basic configuration and installation of the libtool (.la) file