Dominique Leuenberger
f9d8ad7dbf
+ Added: Output loader output as debug messages. The loader output is captured and added to errors. But it's not accessible if the loader doesn't return. In that case, this feature is useful. + Fixed: - Fix jpegxl-rs version to 0.10.3. Version 0.10.4 does not build on arm64 and builds libjxl instead of using the system library. + Fix memory format mapping for RGBA 32bit float image from image-rs. This fixes rendering for a lot of OpenEXR images. + glycin-heif: Disable bindgen for libheif-rs since it won't build with libheif 1.19 or newer otherwise. - Drop glycin-loaders-libheif-non-default.patch: Upstream fixed the build issue. rebuild libheif-rs create as a workaround OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glycin-loaders?expand=0&rev=21
24 lines
840 B
XML
24 lines
840 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://gitlab.gnome.org/sophie-h/glycin.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">1.1.2</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="filename">glycin-loaders</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">glycin</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|
|
|