Search Criteria
Package Details: wayfarer-git 1.1.0.r0.b77ac60-3
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://github.com/stronnag/wayfarer.git |
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: | 2023-03-15 20:44 (UTC) |
Dependencies (7)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gobject-introspection (gobject-introspection-gitAUR) (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-bin
oraur/wayfarer-bin
dreieck commented on 2023-05-12 12:20 (UTC)
The solution to the error that makes
blueprint-compiler
failing is that the packagepython-argparse
must not be installed. See ↗ here.dreieck commented on 2023-05-07 10:52 (UTC)
Can you please remove
.git
from$url
? (But insource
it 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-compiler
explicitly withblueprint-compiler-git
, but now I get the following error:Seems that
blueprint-compiler
is 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
dialect
andconverter
.dreieck commented on 2023-03-16 10:35 (UTC) (edited on 2023-03-16 10:37 (UTC) by dreieck)
It seems that
python-gobject
needs 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 --version
shows1.1.0
So, according to the VCS packaging guidelines, I recommend prepending this to the
$pkgver
.git describe --tags
seems to also reproduce this version, so it can be retrieved directly viagit
without parsingmeson.build
or 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 --tags
is 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 »