all messages for Guix-related lists mirrored at yhetil.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 01/02] gnu: Add rust-alsa-sys
Date: Mon, 23 Oct 2023 01:41:40 -0400	[thread overview]
Message-ID: <1b312c92-3869-4bd1-b757-e523606b6472@runbox.com> (raw)
In-Reply-To: <c1385520-9533-4e6f-9fff-612f4a574c58@runbox.com>

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



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

From 5a062eca422943dfeca62c533826424a9b734904 Mon Sep 17 00:00:00 2001
From: Jaeme Sifat <jaeme@runbox.com>
Date: Mon, 23 Oct 2023 01:19:50 -0400
Subject: [PATCH 1/2] gnu: Add rust-alsa-sys

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

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1fba8641a8..7067ef96fd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3070,6 +3070,30 @@ (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-sys-0.3
+  (package
+    (name "rust-alsa-sys")
+    (version "0.3.1")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "alsa-sys" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "09qmmnpmlcj23zcgx2xsi4phcgm5i02g9xaf801y7i067mkfx3yv"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:tests? #f ;doc tests fail due to scoping issues
+       #:cargo-inputs (("rust-libc" ,rust-libc-0.2)
+                       ("rust-pkg-config" ,rust-pkg-config-0.3))))
+    (inputs (list alsa-lib))
+    (native-inputs (list pkg-config))
+    (home-page "https://github.com/diwic/alsa-sys")
+    (synopsis
+     "FFI bindings for the ALSA project (Advanced Linux Sound Architecture)")
+    (description "This crate provides raw FFI bindings for ALSA.")
+    (license license:expat)))
+
 (define-public rust-always-assert-0.1
   (package
     (name "rust-always-assert")
-- 
2.34.1


  parent reply	other threads:[~2023-10-23  5:52 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 ` jaeme via Guix-patches via [this message]
2023-10-23  5:42 ` [bug#66548] [PATCH 02/02] gnu: Add rust-alsa jaeme via Guix-patches via
2023-10-24  1:26 ` [bug#66548] [PATCH 01/02] gnu: Add rust-alsa-sys 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

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

  git send-email \
    --in-reply-to=1b312c92-3869-4bd1-b757-e523606b6472@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 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.