From 0ce07d67452bea7ca18211ad44a81fdf56d61107 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 6 Jun 2024 11:26:28 -0400 Subject: [PATCH] Adjust libplacebo dependency for EPEL 9 EPEL 9 now has libplacebo (4.x) and libplacebo6 packages, both -devel packages provide the same pkgconfig (and therefore conflict) but the runtimes are parallel-installable. --- vlc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlc.spec b/vlc.spec index 5a2cf92..342035e 100644 --- a/vlc.spec +++ b/vlc.spec @@ -137,7 +137,7 @@ BuildRequires: pkgconfig(libmtp) >= 1.0.0 BuildRequires: pkgconfig(libnfs) >= 1.10.0 BuildRequires: pkgconfig(libnotify) pkgconfig(gtk+-3.0) %if %{with placebo} -BuildRequires: pkgconfig(libplacebo) >= 0.2.1 +BuildRequires: pkgconfig(libplacebo) < 6 %endif BuildRequires: pkgconfig(libpostproc) %if %{with projectm}