Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package darktable for openSUSE:Factory checked in at 2026-07-13 14:28:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/darktable (Old) and /work/SRC/openSUSE:Factory/.darktable.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "darktable" Mon Jul 13 14:28:17 2026 rev:122 rq:1365253 version:5.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/darktable/darktable.changes 2026-06-30 15:13:47.708776257 +0200 +++ /work/SRC/openSUSE:Factory/.darktable.new.1991/darktable.changes 2026-07-13 14:29:02.569418840 +0200 @@ -1,0 +2,5 @@ +Mon Jul 6 08:05:43 UTC 2026 - Paolo Stivanin <[email protected]> + +- Enable AI on Tumbleweed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ darktable.spec ++++++ --- /var/tmp/diff_new_pack.Edk5ue/_old 2026-07-13 14:29:03.529451658 +0200 +++ /var/tmp/diff_new_pack.Edk5ue/_new 2026-07-13 14:29:03.529451658 +0200 @@ -88,10 +88,16 @@ %bcond_without openmp -# AI features need ONNX Runtime. openSUSE has no onnxruntime package yet and -# bundling upstream's prebuilt binary is not allowed in Factory, so AI is OFF by -# default. Enable later on x86_64 with: rpmbuild/osc ... --with ai +# AI needs ONNX Runtime. It exists in openSUSE Factory/Tumbleweed (onnxruntime, +# sover 1) but not in Leap or the Fedora/Debian/Ubuntu targets, so enable AI by +# default only on Tumbleweed/Factory (suse_version 1699) on x86_64. +# Override anywhere with: osc/rpmbuild ... --with ai / --without ai +%global ort_sover 1 +%if 0%{?suse_version} >= 1699 +%bcond_without ai +%else %bcond_with ai +%endif %ifarch x86_64 %global _ai_arch_ok 1 @@ -198,8 +204,6 @@ BuildRequires: pkgconfig(colord) BuildRequires: pkgconfig(colord-gtk) BuildRequires: pkgconfig(exiv2) -BuildRequires: pkgconfig(libopenjp2) -BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) @@ -210,6 +214,8 @@ BuildRequires: pkgconfig(lensfun) >= 0.3.2 BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libgphoto2) +BuildRequires: pkgconfig(libopenjp2) +BuildRequires: pkgconfig(wayland-client) %if %{with libheif} BuildRequires: pkgconfig(libheif) %endif
