public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mpv] epel9-next: Build against libplacebo6
@ 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 : a3f4f3cabd244046c999b976a2a44558240f6561
Author : Carl George <carlwgeorge@fedoraproject.org>
Date   : 2024-04-30T21:29:55-05:00
Stats  : +6/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/mpv/c/a3f4f3cabd244046c999b976a2a44558240f6561?branch=epel9-next

Log:
Build against libplacebo6

---
diff --git a/mpv.spec b/mpv.spec
index 89a1620..4ad976e 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
 Name:           mpv
 Version:        0.37.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Summary:        Movie player playing most video formats and DVDs
@@ -39,7 +39,8 @@ BuildRequires:  pkgconfig(libcdio_paranoia)
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libjpeg)
 BuildRequires:  pkgconfig(libpipewire-0.3) >= 0.3.19
-BuildRequires:  pkgconfig(libplacebo) >= 5.264.1
+# Explictily build against libplacebo6 rhbz#2264138
+BuildRequires:  (pkgconfig(libplacebo) >= 6 with pkgconfig(libplacebo) < 7)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libswresample) >= 3.9.100
 BuildRequires:  pkgconfig(libswscale) >= 5.9.100
@@ -219,6 +220,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Wed May 01 2024 Carl George <carlwgeorge@fedoraproject.org> - 0.37.0-2
+- Build against libplacebo6
+
 * Wed May 01 2024 Neal Gompa <ngompa@fedoraproject.org> - 0.37.0-1
 - Update to 0.37.0
 

^ 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: Build against libplacebo6 Carl George

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