forked from pool/libjxl
Accepting request 1005381 from graphics
- Update to 0.7.0: OBS-URL: https://build.opensuse.org/request/show/1005381 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjxl?expand=0&rev=2
This commit is contained in:
commit
efef6de9b0
16
_service
16
_service
@ -1,16 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/libjxl/libjxl</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="parent-tag">39cb6666eeb6031d8e1df05ab156c1f08099b618</param>
|
||||
<param name="versionformat">0.7~@TAG_OFFSET@.%h</param>
|
||||
<param name="exclude">third_party/brotli</param>
|
||||
<param name="submodules">disable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1964e366d8b674d0a94cbc78e9e6778d08632e01a3a88c1d23a86535c741114f
|
||||
size 1116164
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 07:03:57 UTC 2022 - Enrico Belleri <idesmi@protonmail.com>
|
||||
|
||||
- Update to 0.7.0:
|
||||
* new functions for retrieving associated alpha channel with
|
||||
premultiplied or unpremultiplied colors, for blending
|
||||
information for extra channels in the non-coalesced case, for
|
||||
getting the intended downsampling ratio of progressive steps,
|
||||
for disabling rendering of spot colors.
|
||||
* Added ability to add metadata boxes, to set several encoder
|
||||
options, to check required codestream compatibility level,
|
||||
for force-emitting the box-based container format, to store
|
||||
JPEG metadata for lossless reconstruction, to encode
|
||||
arbitrary extra channels.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 23 14:33:36 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
10
libjxl.spec
10
libjxl.spec
@ -18,23 +18,21 @@
|
||||
|
||||
Name: libjxl
|
||||
%define lname libjxl0_7
|
||||
Version: 0.7~779.f5d6e29
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
Summary: JPEG XL reference implementation
|
||||
License: BSD-3-Clause
|
||||
URL: https://jpegxl.info/
|
||||
|
||||
#Git-Clone: https://github.com/libjxl/libjxl
|
||||
#Source: https://github.com/libjxl/libjxl/archive/refs/tags/v%version.tar.gz
|
||||
Source: %name-%version.tar.xz
|
||||
Source: https://github.com/libjxl/libjxl/archive/refs/tags/v%version.tar.gz
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: cmake
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libhwy)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libbrotlicommon)
|
||||
BuildRequires: pkgconfig(libbrotlidec)
|
||||
BuildRequires: pkgconfig(libbrotlienc)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libhwy) >= 1.0
|
||||
|
||||
%description
|
||||
JPEG XL is a raster-graphics file format that supports both lossy and
|
||||
|
3
v0.7.0.tar.gz
Normal file
3
v0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3114bba1fabb36f6f4adc2632717209aa6f84077bc4e93b420e0d63fa0455c5e
|
||||
size 1505917
|
Loading…
Reference in New Issue
Block a user