public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/obs-studio] epel9-next: Ensure ffmpeg-free and OpenH264 are expressed as dependencies
@ 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 : 8a37c7d4190bd9c4e9b92378958742c941c2a4f2
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2023-04-20T06:39:11-04:00
Stats : +15/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/obs-studio/c/8a37c7d4190bd9c4e9b92378958742c941c2a4f2?branch=epel9-next
Log:
Ensure ffmpeg-free and OpenH264 are expressed as dependencies
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 62416d3..2477a2b 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -10,6 +10,12 @@
# x264 is not in Fedora
%bcond_with x264
+%if "%{__isa_bits}" == "64"
+%global lib64_suffix ()(64bit)
+%endif
+%global openh264_soversion 7
+
+
%global obswebsocket_version 5.2.2
#global commit ad859a3f66daac0d30eebcc9b07b0c2004fb6040
@@ -18,7 +24,7 @@
Name: obs-studio
Version: 29.1.0~beta4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Open Broadcaster Software Studio
# OBS itself is GPL-2.0-or-later, while various plugin dependencies are of various other licenses
@@ -108,7 +114,11 @@ BuildRequires: x264-devel
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
# Ensure that we have the full ffmpeg suite installed
-Requires: /usr/bin/ffmpeg
+Requires: ffmpeg-free
+# 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.
+Recommends: libopenh264.so.%{openh264_soversion}%{?lib64_suffix}
%if %{with x264}
Requires: x264
%endif
@@ -287,6 +297,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Thu Apr 20 2023 Neal Gompa <ngompa@fedoraproject.org> - 29.1.0~beta4-2
+- Ensure ffmpeg-free and OpenH264 are expressed as dependencies
+
* Tue Apr 18 2023 Neal Gompa <ngompa@fedoraproject.org> - 29.1.0~beta4-1
- Initial build for Fedora
^ 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: Ensure ffmpeg-free and OpenH264 are expressed as dependencies Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox