Projects
Multimedia
obs-studio
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 87
View file
obs-studio.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Dec 15 23:25:38 UTC 2020 - Jimmy Berry <jimmy@boombatower.com> + +- Add modinfo-use-full-path.patch for new v4l2lookback support. + +------------------------------------------------------------------- Tue Dec 15 03:46:49 UTC 2020 - jimmy@boombatower.com - Update to version 26.1.0:
View file
obs-studio.spec
Changed
@@ -7,6 +7,7 @@ URL: https://obsproject.com/ Source: %{name}-%{version}.tar.xz Patch0: fix-luajit-include-path.patch +Patch1: modinfo-use-full-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: update-desktop-files BuildRequires: cmake >= 2.8.12
View file
modinfo-use-full-path.patch
Added
@@ -0,0 +1,13 @@ +Index: obs-studio-26.1.0/plugins/linux-v4l2/linux-v4l2.c +=================================================================== +--- obs-studio-26.1.0.orig/plugins/linux-v4l2/linux-v4l2.c ++++ obs-studio-26.1.0/plugins/linux-v4l2/linux-v4l2.c +@@ -31,7 +31,7 @@ static bool v4l2loopback_installed() + { + bool loaded = false; + +- int ret = system("modinfo v4l2loopback >/dev/null 2>&1"); ++ int ret = system("/sbin/modinfo v4l2loopback >/dev/null 2>&1"); + + if (ret == 0) + loaded = true;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.