From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id KGRLCthfUmANDgAA0tVLHw (envelope-from ) for ; Wed, 17 Mar 2021 20:00:24 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 8MMdBthfUmA1JgAA1q6Kng (envelope-from ) for ; Wed, 17 Mar 2021 20:00:24 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id ADDBF18537 for ; Wed, 17 Mar 2021 21:00:23 +0100 (CET) Received: from localhost ([::1]:58416 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lMcL8-0002Pn-DF for larch@yhetil.org; Wed, 17 Mar 2021 16:00:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60958) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lMcKp-0002Oy-06 for guix-patches@gnu.org; Wed, 17 Mar 2021 16:00:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60705) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lMcKo-0004EY-No for guix-patches@gnu.org; Wed, 17 Mar 2021 16:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lMcKo-00005P-JZ for guix-patches@gnu.org; Wed, 17 Mar 2021 16:00:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#47219] [PATCH] gnu: Add snapcast. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 17 Mar 2021 20:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47219 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47219@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161601114432698 (code B ref -1); Wed, 17 Mar 2021 20:00:02 +0000 Received: (at submit) by debbugs.gnu.org; 17 Mar 2021 19:59:04 +0000 Received: from localhost ([127.0.0.1]:44018 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lMcJs-0008VK-5v for submit@debbugs.gnu.org; Wed, 17 Mar 2021 15:59:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:59982) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lMcJo-0008Ut-2f for submit@debbugs.gnu.org; Wed, 17 Mar 2021 15:59:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lMcJn-0002JA-Q3 for guix-patches@gnu.org; Wed, 17 Mar 2021 15:58:59 -0400 Received: from mira.cbaines.net ([212.71.252.8]:40890) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lMcJl-0003lg-V2 for guix-patches@gnu.org; Wed, 17 Mar 2021 15:58:59 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:8ac0:b4c7:f5c8:7caa]) by mira.cbaines.net (Postfix) with ESMTPSA id 6FEFB27BC55 for ; Wed, 17 Mar 2021 19:58:56 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id f10d4abd for ; Wed, 17 Mar 2021 19:58:55 +0000 (UTC) From: Christopher Baines Date: Wed, 17 Mar 2021 19:58:55 +0000 Message-Id: <20210317195855.5557-1-mail@cbaines.net> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1616011223; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=X7ZGT7x1W1PtDv9Der2IKEu6XcFYAoOXt3nmB8ON208=; b=INrfGsMtaHTcIny4MeVw2w1eUJflQ5JXWsYmtW7oE9cr5hO5Bp/tM5a+vicbHupessLEHE BVSzijf+eijv39yoWpafGEXxCgzFYbxDJWbma3LOIMRylOtF8+jMmeuLIK8/zPPcoTvf4m p+1yyLMNqAb5wvjE7JFJdzce37AY1sEhWCWHjQlmQmpXA4xjN3ccInWcnVJO3i8tmB0Ina JFghzrxLFQJRGFB+uZPWu1Ft56Gv8+87mZVsjIowBPY04XIri80d8kQU7PUCwh50rFmBGL zdcqfgFPfMRTjg2/UGQbN7yoQ8fHgw9GkBn4L+UWA4dduGP/FZCYa9Boc5yryg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1616011223; a=rsa-sha256; cv=none; b=baa389z5pk/BU/Ok/EGc+VLyAFzHMeePduTx2140bdt8QnOmbgH8v9YAttT7YYijdTEe2r gJNSJsS7uueim+T9Xorr2amPjE7jg1wSQhq6U8bCnWXfxhTAVPgXMMHyoxQ0deac8aWHwv tRBHID7fDCI2eVi6KrYcmIAcIpgkx/QGHqM4Dhng3L7SiLrRRIa1q6eHzvoC6DGdKqncYS lf/tH/Bl9TeIEaKAW668jRIheqn+IsQfHOPzp3C5I93+LZxJSd+DXLsxFYF7+aLRoO3oS7 sbTm6UdOwKobImo1hhdF0q4gNZi47lTwWTKfRW7ywLG9oqyPepEpZlRo1UetKw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 2.60 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: ADDBF18537 X-Spam-Score: 2.60 X-Migadu-Scanner: scn0.migadu.com X-TUID: jph4UGvOTdOG * 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