From: "Sergio Pastor Pérez" <sergio.pastorperez@outlook.es>
To: 72699@debbugs.gnu.org
Cc: "Sergio Pastor Pérez" <sergio.pastorperez@outlook.es>,
"Efraim Flashner" <efraim@flashner.co.il>
Subject: [bug#72699] [PATCH 2/5] gnu: Add rust-pipewire-0.7.
Date: Sun, 18 Aug 2024 18:33:03 +0200 [thread overview]
Message-ID: <PAXP251MB0348187348BB908A2B1B7C44F3832@PAXP251MB0348.EURP251.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <cover.1723990412.git.sergio.pastorperez@outlook.es>
* gnu/packages/crates-io.scm (rust-pipewire-0.7): New variable.
Change-Id: I1cf5c0e428557d601247761f415111e8fafff594
---
gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b884134e15..16ec2fc45d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53606,6 +53606,37 @@ (define-public rust-pipewire-sys-0.7
"This package provides Rust FFI bindings for @code{PipeWire}.")
(license license:expat)))
+(define-public rust-pipewire-0.7
+ (package
+ (name "rust-pipewire")
+ (version "0.7.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "pipewire" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1sg9cbvhp0s07a337zwli0xm40f8wkvm06d72nsr1s35vp40kl52"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
+ ("rust-bitflags" ,rust-bitflags-2)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-libspa" ,rust-libspa-0.7)
+ ("rust-libspa-sys" ,rust-libspa-sys-0.7)
+ ("rust-nix" ,rust-nix-0.26)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-pipewire-sys" ,rust-pipewire-sys-0.7)
+ ("rust-thiserror" ,rust-thiserror-1))))
+ (native-inputs
+ (list pkg-config))
+ (inputs
+ (list pipewire clang))
+ (home-page "https://pipewire.org")
+ (synopsis "Rust bindings for PipeWire")
+ (description "This package provides Rust bindings for @code{PipeWire}.")
+ (license license:expat)))
+
(define-public rust-pkg-config-0.3
(package
(name "rust-pkg-config")
--
2.45.2
next prev parent reply other threads:[~2024-08-18 16:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1723990412.git.sergio.pastorperez@outlook.es>
2024-08-18 16:33 ` [bug#72699] [PATCH 1/5] gnu: Add rust-pipewire-sys-0.7 Sergio Pastor Pérez
2024-08-18 16:33 ` Sergio Pastor Pérez [this message]
2024-08-18 16:33 ` [bug#72699] [PATCH 3/5] gnu: Add rust-libspa-sys-0.7 Sergio Pastor Pérez
2024-08-18 16:33 ` [bug#72699] [PATCH 4/5] gnu: Add rust-libspa-0.7 Sergio Pastor Pérez
2024-08-18 16:33 ` [bug#72699] [PATCH 5/5] gnu: Add helvum Sergio Pastor Pérez
2024-08-20 5:25 ` bug#72699: " Zheng Junjie
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=PAXP251MB0348187348BB908A2B1B7C44F3832@PAXP251MB0348.EURP251.PROD.OUTLOOK.COM \
--to=sergio.pastorperez@outlook.es \
--cc=72699@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.