mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-01 12:24:29 +00:00
25 lines
750 B
YAML
25 lines
750 B
YAML
name : libjxl
|
|
version : 1.0
|
|
release : 1
|
|
source :
|
|
- git|https://github.com/libjxl/libjxl.git : main
|
|
license : BSD-3-Clause
|
|
clang : yes
|
|
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(gimp-2.0)
|
|
- pkgconfig(gflags)
|
|
- pkgconfig(libbrotlicommon)
|
|
- pkgconfig(libpng)
|
|
- pkgconfig(libwebp)
|
|
- pkgconfig(OpenEXR)
|
|
- giflib-devel
|
|
setup : |
|
|
%cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DJPEGXL_ENABLE_PLUGINS=true -DJPEGXL_FORCE_SYSTEM_BROTLI=true
|
|
build : |
|
|
%make
|
|
install : |
|
|
%make_install
|