Overview
Request 5792 (accepted)
- Exclude libcef.so dependency tracking correctly
- Created by frispete almost 2 years ago
- In state accepted
-
Package maintainers:
boombatower,
darix, and
frispete
Submit package home:frispete:...es:Multimedia / obs-studio to package Multimedia / obs-studio
obs-studio.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Tue May 30 20:24:16 UTC 2023 - Hans-Peter Jansen <hp@urpla.net>
4
+
5
+- Exclude libcef.so dependency tracking correctly
6
+
7
+-------------------------------------------------------------------
8
Fri May 12 14:27:03 UTC 2023 - Hans-Peter Jansen <hp@urpla.net>
9
10
- Apply upstream pull request 8376.patch to fix build with ffmpeg >= 6
11
obs-studio.spec
Changed
10
1
2
# these are plugins, built as libs and as such should not be mixed up with their originals
3
%global __provides_exclude_from ^(%{_libdir}/obs-plugins/.*\\.so.*|%{_libdir}/obs-scripting/.*\\.so.*)$
4
#%%global __requires_exclude_from ^(%%{_libdir}/obs-plugins/.*|%%{_libdir}/obs-scripting/.*)$
5
-%global __requires_exclude ^libcef\\.so$
6
+%global __requires_exclude libcef\\.so
7
8
%description
9
Open Broadcaster Software is free and open source software for video recording and live streaming.
10
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
frispete created request almost 2 years ago
- Exclude libcef.so dependency tracking correctly
frispete accepted request almost 2 years ago
Let's give it a try!