GNU bug report logs -
#73396
[PATCH] gnu: waypipe: Update to 0.9.1.
Previous Next
Reported by: Sisiutl <sisiutl <at> egregore.fun>
Date: Fri, 20 Sep 2024 21:18:01 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73396 in the body.
You can then email your comments to 73396 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#73396
; Package
guix-patches
.
(Fri, 20 Sep 2024 21:18:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sisiutl <sisiutl <at> egregore.fun>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 20 Sep 2024 21:18:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/freedesktop.scm (waypipe): Update to 0.9.1.
[inputs]: Add lz4, libva, mesa, libdrm and ffmpeg.
[arguments]<#:configure-flags?>: Enable lz4, vaapi, dmabuf
and video compression.
Change-Id: I02891d0fbb0f697083d4599cf960005bbe0b8996
---
gnu/packages/freedesktop.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 993bb84ec6..e9f6841f7c 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3244,7 +3244,7 @@ (define-public poweralertd
(define-public waypipe
(package
(name "waypipe")
- (version "0.9.0")
+ (version "0.9.1")
(source
(origin
(method git-fetch)
@@ -3253,12 +3253,17 @@ (define-public waypipe
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0pf1q8kyqyqa7gxar99i35q9np0k4vsf7xlrg12gyzc5k36lhknf"))))
+ (base32 "0pj7l3ix0pp0sfqxfa2hxql0f30vz6hh01fq5kzhs831b632i3z0"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config scdoc
;; For tests
python))
+ (inputs (list lz4 libva mesa libdrm ffmpeg))
+ (arguments
+ `(#:configure-flags
+ ,#~'("-Dwith_lz4=enabled" "-Dwith_vaapi=enabled"
+ "-Dwith_dmabuf=enabled" "-Dwith_video=enabled")))
(home-page "https://gitlab.freedesktop.org/mstoeckl/waypipe")
(synopsis "Proxy for Wayland protocol applications")
(description
--
2.46.0
Reply sent
to
Z572 <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Sun, 29 Sep 2024 16:31:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sisiutl <sisiutl <at> egregore.fun>
:
bug acknowledged by developer.
(Sun, 29 Sep 2024 16:31:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 73396-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Sisiutl <sisiutl <at> egregore.fun> writes:
> * gnu/packages/freedesktop.scm (waypipe): Update to 0.9.1.
> [inputs]: Add lz4, libva, mesa, libdrm and ffmpeg.
> [arguments]<#:configure-flags?>: Enable lz4, vaapi, dmabuf
> and video compression.
>
> Change-Id: I02891d0fbb0f697083d4599cf960005bbe0b8996
> ---
> gnu/packages/freedesktop.scm | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
> index 993bb84ec6..e9f6841f7c 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -3244,7 +3244,7 @@ (define-public poweralertd
> (define-public waypipe
> (package
> (name "waypipe")
> - (version "0.9.0")
> + (version "0.9.1")
> (source
> (origin
> (method git-fetch)
> @@ -3253,12 +3253,17 @@ (define-public waypipe
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0pf1q8kyqyqa7gxar99i35q9np0k4vsf7xlrg12gyzc5k36lhknf"))))
> + (base32 "0pj7l3ix0pp0sfqxfa2hxql0f30vz6hh01fq5kzhs831b632i3z0"))))
> (build-system meson-build-system)
> (native-inputs
> (list pkg-config scdoc
> ;; For tests
> python))
> + (inputs (list lz4 libva mesa libdrm ffmpeg))
> + (arguments
> + `(#:configure-flags
> + ,#~'("-Dwith_lz4=enabled" "-Dwith_vaapi=enabled"
> + "-Dwith_dmabuf=enabled" "-Dwith_video=enabled")))
adjust to
(list #:configure-flags
#~(list "-Dwith_lz4=enabled"
"-Dwith_vaapi=enabled" "-Dwith_dmabuf=enabled"
"-Dwith_video=enabled"))
The best is #~(list...) ,so can write functions and stuff in there
> (home-page "https://gitlab.freedesktop.org/mstoeckl/waypipe")
> (synopsis "Proxy for Wayland protocol applications")
> (description
"guix size" say now is 765.5 MiB, before was 75.7 MiB, Maybe add a
waypipe-minimal?
push, and close.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 28 Oct 2024 11:24:17 GMT)
Full text and
rfc822 format available.
This bug report was last modified 232 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.