Accepting request 560903 from multimedia:libs

- Update to 2.7
  * colorspace: add support for additional
    matrix/transfer/primaries
  * graph: reduce buffer copies when converting from grey to color
  * graph: reduce buffer copies when performing colorspace
    conversion
  * graph: process input planes separately when possible
  * graph: optimize calculation of tile width
  * x86: automatic cache size detection for Intel processors
- Entry to make factory-auto happy after devel project change
  * Delete zimg-automake-1.13.patch
  * Delete zimg-5.0.0.patch
- Update to 2.6.3
  * resize: fix crash in AVX-512 resizer with GCC
  * resize: improve cache efficiency in AVX-512 horizontal resizers
- Clean up spec file a bit
- Drop useless service
- Update to 2.6.2
  * depth: fix AVX-512 clamping of negative pixels
  * graph: fix WORD greyscale to YUV conversion
- Update to 2.6.1
  * depth: fix SSE2 conversions with mod4 and mod8 widths
    (introduced in 2.6)
  * resize: fix heap corruption in AVX2 horizontal resizer
    (introduced in 2.6)
- Rename to zimg to match upstream name (see OBS request #516938)
- Update to 2.6a
  * api: add missing version requirements to comments
  * example: add ZIMG_CPU_AUTO_64B to API example
  * example: add more comments
  * colorspace: fix unit tests on 32-bit x86
- Update to version 2.6
  * api: add ZIMG_CPU_AUTO_64B for AVX-512 compatibility
  * colorspace: add support for ITU-R BT.2100 ICtCp
  * colorspace: add support for constant luminance ITU-R BT.2100 HLG
  * colorspace: add support for SMPTE ST.431-2 (traditional DCI-P3)
  * colorspace: add support for chromaticity-derived NCL/CL matrices
  * colorspace: assume 1000 cd/m^2 peak luminance for HLG
  * colorspace: fix crash on bad colorspace definition
  * depth: optimized SSE2/AVX2 conversions with 8/16-bit input
  * resize: optimized AVX2 horizontal upsampler memory usage
  * resize: optimized x86 SIMD function calling
  * x86: AVX-512 code paths for key functions
- Fix RPM groups
- Edit description to avoid potential confusion with the
  z/zip compression library (zlib).
- Replace ancient -j%jobs by %_smp_mflags.
- Copy to OBS, add (disabled) download _service
- Update to version 2.5.1
  + depth: fix AVX2 conversion from half to byte/word
    (introduced in 2.1).
- Initial package, version 2.5

OBS-URL: https://build.opensuse.org/request/show/560903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2018-01-01 21:32:51 +00:00 committed by Git OBS Bridge
commit 061cfa7f27
4 changed files with 17 additions and 4 deletions

View File

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

3
release-2.7.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Dec 31 19:17:05 UTC 2017 - 9@cirno.systems
- Update to 2.7
* colorspace: add support for additional
matrix/transfer/primaries
* graph: reduce buffer copies when converting from grey to color
* graph: reduce buffer copies when performing colorspace
conversion
* graph: process input planes separately when possible
* graph: optimize calculation of tile width
* x86: automatic cache size detection for Intel processors
-------------------------------------------------------------------
Thu Nov 30 06:37:10 UTC 2017 - 9@cirno.systems

View File

@ -18,7 +18,7 @@
%define sover 2
Name: zimg
Version: 2.6.3
Version: 2.7
Release: 0
Summary: Scaling, colorspace conversion, and dithering library
License: WTFPL