guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#55510] [PATCH] gnu: qpwgraph: Add qpwgraph.


From: Mathieu Othacehe
Subject: [bug#55510] [PATCH] gnu: qpwgraph: Add qpwgraph.
Date: Sun, 05 Jun 2022 21:37:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]