From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id UNFhJ+LtGWSVbgEASxT56A (envelope-from ) for ; Tue, 21 Mar 2023 18:48:18 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id EPwrJ+LtGWTJOgAAauVa8A (envelope-from ) for ; Tue, 21 Mar 2023 18:48:18 +0100 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 222C63097D for ; Tue, 21 Mar 2023 18:48:17 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b="YyQ/tsu4"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1679420898; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=pFspEi3+cof8a9SN4Cs7JLQawsJu7wG35k0FW0g8G/g=; b=RG8AlgsBeFQXv1G9y2WZKTKtxHDYEJxAy5AVZwGjXia/3mIwOk7BZzS8z3AVEY/rCeeK9n YUC5qGYvjPMeTF6+lQVq5dFsnZbr6MYyZT0nogf+2sh1t2DIfqu/JMxjuZcw6uTq/X9hKM JdgD+BhVJLvbWcM9W3xFj8GvAeJGo5lyje3IkuQ+DxCYWNGlmo5ALslU6OXh6TLhcbMZOv BNwr6PD+Gb1BV1YIW/+XTba9i8/BxnrOnuf6my1hB10iQFMJz2YfyI56ot8lnKdJhwiPFw LOWL7I4CcqPJbB4ohiR3M014MIeB0ckVyR5hGreMT92T1t5vgdr6q6gBjpolCQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b="YyQ/tsu4"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1679420898; a=rsa-sha256; cv=none; b=Or3x7N9do1zo6oZ5rET4gTMln2lmVlg7G6qGzfTPP2FqdL0Fdchuq9wb07vS5/IQFBKfOP HvMVqlY/RJly4m/nIGRDvmQTc3oMyN/3fO2KfNSXKmbI53q/JeYI0bU6QSFT0Gqj/iKkEK d0qI9GhomDRlvf+F88QVx1UeS5B34fFuNlxW2eLUyDm3ImxB3OJC7Ra9C0023VnEnm9aRG nccO8poGca5R2zPGkBQLLsnuXQOhMs5gBPgkgaOXKAQC4HHuERaBOrB/hsivDdvbZO/wOM pkRRja7KylSXRGAHtcCI3nhYA/lBZd+CmISfySqqoRJ8h215NpvS4hLk4Arhzw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1peg5c-0006wS-JE; Tue, 21 Mar 2023 13:48:04 -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 1peg5a-0006vi-Dg for guix-patches@gnu.org; Tue, 21 Mar 2023 13:48:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1peg5a-0002X1-4M for guix-patches@gnu.org; Tue, 21 Mar 2023 13:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1peg5Z-0001A9-OW for guix-patches@gnu.org; Tue, 21 Mar 2023 13:48:01 -0400 Subject: bug#58809: [PATCH] gnu: Add samplebrain. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 21 Mar 2023 17:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58809 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: moreinfo patch To: Antero Mejr Cc: 58809-done@debbugs.gnu.org Mail-Followup-To: 58809@debbugs.gnu.org, maxim.cournoyer@gmail.com, antero@mailbox.org Received: via spool by 58809-done@debbugs.gnu.org id=D58809.16794208584314 (code D ref 58809); Tue, 21 Mar 2023 17:48:01 +0000 Received: (at 58809-done) by debbugs.gnu.org; 21 Mar 2023 17:47:38 +0000 Received: from localhost ([127.0.0.1]:60473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peg5B-00017T-RN for submit@debbugs.gnu.org; Tue, 21 Mar 2023 13:47:38 -0400 Received: from mail-qv1-f45.google.com ([209.85.219.45]:41583) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peg5A-00016r-8F for 58809-done@debbugs.gnu.org; Tue, 21 Mar 2023 13:47:36 -0400 Received: by mail-qv1-f45.google.com with SMTP id g9so10358659qvt.8 for <58809-done@debbugs.gnu.org>; Tue, 21 Mar 2023 10:47:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679420850; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=pFspEi3+cof8a9SN4Cs7JLQawsJu7wG35k0FW0g8G/g=; b=YyQ/tsu4+3jDkPIixZ9nIVAjxky7IKgsVWZZ6vAskjUIBrPLxVddpoRzqjRSktIbY1 B8RSNLtd0L1P9PgtRr+ynpYy4aRuEAvoG/VtFD2MPbP4N281GhliKJpXkuQYaKiwz7Qn y8WafmmkvSpmGx2wK9ZROA+6JpR9Jyal+V9dn1DFUVljCaQIn6/BBIjJkxgCKWZ2sVrF sopP3jMQvr8X7FafHbiXidthM6ZFGquinRQ2UU3F6FL/96cbOWcaJ3GYGsY0tvVyx4e6 FRaHLXjLKhST67nASJpd2v8wuZnq9AOtdvT2Dre91kX+cvKGH8OSkxYgSVM29CRV5xf4 9mPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679420850; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=pFspEi3+cof8a9SN4Cs7JLQawsJu7wG35k0FW0g8G/g=; b=FKCREes250S5v9FCU/qpSfFEk+roRVR1GqSTLmSn9xfDLQZy3go9qSjVY/ftHcD6GE mG1wLB+iHujDoM47OqSsN2tSNFWGoBMXIoGjZEeqYp4JYpvF3W6Ne9s2Vm8lqsS1Krs4 MlMVLL/oIe6X9awT+ckJPN6GeFu6U36GjA98ilwxqRhrmyphNgiUhH5Cyt77TISb2Sb0 1YYGWazBQpTpgwTVal71GJn3GcxFegDgIHY/qm7lzcyxpjmgs+9dsY1mSQM3YZL4bk4e QQhGJhrZAmkAZkTTpyNTSFY3PX+Z4ThNLt+SCQR5iJSItM27wLdM3Lkb7XCkte3ntdpX 4zqQ== X-Gm-Message-State: AO0yUKWknd7jy0mdeeIzp9q4Sqgw+Nzxq+fykTZU4hGGmtztM0nywG4r WkLydClBlWnnrfmnCaxg25RqIF/CyE8j/g== X-Google-Smtp-Source: AK7set8Q6A9n/G+kdZDOKB3MJWFaHf1FznxZiAlSr2OIwiT2BSiLJYyeRwg86KP8wMOk4Pp+ICPwFw== X-Received: by 2002:ad4:5ecf:0:b0:5a4:548e:4ed6 with SMTP id jm15-20020ad45ecf000000b005a4548e4ed6mr1477643qvb.40.1679420850511; Tue, 21 Mar 2023 10:47:30 -0700 (PDT) Received: from hurd (dsl-10-130-195.b2b2c.ca. [72.10.130.195]) by smtp.gmail.com with ESMTPSA id z9-20020a376509000000b0074283b87a4esm2505591qkb.90.2023.03.21.10.47.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Mar 2023 10:47:30 -0700 (PDT) From: Maxim Cournoyer References: <20221027010749.3291-1-antero@mailbox.org> <87y1nqs2sx.fsf@gmail.com> <87wn3a40ip.fsf@mailbox.org> Date: Tue, 21 Mar 2023 13:47:29 -0400 In-Reply-To: <87wn3a40ip.fsf@mailbox.org> (Antero Mejr's message of "Tue, 21 Mar 2023 14:55:26 +0000") Message-ID: <87o7omngi6.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: X-Migadu-Queue-Id: 222C63097D X-Spam-Score: -3.15 X-Migadu-Spam-Score: -3.15 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-TUID: LKdn2agH4IMj Hi Antero, Antero Mejr writes: > Maxim Cournoyer writes: > >> Thanks! The license, which is gpl2+ (version 2 or later), according to >> the LICENSE file (and source copyright headers). > > Fixed in v2. > >> I was about to push this, but running the binary yields: >> >> $ /gnu/store/qi31sc2z7nbi4c3wpj7w218fgbjmfsns-samplebrain-0.18.4/bin/samplebrain >> liblo server error 9904 >> Segmentation fault >> >> Could you please look into that? > > It looks like that error is because liblo is unable to bind to a port to > create an OSC server. Samplebrain starts up that server on init to do > its audio routing. Were you running the binary in a container, or on a > system that does not have a soundcard or audio software (ALSA, Jack) set > up? > I can't reproduce that error on my ALSA-based system. I use pulseaudio/ALSA. I haven't tried with Jack running. I've tried with your v2 update, and it worked! So I've now pushed it, adding your copyright line at the top. > Semi-related, is there going to be a revert to fix QT_PLUGIN_PATH on > Wayland? I saw it was being discussed at: > https://issues.guix.gnu.org/57742 > > When I run QT applications under XWayland, there is a dialog box bug > that crashes my WM (Sway) and requires a reboot. I first noticed it when > running the dolphin emulator, but now I see it with Samplebrain too. It would need to be attempted and see if everything runs well even when mixing Qt 5 and 6 in QT_PLUGIN_PATH, but upstream says it should. -- Thanks, Maxim