public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/obs-studio] epel9-next: Switch ffmpeg-free dependency to /usr/bin/ffmpeg
@ 2026-07-20 19:39 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-07-20 19:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/obs-studio
Branch : epel9-next
Commit : 85df4e68b4369dc74e8bd2b792f1d5384cf00100
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2023-04-24T09:03:54-04:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/obs-studio/c/85df4e68b4369dc74e8bd2b792f1d5384cf00100?branch=epel9-next
Log:
Switch ffmpeg-free dependency to /usr/bin/ffmpeg
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 2477a2b..66d2575 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -24,7 +24,7 @@
Name: obs-studio
Version: 29.1.0~beta4
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Open Broadcaster Software Studio
# OBS itself is GPL-2.0-or-later, while various plugin dependencies are of various other licenses
@@ -114,7 +114,7 @@ BuildRequires: x264-devel
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
# Ensure that we have the full ffmpeg suite installed
-Requires: ffmpeg-free
+Requires: /usr/bin/ffmpeg
# We dlopen() openh264, so weak-depend on it...
## Note, we can do this because openh264 is provided in a default-enabled
## third party repository provided by Cisco.
@@ -297,6 +297,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Mon Apr 24 2023 Neal Gompa <ngompa@fedoraproject.org> - 29.1.0~beta4-3
+- Switch ffmpeg-free dependency to /usr/bin/ffmpeg
+
* Thu Apr 20 2023 Neal Gompa <ngompa@fedoraproject.org> - 29.1.0~beta4-2
- Ensure ffmpeg-free and OpenH264 are expressed as dependencies
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 19:39 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:39 [rpms/obs-studio] epel9-next: Switch ffmpeg-free dependency to /usr/bin/ffmpeg Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox