unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sisiutl <sisiutl@egregore.fun>
To: 73396@debbugs.gnu.org
Cc: Sisiutl <sisiutl@egregore.fun>
Subject: [bug#73396] [PATCH] gnu: waypipe: Update to 0.9.1.
Date: Fri, 20 Sep 2024 23:15:36 +0200	[thread overview]
Message-ID: <20240920211605.16790-1-sisiutl@egregore.fun> (raw)

* 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	other threads:[~2024-09-20 21:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-20 21:15 Sisiutl [this message]
2024-09-29 16:29 ` bug#73396: [PATCH] gnu: waypipe: Update to 0.9.1 Z572

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240920211605.16790-1-sisiutl@egregore.fun \
    --to=sisiutl@egregore.fun \
    --cc=73396@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).