mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: waypipe: Update to 0.9.1.
* 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 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
f19910c778
commit
093f2fb872
1 changed files with 7 additions and 2 deletions
|
@ -3301,7 +3301,7 @@ (define-public poweralertd
|
|||
(define-public waypipe
|
||||
(package
|
||||
(name "waypipe")
|
||||
(version "0.9.0")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3310,12 +3310,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
|
||||
(list #:configure-flags
|
||||
#~(list "-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
|
||||
|
|
Loading…
Reference in a new issue