Accepting request 980611 from home:stimut:branches:graphics

- update to 2.5.0:
  * Encoder: add support for generation of TLM markers
  * Decoder: add support for high throughput (HTJ2K) decoding
  * Decoder: add support for partial bitstream decoding
  * Bug fixes (including security fixes)

OBS-URL: https://build.opensuse.org/request/show/980611
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=42
This commit is contained in:
Dirk Mueller 2022-06-04 08:15:00 +00:00 committed by Git OBS Bridge
parent 426425cf10
commit 3f8547e505
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8702ba68b442657f11aaeb2b338443ca8d5fb95b0d845757968a7be31ef7f16d
size 2233229

BIN
openjpeg-2.5.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 3 09:59:48 UTC 2022 - Timothy Brown <stimut@gmail.com>
- update to 2.5.0:
* Encoder: add support for generation of TLM markers
* Decoder: add support for high throughput (HTJ2K) decoding
* Decoder: add support for partial bitstream decoding
* Bug fixes (including security fixes)
-------------------------------------------------------------------
Mon Jan 18 23:00:45 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package openjpeg2
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,9 +17,9 @@
%define library_name libopenjp2-7
%define base_version 2.4
%define base_version 2.5
Name: openjpeg2
Version: 2.4.0
Version: 2.5.0
Release: 0
Summary: Opensource JPEG 2000 Codec Implementation
License: BSD-2-Clause
@ -31,10 +31,14 @@ BuildRequires: cmake > 2.8.2
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libjbig-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(libtiff-4)
BuildRequires: pkgconfig(libzstd)
%description
The OpenJPEG library is an open-source JPEG 2000 codec written in C language.