From unknown Sat Aug 16 11:12:00 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#77069 <77069@debbugs.gnu.org> To: bug#77069 <77069@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add apulse. Reply-To: bug#77069 <77069@debbugs.gnu.org> Date: Sat, 16 Aug 2025 18:12:00 +0000 retitle 77069 [PATCH] gnu: Add apulse. reassign 77069 guix-patches submitter 77069 Janneke Nieuwenhuizen severity 77069 normal tag 77069 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 17 08:44:01 2025 Received: (at submit) by debbugs.gnu.org; 17 Mar 2025 12:44:02 +0000 Received: from localhost ([127.0.0.1]:56606 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tu9p1-0006SQ-As for submit@debbugs.gnu.org; Mon, 17 Mar 2025 08:44:01 -0400 Received: from lists.gnu.org ([2001:470:142::17]:38142) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tu9ow-0006Qr-3h for submit@debbugs.gnu.org; Mon, 17 Mar 2025 08:43:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tu9oq-0005r5-Es for guix-patches@gnu.org; Mon, 17 Mar 2025 08:43:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tu9op-0007Pj-EB; Mon, 17 Mar 2025 08:43:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=/YpfOIWjrU0piG5eCJTqVLvWfKMbv2E0siOkwwsznz4=; b=DpZfuXpEmFEjz3 r2LejjO4n3M2oSqSUKP6vPoAl09tb/VRr89IlzDDRRc2fFlZh+uL0BQA8gPFPEQr+X46Uq1J7y8d1 Pez2+/Mm6hWD+Dbqygpw7TjSCICpmrpjnovWr7q9GoUrVt8VYzJ9QK5ToY9v2UiJPBm/hOn8qmckk 6J6XetZDDW+vTDvSlh574aGvrfEyIlViFkyHh7124hPnnpkE6h/kw6dhyvzxG0nJy3pNOgJZ8AXMF twc3gCwj0bFVd+XsDUqFUGC5u+mLMo2TeIbf8WIm+oRFTm7zVztoLRlnZjgzm6QDkvEGPPlLg5uNU iu1ztl6aK9nOxkMgMUHQ==; From: Janneke Nieuwenhuizen To: guix-patches@gnu.org Subject: [PATCH] gnu: Add apulse. Date: Mon, 17 Mar 2025 13:43:41 +0100 Message-ID: <9c0d589567233208b07c6cba030fda5aa83d408c.1742215393.git.janneke@gnu.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/pulseaudio.scm (apulse): New variable. Change-Id: I3ff6c9b42896d0ae6bfa708a6d8568034e876b7c --- gnu/packages/pulseaudio.scm | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm index 855ccf5da7e..7315bef579a 100644 --- a/gnu/packages/pulseaudio.scm +++ b/gnu/packages/pulseaudio.scm @@ -16,6 +16,7 @@ ;;; Copyright © 2020 Marius Bakke ;;; Copyright © 2021 Brice Waegeneire ;;; Copyright © 2022 Maxim Cournoyer +;;; Copyright © 2025 Janneke Nieuwenhuizen ;;; ;;; This file is part of GNU Guix. ;;; @@ -522,3 +523,40 @@ (define-public noisetorch input to torch the sound of your mechanical keyboard, computer fans, trains and the likes.") (license l:gpl3))) + +(define-public apulse + (package + (name "apulse") + (version "0.1.13") + (home-page "https://github.com/i-rinat/apulse") + (source + (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1p6fh6ah5v3qz7dxhcsixx38bxg44ypbim4m03bxk3ls5i9xslmn")))) + (arguments + (list #:tests? #f ;no tests + #:configure-flags + ;; Ensure the RUNPATH contains the .../lib/apulse directory. + #~(list (string-append "-DCMAKE_SHARED_LINKER_FLAGS=-Wl,-rpath=" + #$output "/lib/apulse:")))) + (native-inputs (list pkg-config)) + (inputs (list alsa-lib glib)) + (build-system cmake-build-system) + (synopsis "PulseAudio emulation for ALSA") + (description " Apulse provides an alternative partial implementation of +the PulseAudio API. It consists of a loader script and a number of shared +libraries with the same names as from original PulseAudio, so applications +could dynamically load them and think they are talking to PulseAudio. + +Internally, no separate sound mixing daemon is used. Instead, apulse relies +on ALSA's dmix, dsnoop, and plug plugins to handle multiple sound sources and +capture streams running at the same time. dmix plugin muxes multiple playback +streams; dsnoop plugin allow multiple applications to capture from a single +microphone; and plug plugin transparently converts audio between various +sample formats, sample rates and channel numbers.") + (license l:expat))) base-commit: 98be320183579b3d09cf4059e86a9781485628b4 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 22 05:50:31 2025 Received: (at 77069-done) by debbugs.gnu.org; 22 Mar 2025 09:50:31 +0000 Received: from localhost ([127.0.0.1]:40894 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tvvUt-0008PR-FV for submit@debbugs.gnu.org; Sat, 22 Mar 2025 05:50:31 -0400 Received: from mail.envs.net ([5.199.136.28]:60598) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tvvUq-0008PH-I1 for 77069-done@debbugs.gnu.org; Sat, 22 Mar 2025 05:50:29 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id C32BB38A3F99; Sat, 22 Mar 2025 09:50:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1742637026; bh=F7BED9JppVWEl3NBiSixXzJFOc2S2N1v5h2HwbdF1AY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Y1xasctakRiKV+P9lPwhO9U70ry4rvKREcWwIcl4FxiqQYTdM8295YhTgBeKzR10u kiiVT/df7hl6gUNwHwOmuYqPsnUNdeM7iNIIKr5ZeIOvLj7/yLS3fzNS9ps7RrdcaU UMSFyZ/bbSXLemPfQBDc4QJHuLXcP7W6tSwp9sEVz79xoTUCMpp499RoZ4mCzkQ5i6 sZ04/c1v6R9heUME9WWdbI8eGYfjRQLnAHVK//VRxYfgDfMjZdZfTWngpzjc4oDP2O xo9TGMUKzRKOs+wNUxlbfCIvsNmN+dmulH8xzE+XcIb9NF0ibtXgcK3OowADY1U7nW kfqLUKnx9fbVzgP8jKa3Wo70xhJjKXfxOtaNDvazsj1LAS7rkRcZoL/gfqJv8q7WqJ Ii6TQGtan0Wu39W1uowN9J/F9HIAgZKxVqYQoi4uKHWiTZwIh5t6RaDY4KuQq3QxQP MBUKGIyGXh2UA4/GZWrh7QPtb7uAW3IQZsbE2dXKFqthJJjYNA3mAYlQzG5bP6XSaV omx27ZoA3YcTCm3Q1uk6vaIVZgB8hXYV5Copx6LgvNLvajbkYuizkzicU2sKy9vbp7 HBUgWD7Z+1gcASYggn5s3ReRrRXqccXUS2jzBg5iGRNxG6KBDQV5v5SeuuMNcqr959 n7sJn82aABqCZSCw7rj02zG0= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Qg4uxlVDi3Np; Sat, 22 Mar 2025 09:50:22 +0000 (UTC) Received: from localhost (unknown [112.44.105.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Sat, 22 Mar 2025 09:50:21 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id ac840658; Sat, 22 Mar 2025 09:54:38 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Janneke Nieuwenhuizen Subject: Re: [bug#77069] [PATCH] gnu: Add apulse. In-Reply-To: <9c0d589567233208b07c6cba030fda5aa83d408c.1742215393.git.janneke@gnu.org> (Janneke Nieuwenhuizen's message of "Mon, 17 Mar 2025 13:43:41 +0100") References: <9c0d589567233208b07c6cba030fda5aa83d408c.1742215393.git.janneke@gnu.org> Date: Sat, 22 Mar 2025 17:54:38 +0800 Message-ID: <87ldsxs84h.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77069-done Cc: 77069-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Janneke Nieuwenhuizen writes: > * gnu/packages/pulseaudio.scm (apulse): New variable. Close, since this was pushed as 973e59e2. From unknown Sat Aug 16 11:12:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 19 Apr 2025 11:25:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator