59 Commits

Author SHA256 Message Date
Ana Guerrero
2d41ecb11f Accepting request 1235584 from graphics
OBS-URL: https://build.opensuse.org/request/show/1235584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=23
2025-01-07 19:51:57 +00:00
62173dc83a - fixes CVE-2024-56826 [bsc#1235029]
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=58
2025-01-07 11:18:55 +00:00
630b7e8d20 Accepting request 1232616 from graphics
OBS-URL: https://build.opensuse.org/request/show/1232616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=22
2024-12-20 14:24:14 +00:00
9d74bdee6c - Update to 2.5.3:
* No API/ABI break compared to v2.5.2
  New Features:
  * Use TLM (Tile Length Marker) segments to optimize decoding #1538
  * Add AVX2 and AVX512 optimization #1552
  * Support setting enumcs for CMYK and EYCC color space #1529
  Bug fixes:
  * Do not turn on 'TPsot==TNsot detection fix' when TNsot==1, and
    add a OPJ_DPARAMETERS_DISABLE_TPSOT_FIX flag to disable it #1560
  * opj_j2k_setup_encoder(): set numgbits = 1 for Cinema2K #1559
  * fix: when EPH markers are specified, they are required. #1547
  * sycc422_to_rgb(): fix out-of-bounds read accesses when 2 *
    width_component_1_or_2 + 1 == with_component_0 #1566
  * Avoid heap-buffer-overflow read on corrupted image in non-strict mode #1536
  * opj_j2k_read_sod(): validate opj_stream_read_data() return to
    avoid potential later heap-buffer-overflow in in opj_t1_decode_cblk when disabling strict mode #1534
  * fix integer Overflow at j2k.c:9614 #1530
  * Memory leak fixes in error code path of opj_compress #1567
  * opj_j2k_decode_tiles(): avoid use of uninitialized l_current_tile_no variable #1528
  * Do not allow header length to be zero in non-zero length packet #1526
  * Fix building on OpenBSD big endian hosts #1520
  Changes in third party components:
  * thirdparty/libz: update to zlib-1.3.1 #1542
  * thirdparty/libpng: update to libpng-1.6.43 #1541
  * thirdparty/libtiff: update to libtiff 4.6.0 #1540

OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=56
2024-12-19 15:06:02 +00:00
Ana Guerrero
87576846a2 Accepting request 1194941 from graphics
OBS-URL: https://build.opensuse.org/request/show/1194941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=21
2024-08-21 21:24:47 +00:00
509e2818aa - Make version check for the work around reliable to not silently
match Factory/Tumbleweed.

OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=54
2024-08-20 17:07:24 +00:00
06f6dc770c - Work around a bug by cmake installing docs into the wrong
directory when building for openSUSE Leap 15.5

Please accept this small fix and forward it to openSUSE:Factory; we need this newer version on Packman in order to build libheif-1.18.1 successfully for Leap. We will then link openSUSE.org:openSUSE:Factory/openjpeg2 to PMBS Essentials.
TIA, cheers.

OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=53
2024-08-16 13:41:23 +00:00
Ana Guerrero
9ce9250566 Accepting request 1154627 from graphics
OBS-URL: https://build.opensuse.org/request/show/1154627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=20
2024-03-05 17:47:06 +00:00
cd0b9e8629 Accepting request 1152959 from home:jubalh:branches:graphics
- Update to 2.5.2:
  * Make sure openjpeg.h includes opj_config.h #1514

OBS-URL: https://build.opensuse.org/request/show/1152959
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=51
2024-03-04 10:49:22 +00:00
0fa2612da3 Accepting request 1152016 from home:jubalh:branches:graphics
- Update to 2.5.1:
  * CMake: drop support for cmake < 3.5
  * Several bugfixes, including #1509 for CVE-2021-3575 (bsc#1187048)
  * Significant speed-up rate allocation by rate/distoratio ratio #1440
- Set devel-doc subpackage to noarch
- Change cmake parameters (see c7bccf)

OBS-URL: https://build.opensuse.org/request/show/1152016
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=50
2024-02-27 08:20:30 +00:00
Ana Guerrero
e02187411b Accepting request 1137908 from graphics
OBS-URL: https://build.opensuse.org/request/show/1137908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=19
2024-01-10 20:50:38 +00:00
5b1e1068cb Accepting request 1137794 from home:michals:Calibre
* Fix CVE-2018-16376 (bsc#1106881)
  * Fix CVE-2021-29338 (bsc#1184774)
  * Fix CVE-2022-1122 (bsc#1197738)
  * Fix CVE-2020-27814 (bsc#1179594)
  * Fix CVE-2020-27824 (bsc#1179821)
  * Fix CVE-2020-27841 (bsc#1180042)
  * Fix CVE-2020-27842 (bsc#1180043)
  * Fix CVE-2020-27843 (bsc#1180044)
  * Fix CVE-2020-27845 (bsc#1180046)
  * Fix CVE-2020-15389 (bsc#1173578)
  * Fix CVE-2020-27823 (bsc#1180457)
  * Fix CVE-2018-20846 (bsc#1140205)
  * Fix CVE-2018-21010 (bsc#1149789)
  * Fix CVE-2018-20845 (bsc#1140130)

OBS-URL: https://build.opensuse.org/request/show/1137794
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=48
2024-01-10 09:20:14 +00:00
7436b39b5b Accepting request 1070200 from graphics
OBS-URL: https://build.opensuse.org/request/show/1070200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=18
2023-03-09 16:44:58 +00:00
0345f2fc47 Accepting request 1070194 from home:pluskalm:branches:graphics
- Build AVX2 enabled hwcaps library for x86_64-v3

OBS-URL: https://build.opensuse.org/request/show/1070194
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=46
2023-03-08 14:56:28 +00:00
08b4d14413 Accepting request 991051 from graphics
OBS-URL: https://build.opensuse.org/request/show/991051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=17
2022-08-02 20:09:09 +00:00
5f9387c125 Accepting request 990953 from home:dirkmueller:Factory
- Change openjpeg2 Recommends in the devel package to Requires (bsc#1201799)

OBS-URL: https://build.opensuse.org/request/show/990953
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=44
2022-07-25 14:11:03 +00:00
5712f8a6df Accepting request 980733 from graphics
OBS-URL: https://build.opensuse.org/request/show/980733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=16
2022-06-06 09:10:15 +00:00
3f8547e505 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
2022-06-04 08:15:00 +00:00
0013475aa8 Accepting request 867967 from graphics
OBS-URL: https://build.opensuse.org/request/show/867967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=15
2021-02-16 21:34:49 +00:00
426425cf10 Accepting request 867958 from home:dirkmueller:branches:graphics
- update to 2.4.0:
  * Encoder: add support for multithreading #1248
  * Encoder: add support for generation of PLT markers #1246
  * Encoder: single-threaded performance improvements in forward DWT for 5-3 and 9-7 (and other improvements) #1253
  * Encoder: support IMF profiles #1235
  * Many bug fixes (including security fixes)
- drop 024b8407392cb0b8.patch, 05f9b91e60debda0.patch,
  21399f6b7d318fcd.patch, 3aef207f90e937d4.patch,
  4cb1f663049aab96.patch: upstream

OBS-URL: https://build.opensuse.org/request/show/867958
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=40
2021-01-30 12:11:01 +00:00
571d47751f Accepting request 769224 from graphics
OBS-URL: https://build.opensuse.org/request/show/769224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=14
2020-02-06 12:05:23 +00:00
73338fdb0e Accepting request 769175 from home:StefanBruens:branches:Printing
- Fix several security relevant bugs:
  * 21399f6b7d318fcd.patch (like CVE-2018-6616, but rle4 instead
    of rle8, bsc#1079845)
  * 3aef207f90e937d4.patch (CVE-2019-12973, bsc#1140359)
  * 4cb1f663049aab96.patch (OSS-fuzz,
    https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18979)
  * 024b8407392cb0b8.patch (CVE-2020-6851, bsc#1160782)
  * 05f9b91e60debda0.patch (CVE-2020-8112, bsc#1162090)
- Use upstream pkgconfig file
- Move API documentation from devel package to devel-doc

OBS-URL: https://build.opensuse.org/request/show/769175
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=38
2020-02-01 09:01:23 +00:00
9e8ef2c913 Accepting request 691318 from graphics
- Update to version 2.3.1:
  * Fix CVE-2018-6616 (bsr#1079845)
  * Fix CVE-2018-5785 (bsc#1076967)
  * Fix CVE-2018-18088 (bsc#1111638)
  * Fix CVE-2018-16375 (bsc#1106882)
  * Fix CVE-2018-14423 (bsc#1102016)
  * Fix CVE-2018-7648 (bsc#1083901)
  * Fix CVE-2018-5727 (bsc#1076314)
  * For full list see ChangeLog file
- Remove install-fix.patch: upstreamed

OBS-URL: https://build.opensuse.org/request/show/691318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=13
2019-04-05 09:56:24 +00:00
Dirk Stoecker
26fa1d2290 OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=36 2019-04-03 20:42:37 +00:00
Dirk Stoecker
4a379d901e OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=35 2019-04-03 20:42:26 +00:00
Dirk Stoecker
33237ab73c Accepting request 690626 from home:jubalh:branches:graphics
- Update to version 2.3.1:
  * Fix CVE-2018-6616 (bsr#1079845)
  * Fix CVE-2018-5785 (bsc#1076967)
  * Fix CVE-2018-18088 (bsc#1111638)
  * Fix CVE-2018-16375 (bsc#1106882)
  * Fix CVE-2018-14423 (bsc#1102016)
  * Fix CVE-2018-7648 (bsc#1083901)
  * Fix CVE-2018-5727 (bsc#1076314)
  * For full list see ChangeLog file
- Remove install-fix.patch: upstreamed

OBS-URL: https://build.opensuse.org/request/show/690626
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=34
2019-04-03 20:32:03 +00:00
Stephan Kulow
1a2438e15e Accepting request 676608 from graphics
- Change openjpeg2 Recommends in the devel package to Requires. (forwarded request 676598 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/676608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=12
2019-02-24 19:45:37 +00:00
e46afe4a4d Accepting request 676598 from home:iznogood:branches:graphics
- Change openjpeg2 Recommends in the devel package to Requires.

OBS-URL: https://build.opensuse.org/request/show/676598
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=32
2019-02-16 00:02:15 +00:00
670aad633a Accepting request 536483 from graphics
- Update to version 2.3.0
- Drop upstream patches:
  * 0018-tcd_get_decoded_tile_size.patch
  * openjpeg2-CVE-2016-10504.patch
  * openjpeg2-CVE-2016-10505.patch
  * openjpeg2-CVE-2016-10506.patch
  * openjpeg2-CVE-2017-12982.patch
  * openjpeg2-CVE-2017-14039.patch
  * openjpeg2-CVE-2017-14040.patch
  * openjpeg2-CVE-2017-14041.patch
  * openjpeg2-CVE-2017-14151.patch
  * openjpeg2-CVE-2017-14152.patch
- Add install-fix.patch from upstream to fix library installation.

OBS-URL: https://build.opensuse.org/request/show/536483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=11
2017-11-03 15:31:04 +00:00
Ismail Dönmez
32123ec9fa - Update to version 2.3.0
- Drop upstream patches:
  * 0018-tcd_get_decoded_tile_size.patch
  * openjpeg2-CVE-2016-10504.patch
  * openjpeg2-CVE-2016-10505.patch
  * openjpeg2-CVE-2016-10506.patch
  * openjpeg2-CVE-2017-12982.patch
  * openjpeg2-CVE-2017-14039.patch
  * openjpeg2-CVE-2017-14040.patch
  * openjpeg2-CVE-2017-14041.patch
  * openjpeg2-CVE-2017-14151.patch
  * openjpeg2-CVE-2017-14152.patch
- Add install-fix.patch from upstream to fix library installation.

OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=30
2017-10-25 09:02:18 +00:00
8e9d471b77 Accepting request 525881 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/525881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=10
2017-09-15 19:08:28 +00:00
Ismail Dönmez
96b2424330 Accepting request 523789 from home:hpjansson:openjpeg2-cve-factory
Add security fixes:
  openjpeg2-CVE-2016-10504.patch (CVE-2016-10504, bsc#1056351),
  openjpeg2-CVE-2016-10505.patch (CVE-2016-10505, bsc#1056363),
  openjpeg2-CVE-2016-10506.patch (CVE-2016-10506, bsc#1056396),
  openjpeg2-CVE-2017-12982.patch (CVE-2017-12982, bsc#1054696),
  openjpeg2-CVE-2017-14039.patch (CVE-2017-14039, CVE-2017-14164,
  bsc#1056622, bsc#1057511),
  openjpeg2-CVE-2017-14040.patch (CVE-2017-14040, bsc#1056621),
  openjpeg2-CVE-2017-14041.patch (CVE-2017-14041, bsc#1056562),
  openjpeg2-CVE-2017-14151.patch (CVE-2017-14151, bsc#1057336),
  openjpeg2-CVE-2017-14152.patch (CVE-2017-14152, bsc#1057335),
  most of which are critical, including heap and stack overwrites,
  over-reads and division by zero errors.

OBS-URL: https://build.opensuse.org/request/show/523789
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=28
2017-09-13 14:11:10 +00:00
Ludwig Nussel
e40e4f753b Accepting request 447006 from graphics
- update to version 2.1.2
  Bug fixes including security fixes among which:
  CVE-2016-8332 CVE-2016-7163
  CVE-2016-5139 CVE-2016-5159
  CVE-2016-5158 (not listed but solved different way)
  Huge amount of critical bugfixes
  Speed improvements
  No API/ABI break compared to v2.1.1/v2.1
- some doc files now have '.md' suffix (like README.md)
- CVE-2016-5152 with new 0018-tcd_get_decoded_tile_size.patch

OBS-URL: https://build.opensuse.org/request/show/447006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=9
2016-12-22 15:00:00 +00:00
Ismail Dönmez
d2c7ef5910 -
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=26
2016-12-19 10:02:49 +00:00
Ismail Dönmez
22f0cbcc82 Accepting request 446992 from home:michel_mno:branches:graphics
- update to version 2.1.2
  Bug fixes including security fixes among which:
  CVE-2016-8332 CVE-2016-7163
  CVE-2016-5139 CVE-2016-5159
  CVE-2016-5158 (not listed but solved different way)
  Huge amount of critical bugfixes
  Speed improvements
  No API/ABI break compared to v2.1.1/v2.1
- some doc files now have '.md' suffix (like README.md)
- CVE-2016-5152 with new 0018-tcd_get_decoded_tile_size.patch

This openjpeg2 is solution to avoid ppc64 build error
of graphics/ ImageMagick for TW.
But this openjpeg2 version do not build on openSUSE 13.1
because cmake 2.8 do not support "target_compile_options"
Do we still have to build for openSUSE 13.1 ?

OBS-URL: https://build.opensuse.org/request/show/446992
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=25
2016-12-19 09:58:53 +00:00
ac49a0e5de Accepting request 347933 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/347933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=8
2015-12-17 14:52:38 +00:00
82a3f0cb76 Accepting request 347930 from home:posophe:branches:graphics
pkgconfig fix

OBS-URL: https://build.opensuse.org/request/show/347930
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=23
2015-12-08 15:23:02 +00:00
Stephan Kulow
0f5fa369ac Accepting request 339795 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/339795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=7
2015-10-24 16:55:58 +00:00
Ismail Dönmez
c97a9abdf5 Accepting request 339790 from home:Andreas_Schwab:Factory
- Re-add baselibs.conf, needed by poppler and leptonica

OBS-URL: https://build.opensuse.org/request/show/339790
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=21
2015-10-19 09:40:27 +00:00
e87e83f038 Accepting request 329158 from graphics
- Use cmake macro
- Remove baselibs.conf (it was broken anyways for months)
- Cleanup spec file with spec-cleaner (forwarded request 329105 from pluskalm)

OBS-URL: https://build.opensuse.org/request/show/329158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=6
2015-09-08 15:37:36 +00:00
0a2f545e1f Accepting request 329105 from home:pluskalm:branches:graphics
- Use cmake macro
- Remove baselibs.conf (it was broken anyways for months)
- Cleanup spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/329105
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=19
2015-09-04 13:50:53 +00:00
Stephan Kulow
1a406816b2 Accepting request 235918 from graphics
- pimp up the previous changelog

New Features:
    * Digital Cinema profiles have been fixed and updated
        * New option to disable MCT if needed
    * extended RAW support: it is now possible to input raw images
          with subsampled color components (422, 420, etc)
    * New way to deal with profiles
API/ABI modifications: (see abi_compat_report in dev-utils/scripts)
    * Removed deprecated functions
            - opj_stream_create_default_file_stream(FILE*,...)
        - opj_stream_create_file_stream(FILE*,...)
        - opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data)
        * Added
        - opj_stream_create_default_file_stream(char*,...)
        - opj_stream_create_file_stream(char*,...)
        - opj_stream_destroy(opj_stream_t*)
        - opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data,
            ... opj_stream_free_user_data_fn p_function)
        - JPEG 2000 profiles and Part-2 extensions defined through '#define'
    * Changed
        - 'alpha' field added to 'opj_image_comp' structure
        - 'OPJ_CLRSPC_EYCC' added to enum COLOR_SPACE
        - 'OPJ_CLRSPC_CMYK' added to enum COLOR_SPACE
        - 'OPJ_CODEC_JPP' and 'OPJ_CODEC_JPX' added to CODEC_FORMAT
          (not yet used in use)
        - 'max_cs_size' and 'rsiz' fields added to opj_cparameters_t
Misc:
    * OpenJPEG is now officialy conformant with JPEG 2000 Part-1
          and will soon become official reference software at the (forwarded request 235909 from coolo)

OBS-URL: https://build.opensuse.org/request/show/235918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=4
2014-06-16 19:43:21 +00:00
106b015e13 Accepting request 235909 from home:coolo:branches:openSUSE:Factory
- pimp up the previous changelog

New Features:
    * Digital Cinema profiles have been fixed and updated
        * New option to disable MCT if needed
    * extended RAW support: it is now possible to input raw images
          with subsampled color components (422, 420, etc)
    * New way to deal with profiles
API/ABI modifications: (see abi_compat_report in dev-utils/scripts)
    * Removed deprecated functions
            - opj_stream_create_default_file_stream(FILE*,...)
        - opj_stream_create_file_stream(FILE*,...)
        - opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data)
        * Added
        - opj_stream_create_default_file_stream(char*,...)
        - opj_stream_create_file_stream(char*,...)
        - opj_stream_destroy(opj_stream_t*)
        - opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data,
            ... opj_stream_free_user_data_fn p_function)
        - JPEG 2000 profiles and Part-2 extensions defined through '#define'
    * Changed
        - 'alpha' field added to 'opj_image_comp' structure
        - 'OPJ_CLRSPC_EYCC' added to enum COLOR_SPACE
        - 'OPJ_CLRSPC_CMYK' added to enum COLOR_SPACE
        - 'OPJ_CODEC_JPP' and 'OPJ_CODEC_JPX' added to CODEC_FORMAT
          (not yet used in use)
        - 'max_cs_size' and 'rsiz' fields added to opj_cparameters_t
Misc:
    * OpenJPEG is now officialy conformant with JPEG 2000 Part-1
          and will soon become official reference software at the

OBS-URL: https://build.opensuse.org/request/show/235909
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=17
2014-05-31 07:54:10 +00:00
Dirk Stoecker
090dc016fb update to build ImageMagick
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=16
2014-05-27 15:14:19 +00:00
cb66de9bca Accepting request 235265 from home:Mailaender:branches:graphics
will also build for SLES now (see my branch PRJCONF)

OBS-URL: https://build.opensuse.org/request/show/235265
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=15
2014-05-25 18:09:51 +00:00
Stephan Kulow
48e7f54dc9 Accepting request 233257 from graphics
- version 2.0.1
  - New Features:
    * Digital Cinema profiles have been fixed and updated
    * New option to disable MCT if needed
    * extended RAW support: it is now possible to input raw images
      with subsampled color components (422, 420, etc)
  - API/ABI modifications: (see abi_compat_report_2.0.1.html in dev-utils/scripts)
    * No changes, API/ABI fully compatible with 2.0.0
    
  - Misc:
    * OpenJPEG is now officialy conformant with JPEG 2000 Part-1
      and will soon become official reference software at the 
      JPEG committee.
    * Huge amount of bug fixes. See CHANGES for details.
- adjust library name (forwarded request 233094 from frispete)

OBS-URL: https://build.opensuse.org/request/show/233257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=3
2014-05-10 20:57:01 +00:00
e3defde9b6 Accepting request 233094 from home:frispete:python
- version 2.0.1
  - New Features:
    * Digital Cinema profiles have been fixed and updated
    * New option to disable MCT if needed
    * extended RAW support: it is now possible to input raw images
      with subsampled color components (422, 420, etc)
  - API/ABI modifications: (see abi_compat_report_2.0.1.html in dev-utils/scripts)
    * No changes, API/ABI fully compatible with 2.0.0
    
  - Misc:
    * OpenJPEG is now officialy conformant with JPEG 2000 Part-1
      and will soon become official reference software at the 
      JPEG committee.
    * Huge amount of bug fixes. See CHANGES for details.
- adjust library name

OBS-URL: https://build.opensuse.org/request/show/233094
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=13
2014-05-09 14:20:36 +00:00
Stephan Kulow
efa43856f4 Accepting request 222669 from graphics
- add libopenjp2.pc (demand introduced by ImageMagick 6.8.8-5)

OBS-URL: https://build.opensuse.org/request/show/222669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=2
2014-02-19 06:21:34 +00:00
97dfcea2be - add libopenjp2.pc (demand introduced by ImageMagick 6.8.8-5)
OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=11
2014-02-18 07:24:25 +00:00
Stephan Kulow
6611cb6ce7 Accepting request 208753 from graphics
package resubmit after fixing as per https://build.opensuse.org/request/show/206852

OBS-URL: https://build.opensuse.org/request/show/208753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjpeg2?expand=0&rev=1
2013-12-03 15:55:16 +00:00