-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update from version 2.4.0 to 2.5.0 - Update of rootfile - Changelog 2.5.0 (May 2022) No API/ABI break compared to v2.4.0, but additional symbols for subset of components decoding (hence the MINOR version bump). * Encoder: add support for generation of TLM markers [\#1359] (uclouvain/openjpeg#1359) * Decoder: add support for high throughput \(HTJ2K\) decoding. [\#1381] (uclouvain/openjpeg#1381) * Decoder: add support for partial bitstream decoding [\#1407] (uclouvain/openjpeg#1407) * Bug fixes (including security fixes) Signed-off-by: Adolf Belka <[email protected]> Signed-off-by: Michael Tremer <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
usr/bin/opj_compress | ||
usr/bin/opj_decompress | ||
usr/bin/opj_dump | ||
#usr/include/openjpeg-2.4 | ||
#usr/include/openjpeg-2.4/openjpeg.h | ||
#usr/include/openjpeg-2.4/opj_config.h | ||
#usr/include/openjpeg-2.4/opj_stdint.h | ||
#usr/include/openjpeg-2.5 | ||
#usr/include/openjpeg-2.5/openjpeg.h | ||
#usr/include/openjpeg-2.5/opj_config.h | ||
#usr/include/openjpeg-2.5/opj_stdint.h | ||
#usr/lib/libopenjp2.so | ||
usr/lib/libopenjp2.so.2.4.0 | ||
usr/lib/libopenjp2.so.2.5.0 | ||
usr/lib/libopenjp2.so.7 | ||
#usr/lib/openjpeg-2.4 | ||
#usr/lib/openjpeg-2.4/OpenJPEGConfig.cmake | ||
#usr/lib/openjpeg-2.4/OpenJPEGTargets-release.cmake | ||
#usr/lib/openjpeg-2.4/OpenJPEGTargets.cmake | ||
#usr/lib/openjpeg-2.5 | ||
#usr/lib/openjpeg-2.5/OpenJPEGConfig.cmake | ||
#usr/lib/openjpeg-2.5/OpenJPEGTargets-release.cmake | ||
#usr/lib/openjpeg-2.5/OpenJPEGTargets.cmake | ||
#usr/lib/pkgconfig/libopenjp2.pc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
############################################################################### | ||
# # | ||
# IPFire.org - A linux based firewall # | ||
# Copyright (C) 2007-2020 IPFire Team <[email protected]> # | ||
# Copyright (C) 2007-2023 IPFire Team <[email protected]> # | ||
# # | ||
# This program is free software: you can redistribute it and/or modify # | ||
# it under the terms of the GNU General Public License as published by # | ||
|
@@ -24,7 +24,7 @@ | |
|
||
include Config | ||
|
||
VER = 2.4.0 | ||
VER = 2.5.0 | ||
|
||
THISAPP = openjpeg-$(VER) | ||
DL_FILE = $(THISAPP).tar.gz | ||
|
@@ -40,7 +40,7 @@ objects = $(DL_FILE) | |
|
||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE) | ||
|
||
$(DL_FILE)_BLAKE2 = ab8907638ac041ce7dcbcbcd9624ea5e4b7542c9ec38a850e363c071c27c4bc8b16e207700b12e67d8d32bdd9b0838735bede27084090ce95105d32c539b09cf | ||
$(DL_FILE)_BLAKE2 = 472d9998a7407574d3bc059d1c0b662a8a553cfe5cb7806a022cb35e14564417a8e06e9970f06d8e65ef149019bab747caefa8e29bc793d07ad86e076909d306 | ||
|
||
install : $(TARGET) | ||
|
||
|