Search Criteria
Package Details: wf-recorder-git r139.2bb52d8-1
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: | |
Conflicts: | |
Provides: | |
Submitter: | ahub |
Maintainer: | lowercase |
Last Packager: | lowercase |
Votes: | 16 |
Popularity: | 0.024629 |
First Submitted: | 2019-02-25 22:43 |
Last Updated: | 2020-11-04 14:11 |
Dependencies (11)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-git-nc, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-full-git-hardened, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-nocuda, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-ndi, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git)
- ocl-icd (khronos-ocl-icd-git)
- opencl-headers (opencl-headers-git)
- wayland (wayland-git, wayland-nodocs-git)
- x264 (x264-ymod-git, x264-git, x264-tmod-git)
- git (git-git) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- scdoc (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)
- mon2cam-git (requires wf-recorder) (optional)
- qwikaccess-git (requires wf-recorder) (optional)
- wayfire-desktop-git (requires wf-recorder)
- wfrcrdrbind-git
- wlstreamer-git (requires wf-recorder)
Latest Comments
WhyNotHugo commented on 2020-05-25 07:20
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
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
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
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
Can confirm, does not build without opencl-headers
carloabelli commented on 2019-10-03 20:58
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
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
I removed it, thanks for the heads-up
bool3max commented on 2019-03-18 20:17
Doesn't seem to be, I removed it from the dependencies array and it installed correctly.
junglerobba commented on 2019-03-12 10:38
Is wlroots-git explicitly required? wlroots releases are in community now.