The AUR Package
Weirdo1312 opened this issue · 3 comments
So I'm trying to create an AUR -bin package for this plugin but it causes obs to crash when i add the source in obs
here is the script
PKGBUILD.txt
here is the obs log:
obslog.txt
here is the file structure after installing the PKGBUILD
and here is the video of the crash:
Screencast from 2023-03-18 04-00-08.webm
It looks like library files and shader files are not at the right location (aka where obs expects them), this is the cause of the crash.
Unfortunately, I really have no idea what the right location is, as it depends on the Linux distribution and package manager, which is the sole reason Linux is hard to support for this plugin.
It looks like library files and shader files are not at the right location (aka where obs expects them), this is the cause of the crash.
Unfortunately, I really have no idea what the right location is, as it depends on the Linux distribution and package manager, which is the sole reason Linux is hard to support for this plugin.
I'm not sure, for example this is the file structure for obs-vkcapture plugin and it works just fine, it's very similar to obs-kinect but this one works and obs-kinect doesn't
I don't use arch linux anymore