Compare commits

...

2 Commits

Author SHA1 Message Date
Phantop 50ed12337f update webp-pixbuf-loader 2022-06-12 13:47:10 -04:00
Phantop a7a8c3af10 libjxl: add dependencies 2022-06-12 13:43:18 -04:00
2 changed files with 18 additions and 14 deletions

View File

@ -1,19 +1,23 @@
name : libjxl
version : 0.6
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(libpng)
- pkgconfig(libbrotlicommon)
- pkgconfig(gimp-2.0)
- pkgconfig(gflags)
- pkgconfig(libbrotlicommon)
- pkgconfig(libpng)
- pkgconfig(libwebp)
- pkgconfig(OpenEXR)
- giflib-devel
setup : |
%cmake -DBUILD_TESTING=OFF -DJPEGXL_ENABLE_PLUGINS=true
%cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DJPEGXL_ENABLE_PLUGINS=true
build : |
%make
install : |

View File

@ -1,18 +1,18 @@
name : webp-pixbuf-loader
version : 1
version : 0.0.5
release : 1
source :
- git|https://github.com/aruiz/webp-pixbuf-loader.git : master
license : GPL-2.0-or-later
summary : Insert summary here
- https://github.com/aruiz/webp-pixbuf-loader/archive/refs/tags/0.0.5.tar.gz : 8271af4dd3d49792dfd157031d44997187a31e039f7b7b264bc9dded17f24cb9
license : LGPL-2.0-or-later
summary : WebP GDK Pixbuf Loader library
description: |
Insert description here
WebP Image format GdkPixbuf loader
builddeps :
- pkgconfig(libwebp)
- pkgconfig(gdk-pixbuf-2.0)
- pkgconfig(libwebp)
- pkgconfig(gdk-pixbuf-2.0)
setup : |
%meson_configure
%meson_configure
build : |
%ninja_build
%ninja_build
install : |
%ninja_install
%ninja_install