public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mpv] epel9-next: Rebuild against libplacebo5 rhbz#2264138
@ 2026-07-20 19:36 Carl George
  0 siblings, 0 replies; only message in thread
From: Carl George @ 2026-07-20 19:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mpv
Branch : epel9-next
Commit : 200a8ce750e8d615f459ce62e7601ac6211368c1
Author : Carl George <carlwgeorge@fedoraproject.org>
Date   : 2024-02-15T19:43:00-06:00
Stats  : +7/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/mpv/c/200a8ce750e8d615f459ce62e7601ac6211368c1?branch=epel9-next

Log:
Rebuild against libplacebo5 rhbz#2264138

---
diff --git a/mpv.spec b/mpv.spec
index 132eba0..571c6bf 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
 Name:           mpv
 Version:        0.35.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Summary:        Movie player playing most video formats and DVDs
@@ -43,7 +43,9 @@ BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libguess)
 BuildRequires:  pkgconfig(libjpeg)
 BuildRequires:  pkgconfig(libpipewire-0.3) >= 0.3.19
-BuildRequires:  pkgconfig(libplacebo)
+# libplacebo 4 has runtime issues with glslang 13 in RHEL 9.4 rhbz#2264138
+# mpv 0.35 doesn't build with libplacebo 6
+BuildRequires:  (pkgconfig(libplacebo) >= 5 with pkgconfig(libplacebo) < 6)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libswresample) >= 3.0.100
 BuildRequires:  pkgconfig(libswscale) >= 5.0.101
@@ -178,6 +180,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Fri Feb 16 2024 Carl George <carlwgeorge@fedoraproject.org> - 0.35.1-3
+- Rebuild against libplacebo5 rhbz#2264138
+
 * Tue Mar 07 2023 Maxwell G <maxwell@gtmx.me> - 0.35.1-2
 - Backport upstream patch to fix yt-dlp hook
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 19:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 19:36 [rpms/mpv] epel9-next: Rebuild against libplacebo5 rhbz#2264138 Carl George

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox