forked from pool/libjxl
add _multibuild description
OBS-URL: https://build.opensuse.org/package/show/graphics/libjxl?expand=0&rev=27
This commit is contained in:
parent
1a02eb904a
commit
2fc88990fe
4
_multibuild
Normal file
4
_multibuild
Normal file
@ -0,0 +1,4 @@
|
||||
<multibuild>
|
||||
<flavor>standard</flavor>
|
||||
<flavor>gtk</flavor>
|
||||
</multibuild>
|
@ -18,7 +18,11 @@
|
||||
|
||||
Name: libjxl
|
||||
%define lname libjxl0_8
|
||||
%if "@BUILD_FLAVOR@" == "gtk"
|
||||
%bcond_without gtk
|
||||
%else
|
||||
%bcond_with gtk
|
||||
%endif
|
||||
Version: 0.8.2
|
||||
Release: 0
|
||||
Summary: JPEG XL reference implementation
|
||||
@ -79,7 +83,9 @@ Command-line utilities to convert from/to JPEG XL.
|
||||
%package -n gdk-pixbuf-loader-jxl
|
||||
Summary: A gdk-pixbuf loader for JPEG-XL using libjxl
|
||||
Supplements: (%lname and gdk-pixbuf)
|
||||
%if %{with gtk}
|
||||
%gdk_pixbuf_loader_requires
|
||||
%endif
|
||||
|
||||
%description -n gdk-pixbuf-loader-jxl
|
||||
This package provides a libjxl-based gdk-pixbuf loader for JPEG XL files.
|
||||
|
Loading…
Reference in New Issue
Block a user