public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mpv] f45: Lower nv-codec-headers to support older cards
@ 2026-09-17 17:33 Nicolas Chauvet
0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-09-17 17:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mpv
Branch : f45
Commit : a1351b00e4d0710509091fe9228151e87a2ade9f
Author : Nicolas Chauvet <kwizart@gmail.com>
Date : 2026-09-17T10:00:56+02:00
Stats : +6/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mpv/c/a1351b00e4d0710509091fe9228151e87a2ade9f?branch=f45
Log:
Lower nv-codec-headers to support older cards
---
diff --git a/mpv.spec b/mpv.spec
index a39ca5b..6941bc7 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -60,7 +60,13 @@ BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(caca)
BuildRequires: pkgconfig(dvdnav)
BuildRequires: pkgconfig(egl)
+%if 0%{?fedora} > 44
+# Lower nv-codec-headers to support older cards
+# https://bugzilla.redhat.com/show_bug.cgi?id=2521662#c3
+BuildRequires: nv-codec-headers13.0
+%else
BuildRequires: pkgconfig(ffnvcodec)
+%endif
BuildRequires: pkgconfig(gbm)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(jack)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-17 17:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-17 17:33 [rpms/mpv] f45: Lower nv-codec-headers to support older cards Nicolas Chauvet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox