Search Criteria
Package Details: wayfarer-git 1.4.0.r0.b77ac60-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wayfarer-git.git (read-only, click to copy) |
|---|---|
| Package Base: | wayfarer-git |
| Description: | Screen recorder for GNOME / Wayland or X11 / Pipewire / XDG Portal |
| Upstream URL: | https://codeberg.org/stronnag/wayfarer |
| Licenses: | GPL3 |
| Conflicts: | wayfarer |
| Provides: | wayfarer |
| Submitter: | stronnag |
| Maintainer: | stronnag |
| Last Packager: | stronnag |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-05-17 17:28 (UTC) |
| Last Updated: | 2025-10-25 07:49 (UTC) |
Dependencies (7)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- 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
1 2 Next › Last »
bkb commented on 2023-08-10 13:42 (UTC)
Make
aur/wayfarer-git-binoraur/wayfarer-bindreieck 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 10:52 (UTC)
Can you please remove
.gitfrom$url? (But insourceit needs to stay.)Thanks for maintaining!
dreieck commented on 2023-04-28 08:59 (UTC) (edited on 2023-04-28 08:59 (UTC) by dreieck)
@somepaulo, I replaced the make dependency
blueprint-compilerexplicitly withblueprint-compiler-git, but now I get the following error:Seems that
blueprint-compileris called incorrectly.Regards!
somepaulo commented on 2023-04-05 09:42 (UTC) (edited on 2023-04-05 09:44 (UTC) by somepaulo)
If you get the error below, mentioned by @dreieck , try replacing 'blueprint-compiler' with 'blueprint-compiler-git'. It solved a similar issue I was having with
dialectandconverter.dreieck commented on 2023-03-16 10:35 (UTC) (edited on 2023-03-16 10:37 (UTC) by dreieck)
It seems that
python-gobjectneeds to be a (make)dependency.Btw., I have the
error back, after I have uninstalled unecessary packages.
Looks like some other make dependency is missing(?).
TrialnError commented on 2023-03-15 19:49 (UTC)
There seems to be some missing dep?
dreieck commented on 2023-03-15 08:47 (UTC) (edited on 2023-03-15 08:48 (UTC) by dreieck)
As a suggestion:
For this git code, there is an official version available:
wayfarer --versionshows1.1.0So, according to the VCS packaging guidelines, I recommend prepending this to the
$pkgver.git describe --tagsseems to also reproduce this version, so it can be retrieved directly viagitwithout parsingmeson.buildor any other source file.Then, you also can add
=${pkgver}to theprovides-entry.So that
pkgver()could look (for example) like this:which currently produces
1.1.0.r72.20230304.b77ac60. (Of course, the date and git hash are optional information, and the additional parsing aftergit describe --tagsis some generic code to strip off or reformat "garbage" that often appears (not in your case at the moment, but who knows how upstream changes stuff?).)dreieck commented on 2023-03-15 08:39 (UTC)
Reply to your comment
Now it builds again.
Maybe upstream has fixed some stuff?
Regards!
1 2 Next › Last »