Search Criteria
Package Details: wayfarer 1.4.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wayfarer.git (read-only, click to copy) |
|---|---|
| Package Base: | wayfarer |
| Description: | Screen recorder for GNOME / Wayland or X11 / Pipewire / XDG Portal |
| Upstream URL: | https://github.com/stronnag/wayfarer |
| Licenses: | GPL3 |
| Submitter: | christoph.gysin |
| Maintainer: | christoph.gysin |
| Last Packager: | christoph.gysin |
| Votes: | 5 |
| Popularity: | 0.120964 |
| First Submitted: | 2023-03-07 20:39 (UTC) |
| Last Updated: | 2025-10-12 11:56 (UTC) |
Dependencies (7)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gobject-introspection (make)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
Latest Comments
christoph.gysin commented on 2025-04-12 17:48 (UTC)
@dbrgn: Thanks for the report, fixed.
dbrgn commented on 2025-04-11 10:39 (UTC)
Currently fails to build:
dreieck commented on 2023-05-12 12:20 (UTC)
The solution to the error that makes
blueprint-compilerfailing is that the packagepython-argparsemust not be installed. See ↗ here.dreieck commented on 2023-05-07 11:30 (UTC)
Actually, not having
blueprint-compilerinstalled makes the package building for me.Then it falls back to it's own
blueprint-compiler, which does not give this error. (Havingblueprint-compiler-gitinstalled also does not solve the issue.)But it really needs to be made sure that no external
blueprint-compileris installed -- no idea how to achieve this outside of a "clean build chroot".Here is a
PKGBUILD:Regards!
christoph.gysin commented on 2023-03-17 20:21 (UTC) (edited on 2023-03-17 20:21 (UTC) by christoph.gysin)
@TrialnError Added missing build dependency
blueprint-compiler. Thanks!TrialnError commented on 2023-03-15 19:51 (UTC)
There seems to be some missing (build-)dep?