1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-11-01 12:24:29 +00:00
solus-stuff/libjxl/package.yml

25 lines
716 B
YAML
Raw Normal View History

2021-09-25 16:39:43 +00:00
name : libjxl
2022-06-12 17:43:18 +00:00
version : 1.0
2021-09-25 16:39:43 +00:00
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
2022-06-12 17:43:18 +00:00
clang : yes
2021-09-25 16:39:43 +00:00
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)
2022-01-11 18:13:34 +00:00
- pkgconfig(gflags)
2022-06-12 17:43:18 +00:00
- pkgconfig(libbrotlicommon)
- pkgconfig(libpng)
- pkgconfig(libwebp)
- pkgconfig(OpenEXR)
- giflib-devel
2021-09-25 16:39:43 +00:00
setup : |
2022-06-12 17:43:18 +00:00
%cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DJPEGXL_ENABLE_PLUGINS=true
2021-09-25 16:39:43 +00:00
build : |
%make
install : |
%make_install