GNU bug report logs -
#55510
[PATCH] gnu: qpwgraph: Add qpwgraph.
Previous Next
Reported by: "J. Sims" <jtsims <at> protonmail.com>
Date: Wed, 18 May 2022 21:03:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
Thanks for this patch.
> + (version "0.2.6")
Looks like the 0.3.1 is out there.
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://gitlab.freedesktop.org/rncbc/qpwgraph")
> + (commit (string-append "v" version))))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "1gn4zy1b4hggk9andh7cbwkrd7l4djmnipbyyyv9srcsnvqv3wkg"))))
> + (build-system cmake-build-system)
> + (arguments
> + `(#:tests? #f))
Why are the tests disabled?
> + "qpwgraph is a graph manager dedicated to PipeWire, using the Qt C++ framework.
> +It provides a visual interface to audio and video connections managed by PipeWire.")
Those two lines are too long, please wrap them.
Thanks,
Mathieu
This bug report was last modified 2 years and 320 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.