1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-11-21 14:22:58 +00:00

Update dol,qute, add jxl

This commit is contained in:
Phantop 2021-09-25 12:39:43 -04:00
parent 35d9d31591
commit fc6ebc8532
4 changed files with 22 additions and 2 deletions

@ -1 +1 @@
Subproject commit 8fe8b679a6e7089790ed00db8a534db7c2d9fd3d
Subproject commit 21776862ebace48f3f870892169a0557ef6c7d14

1
libjxl/Makefile Normal file
View file

@ -0,0 +1 @@
include ../Makefile.common

19
libjxl/package.yml Normal file
View file

@ -0,0 +1,19 @@
name : libjxl
version : 0.6
release : 1
source :
- git|https://github.com/libjxl/libjxl.git : cdd3ae6ca12ae3961f8c2118d10636ee091ca40b
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)
setup : |
%cmake -DBUILD_TESTING=OFF -DJPEGXL_ENABLE_PLUGINS=true
build : |
%make
install : |
%make_install

@ -1 +1 @@
Subproject commit c85f80acf1e1b7b95f7bf0d13dd18d1337387fe4
Subproject commit ded792320708f15121078a8f2af6a27bc50ce3c8