Package Details: obs-backgroundremoval-git 1.3.5.r1.gfbd855d-1

Git Clone URL: https://aur.archlinux.org/obs-backgroundremoval-git.git (read-only, click to copy)
Package Base: obs-backgroundremoval-git
Description: Background removal plugin for OBS studio
Upstream URL: https://github.com/royshil/obs-backgroundremoval
Licenses: GPL-3.0-or-later
Conflicts: obs-backgroundremoval, obs-backgroundremoval-debug
Provides: obs-backgroundremoval, obs-backgroundremoval-debug
Submitter: ngoonee
Maintainer: umireon
Last Packager: umireon
Votes: 5
Popularity: 0.90
First Submitted: 2022-02-10 08:43 (UTC)
Last Updated: 2025-11-28 02:07 (UTC)

Latest Comments

umireon commented on 2025-11-05 02:44 (UTC)

Our plugin is in the middle of migration process to the new build system and not intended to be buildable on Arch now. Please wait for the next stable release. That will be soon.

xuiqzy commented on 2025-11-04 12:42 (UTC)

Build in clean chroot (and normal build) fails with:

==> Starting build()... CMake Error: No such preset in /build/obs-backgroundremoval-git/src/obs-backgroundremoval: "linux-x86_64" Available configure presets:    "ubuntu-x86_64"    - Ubuntu x86_64   "ubuntu-ci-x86_64" - Ubuntu x86_64 CI build ==> ERROR: A failure occurred in build(). 

The build preset seems to have been renamed: https://github.com/royshil/obs-backgroundremoval/blob/main/CMakePresets.json

zerorevenge commented on 2023-07-11 12:04 (UTC)

Add 'ninja' to dependence. If not install cause error on compilation

genocide_stomper commented on 2023-03-27 09:53 (UTC) (edited on 2023-03-27 10:56 (UTC) by genocide_stomper)

Hi, I have an issue when building this with yay. During the prepare phase it asks me which file to patch. When I leave it empty and press enter, it asks if I want to skip this patch, and then will eventually fail.

==> Starting prepare()... patching file src/background-filter.cpp Reversed (or previously applied) patch detected!  Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file src/background-filter.cpp.rej can't find file to patch at input line 17 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -ruN a/src/Model.h b/src/Model.h |--- a/src/Model.h      2022-02-10 16:19:17.286576117 +0800 |+++ b/src/Model.h      2022-02-10 16:23:52.098121268 +0800 -------------------------- File to patch:  Skip this patch? [y]  Skipping patch. 1 out of 1 hunk ignored ==> ERROR: A failure occurred in prepare().     Aborting.. 

Edit: Just saw your open issue on github with another issue, plus that they're planning on a flatpak release. I'll just use the old version without cuda support until then.