2021-09-25 16:39:43 +00:00
|
|
|
name : libjxl
|
|
|
|
version : 0.6
|
|
|
|
release : 1
|
|
|
|
source :
|
2022-01-01 06:49:19 +00:00
|
|
|
- git|https://github.com/libjxl/libjxl.git : main
|
2021-09-25 16:39:43 +00:00
|
|
|
license : BSD-3-Clause
|
|
|
|
summary : JPEG XL image format reference implementation
|
|
|
|
description: JPEG XL (.jxl) is the next-generation, general-purpose image compression codec by the JPEG committee.
|
|
|
|
builddeps :
|
|
|
|
- pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
- pkgconfig(libpng)
|
|
|
|
- pkgconfig(libbrotlicommon)
|
|
|
|
- pkgconfig(gimp-2.0)
|
2022-01-11 18:13:34 +00:00
|
|
|
- pkgconfig(gflags)
|
2021-09-25 16:39:43 +00:00
|
|
|
setup : |
|
|
|
|
%cmake -DBUILD_TESTING=OFF -DJPEGXL_ENABLE_PLUGINS=true
|
|
|
|
build : |
|
|
|
|
%make
|
|
|
|
install : |
|
|
|
|
%make_install
|