Search Criteria
Package Details: wf-recorder-git r139.2bb52d8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wf-recorder-git.git (read-only, click to copy) |
---|---|
Package Base: | wf-recorder-git |
Description: | A video recorder for wlroots-based compositors like sway or wayfire |
Upstream URL: | https://github.com/ammen99/wf-recorder |
Keywords: | capture recording video wayland |
Licenses: | MIT |
Conflicts: | wf-recorder |
Provides: | wf-recorder |
Submitter: | ahub |
Maintainer: | lowercase |
Last Packager: | lowercase |
Votes: | 21 |
Popularity: | 0.071191 |
First Submitted: | 2019-02-25 22:43 (UTC) |
Last Updated: | 2022-03-23 17:58 (UTC) |
Dependencies (11)
- ffmpeg (ffmpeg-v4l2-request-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-intel-full-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-git, ffmpeg-ndi, ffmpeg-libfdk_aac, ffmpeg-obs, ffmpeg-cuda, ffmpeg-mmal, ffmpeg-amd-full-git, ffmpeg-vulkan, ffmpeg-nocuda, ffmpeg-headless, ffmpeg-amd-full, ffmpeg-full, ffmpeg-decklink, ffmpeg-full-git)
- ocl-icd (khronos-ocl-icd, khronos-ocl-icd-git)
- opencl-headers (opencl-headers-git)
- wayland (wayland-git, wayland-nodocs-git, wayland-hi-res-scroll-git)
- x264 (x264-ymod-git, x264-tmod-git, x264-git)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- scdoc (scdoc-git) (make)
- wayland-protocols (wayland-protocols-git) (make)
- slurp (slurp-git) (optional) – limit recording to a part of the screen
Required by (6)
- coretoppings (requires wf-recorder) (optional)
- drop (requires wf-recorder)
- mon2cam-git (requires wf-recorder) (optional)
- qwikaccess-git (requires wf-recorder) (optional)
- wayfire-desktop-git (requires wf-recorder)
- wlstreamer-git (requires wf-recorder)
Latest Comments
whynothugo commented on 2022-03-21 14:59 (UTC)
This is working fine on
aarch64
. Can you updatearch
toarch=("i686" "x86_64" "aarch64")
?whynothugo commented on 2020-05-25 07:20 (UTC)
Should specify "conflicts=wf-recorder". Otherwise installing it with wf-recorder present results in failure (rather than a prompt to replace).
bbaserdem commented on 2020-04-17 01:04 (UTC)
This package should also conflict with wf-recorder as well; so that the two can't be installed on top of each other once wf-recorder has stable releases.
wisperwind commented on 2020-01-28 15:12 (UTC)
I think scdoc should be added as a make dependency in order to build the man pages. Thanks!
jakebailey commented on 2019-12-17 18:50 (UTC)
Unfortunately, this package's use of
meson
during theprepare()
step prevents it from being built consistently inaurutils
in some scenarios. For example, my aurto auto-builder fails on updates with:Can these steps be performed in
build()
? Looking at a random selection of packages in the main repos which makedepend onmeson
, they appear to runarch-meson
thenninja
inbuild()
. For example: https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/eog or https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/fwupdFunctionalHacker commented on 2019-11-01 12:47 (UTC)
Can confirm, does not build without opencl-headers
carloabelli commented on 2019-10-03 20:58 (UTC)
I believe opencl-headers should be a make dependency and also the .SRCINFO file needs to be updated.
eggze commented on 2019-08-06 05:57 (UTC)
This PR was merged: https://github.com/ammen99/wf-recorder/pull/32 and the build of this package is now failing. It seems that
opencl-headers
package has to be added to dependencies.ahub commented on 2019-03-19 10:35 (UTC)
I removed it, thanks for the heads-up
bool3max commented on 2019-03-18 20:17 (UTC)
Doesn't seem to be, I removed it from the dependencies array and it installed correctly.
junglerobba commented on 2019-03-12 10:38 (UTC)
Is wlroots-git explicitly required? wlroots releases are in community now.