From f47923d6ed2dda1b4c328e3d9191dbfcae49ab0ccadcb85d52327883be4ec483 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 15 Jan 2024 21:15:17 +0000 Subject: [PATCH] Accepting request 1139042 from home:iDesmI:Wayland Revert to building libjxl support only for Factory. I am sorry for the messy submission before. OBS-URL: https://build.opensuse.org/request/show/1139042 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-6?expand=0&rev=25 --- ffmpeg-6.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffmpeg-6.spec b/ffmpeg-6.spec index 287302a..b553121 100644 --- a/ffmpeg-6.spec +++ b/ffmpeg-6.spec @@ -180,7 +180,7 @@ BuildRequires: libmysofa-devel %if %{with codec2} BuildRequires: pkgconfig(codec2) %endif -%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150500 +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150700 BuildRequires: pkgconfig(libjxl) >= 0.7.0 BuildRequires: pkgconfig(libjxl_threads) >= 0.7.0 BuildRequires: pkgconfig(librist) >= 0.2.7 @@ -585,7 +585,7 @@ LDFLAGS="%_lto_cflags" \ --enable-libfribidi \ --enable-libgsm \ --enable-libjack \ -%if 0%{?suse_version} >= 1550 +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150700 --enable-libjxl \ --enable-librist \ %endif