all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Steve George <steve@futurile.net>
To: 61818@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>,
	Steve George <steve@futurile.net>
Subject: [bug#61818] [PATCH 05/14] gnu: Add rust-librespot-tremor.
Date: Sun, 26 Feb 2023 17:09:19 +0000	[thread overview]
Message-ID: <20230226170928.9407-5-steve@futurile.net> (raw)
In-Reply-To: <20230226170928.9407-1-steve@futurile.net>

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

---
Had to set the package to skip build. It errors saying rust-ogg-sys
can't be built, but it does. Unsure how to debug or fix.

 gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 257f35e147..626dfafa8e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -30681,6 +30681,32 @@ (define-public rust-libradicl-0.4
 single-cell and single-nucleus sequencing data.")
     (license license:bsd-3)))
 
+(define-public rust-librespot-tremor-0.2
+  (package
+    (name "rust-librespot-tremor")
+    (version "0.2.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "librespot-tremor" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32 "1zmld16zawvn7ayrf318lwdr2d7awn4bk9s0d6kpim0mz6zjbxcp"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:skip-build? #t ; errors building ogg-sys - though ogg-sys builds
+        #:cargo-inputs
+        (("rust-libc" ,rust-libc-0.2)
+        ("rust-ogg-sys" ,rust-ogg-sys-0.0.9))
+        #:cargo-development-inputs
+        (("rust-cc" ,rust-cc-1)
+        ("rust-pkg-config" ,rust-pkg-config-0.3))))
+    (home-page "https://github.com/librespot-org/librespot-tremor")
+    (synopsis "Rust bindings for Tremor, a fixed point Vorbis decoder")
+    (description "Rust bindings for Tremor, a fixed point decoder for the
+Vorbis audio format.  Used by platforms that can't do floating point maths.")
+    (license license:expat)))
+
 (define-public rust-libsqlite3-sys-0.23
   (package
     (name "rust-libsqlite3-sys")
-- 
2.39.1





  parent reply	other threads:[~2023-02-26 17:12 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-26 16:58 [bug#61818] Various Ogg Vorbis crates Steve George
2023-02-26 17:09 ` [bug#61818] [PATCH 01/14] gnu: Add rust-ogg-sys Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 02/14] gnu: Add rust-vorbis-sys Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 03/14] gnu: Add rust-vorbisfile-sys Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 04/14] gnu: Add rust-vorbis Steve George
2023-02-26 17:09   ` Steve George [this message]
2023-02-26 17:09   ` [bug#61818] [PATCH 06/14] gnu: Add rust-owning-ref-0.3 Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 07/14] gnu: Add rust-parking-lot-core-0.2 Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 08/14] gnu: Add rust-parking-lot-0.4 Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 09/14] gnu: Add rust-rental-impl Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 10/14] gnu: Add rust-rental Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 11/14] gnu: Add rust-al-sys Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 12/14] gnu: Add rust-alto Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 13/14] gnu: Add rust-ogg Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 14/14] gnu: Add rust-lewton Steve George
2023-06-03  9:32 ` [bug#61818] Gentle nudge on #61818 Steve George
2023-06-04  7:33 ` [bug#61818] Various Ogg Vorbis crates Efraim Flashner
2023-06-04  8:53   ` Steve George
2023-06-04  9:06     ` Efraim Flashner
2024-02-21 16:36 ` bug#61818: Close bug#61818 Steve George

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=20230226170928.9407-5-steve@futurile.net \
    --to=steve@futurile.net \
    --cc=61818@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.