unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jaeme via Guix-patches via <guix-patches@gnu.org>
To: 66548@debbugs.gnu.org
Subject: [bug#66548] [PATCH 02/02] gnu: Add rust-alsa
Date: Mon, 23 Oct 2023 01:42:48 -0400	[thread overview]
Message-ID: <24d0d61c-d500-4041-a54c-b72e098eecd2@runbox.com> (raw)
In-Reply-To: <c1385520-9533-4e6f-9fff-612f4a574c58@runbox.com>

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0002-gnu-Add-rust-alsa.patch --]
[-- Type: text/x-patch, Size: 1928 bytes --]

From a480d1a0616e1512f58bab2ef21db3c06238c709 Mon Sep 17 00:00:00 2001
From: Jaeme Sifat <jaeme@runbox.com>
Date: Mon, 23 Oct 2023 01:26:14 -0400
Subject: [PATCH 2/2] gnu: Add rust-alsa

* gnu/packages/crates-io.scm (rust-alsa): New variable

Signed-off-by: Jaeme Sifat <jaeme@runbox.com>
Change-Id: Iad788607c6575cf5ad936932c26952868a63c220
---
 gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7067ef96fd..bc91f5c512 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3070,6 +3070,33 @@ (define-public rust-allocator-api2-0.2
     (description "Mirror of Rust's allocator API.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-alsa-0.8
+  (package
+    (name "rust-alsa")
+    (version "0.8.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "alsa" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "02k93vj8h789qx6as8yzi7r2wycqgmcsmk6m1pbb99dkwkhhjwww"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:tests? #f
+       #:cargo-inputs (("rust-alsa-sys" ,rust-alsa-sys-0.3)
+                       ("rust-bitflags" ,rust-bitflags-2)
+                       ("rust-libc" ,rust-libc-0.2)
+                       ("rust-nix" ,rust-nix-0.26))))
+    (inputs (list alsa-lib))
+    (native-inputs (list pkg-config))
+    (home-page "https://github.com/diwic/alsa-rs")
+    (synopsis "Thin but safe wrappers for ALSA (Linux sound API)")
+    (description
+     "Thin but safe wrappers for ALSA in Rust, the most common API for
+accessing audio devices on Linux.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-alsa-sys-0.3
   (package
     (name "rust-alsa-sys")
-- 
2.34.1


  parent reply	other threads:[~2023-10-23  5:53 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-14 19:26 [bug#66548] [PATCH] gnu: Add rust-alsa Jaeme Sifat via Guix-patches via
2023-10-15  3:03 ` [bug#66548] (no subject) Jaeme Sifat via Guix-patches via
2023-10-18  8:44   ` Christopher Baines
2023-10-23  5:38     ` jaeme via Guix-patches via
2023-10-23 14:10       ` [bug#66695] Mistaken Email jaeme via Guix-patches via
2023-10-25  0:47       ` [bug#66695] jbranso--- via Guix-patches via
2023-10-25  1:03       ` [bug#66695] jbranso--- via Guix-patches via
2023-10-25  1:42       ` [bug#66695] (no subject) jaeme via Guix-patches via
2023-10-25  1:52       ` [bug#66695] close 66695 jaeme via Guix-patches via
2023-10-23  5:41 ` [bug#66548] [PATCH 01/02] gnu: Add rust-alsa-sys jaeme via Guix-patches via
2023-10-23  5:42 ` jaeme via Guix-patches via [this message]
2023-10-24  1:26 ` jaeme via Guix-patches via
2023-10-24  1:27 ` [bug#66548] [PATCH 02/02] gnu: Add rust-alsa jaeme via Guix-patches via
2023-10-25 17:24 ` [bug#66548] Revised Patch After ~rust-cpal~ Merge jaeme via Guix-patches via
2023-10-25 17:29 ` [bug#66548] Updated with copyright header jaeme via Guix-patches via
2023-10-28 23:14 ` [bug#66548] [PATCH vREVISION] gnu: Add rust-alsa-0.8 Jaeme Sifat via Guix-patches via
2023-11-05 10:31   ` bug#66548: " Efraim Flashner

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=24d0d61c-d500-4041-a54c-b72e098eecd2@runbox.com \
    --to=guix-patches@gnu.org \
    --cc=66548@debbugs.gnu.org \
    --cc=jaeme@runbox.com \
    /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).