Search Criteria
Package Details: wlrobs-hg r75.b8668b4d6d6d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wlrobs-hg.git (read-only, click to copy) |
---|---|
Package Base: | wlrobs-hg |
Description: | An obs-studio plugin that allows you to screen capture on wlroots based wayland compositors |
Upstream URL: | https://hg.sr.ht/~scoopta/wlrobs |
Keywords: | obs-studio wayland wlroots |
Licenses: | GPL-3.0-only |
Conflicts: | wlrobs |
Provides: | wlrobs |
Submitter: | klardotsh |
Maintainer: | KafCoppelia |
Last Packager: | KafCoppelia |
Votes: | 15 |
Popularity: | 1.44 |
First Submitted: | 2019-06-21 02:18 (UTC) |
Last Updated: | 2025-01-01 02:48 (UTC) |
Dependencies (6)
- obs-studio (obs-studio-gitAUR, obs-studio-rcAUR, obs-studio-browserAUR, obs-studio-tytan652AUR, obs-studio-libertyAUR)
- mercurial (mercurial-hgAUR, mercurial-stable-hgAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR) (make)
- wlroots (wlroots-asan-gitAUR, wlroots0.16-nvidiaAUR, wlroots-displaylink-gitAUR, wlroots-nvidia-screenshareAUR, wlroots-nvidiaAUR, wlroots0.17-hidpi-xpropAUR, wlroots-hidpi-xprop-gitAUR, wlroots-hidpi-xpropAUR, wayfire-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2
junglerobba commented on 2020-04-07 20:59 (UTC) (edited on 2020-10-24 10:59 (UTC) by junglerobba)
If the obs preview is transparent (showing the desktop / whatever window is behind it), obs can either be run on XWayland with QT_QPA_PLATFORM=xcb or with proper Wayland support which is being worked on here https://github.com/obsproject/obs-studio/pull/2484
The AUR package obs-studio-wayland contains all these patches.
The screencopy backend works with default obs, however for dmabuf OBS needs EGL support. The linked PR above for Wayland support also makes EGL work, so that is probably the best way to use this.
PedroHLC commented on 2020-04-07 20:24 (UTC)
Should this work with the obs-studio from the official repos?
junglerobba commented on 2020-03-02 15:35 (UTC)
I have also noticed that the permissions differ from the plugins that OBS ships with, however this works fine for me on two different systems. Are you sure these permission changes are required?
chron commented on 2020-03-02 13:33 (UTC)
/usr/lib/obs-plugins/wlrobs.so should be installed with 'install -D -m 0655' instead of 0644. Otherwise it won't work.
habarnam commented on 2019-12-31 09:15 (UTC) (edited on 2019-12-31 15:17 (UTC) by habarnam)
To add building with meson see the patch file at https://gist.github.com/mariusor/c5d03733524e5e24e2c5928b3ff59c76
You can download and use
git apply
to apply. :)« First ‹ Previous 1 2