unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47219] [PATCH] gnu: Add snapcast.
@ 2021-03-17 19:58 Christopher Baines
  2021-03-19 12:49 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2021-03-17 19:58 UTC (permalink / raw)
  To: 47219

* gnu/packages/audio.scm (snapcast): New variable.
---
 gnu/packages/audio.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 8b23f04fe5..b873a34857 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1052,6 +1052,40 @@ performances.  The plugins include a cellular automaton synthesizer, an
 envelope follower, distortion effects, tape effects and more.")
     (license license:gpl2+)))
 
+(define-public snapcast
+  (package
+    (name "snapcast")
+    (version "0.24.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/badaix/snapcast")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "13yz8alplnqwkcns3mcli01qbyy6l3h62xx0v71ygcrz371l4g9g"))))
+    (build-system cmake-build-system)
+    (arguments
+     '(#:tests? #f))                    ; no included tests
+    (inputs
+     `(("boost" ,boost)
+       ("libvorbis" ,libvorbis)
+       ("soxr" ,soxr)
+       ("alsa-lib" ,alsa-lib)
+       ("avahi" ,avahi)
+       ("pulseaudio" ,pulseaudio)
+       ("flac" ,flac)
+       ("opus" ,opus)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (home-page "https://github.com/badaix/snapcast")
+    (synopsis "Synchronous multiroom audio player")
+    (description
+     "Snapcast is a multi-room client-server audio player.  Clients are time
+synchronized with the server to play synced audio.")
+    (license license:gpl3+)))
+
 (define-public swh-plugins
   (package
     (name "swh-plugins")
-- 
2.30.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#47219] [PATCH] gnu: Add snapcast.
  2021-03-17 19:58 [bug#47219] [PATCH] gnu: Add snapcast Christopher Baines
@ 2021-03-19 12:49 ` Ludovic Courtès
  2021-03-23 21:17   ` bug#47219: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2021-03-19 12:49 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 47219

Hi!

Christopher Baines <mail@cbaines.net> skribis:

> * gnu/packages/audio.scm (snapcast): New variable.

LGTM! :-)

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#47219: [PATCH] gnu: Add snapcast.
  2021-03-19 12:49 ` Ludovic Courtès
@ 2021-03-23 21:17   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2021-03-23 21:17 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 47219-done

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


Ludovic Courtès <ludo@gnu.org> writes:

> Hi!
>
> Christopher Baines <mail@cbaines.net> skribis:
>
>> * gnu/packages/audio.scm (snapcast): New variable.
>
> LGTM! :-)

Great, I've pushed this as aa13529baf498362b5d0c2310d1349692f71a260.

Thanks,

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-23 21:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 19:58 [bug#47219] [PATCH] gnu: Add snapcast Christopher Baines
2021-03-19 12:49 ` Ludovic Courtès
2021-03-23 21:17   ` bug#47219: " Christopher Baines

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).