From unknown Sat Jun 21 10:36:18 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#42878 <42878@debbugs.gnu.org> To: bug#42878 <42878@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add libinstpatch. Reply-To: bug#42878 <42878@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:36:18 +0000 retitle 42878 [PATCH] gnu: Add libinstpatch. reassign 42878 guix-patches submitter 42878 Vinicius Monego severity 42878 normal tag 42878 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 15 21:45:29 2020 Received: (at submit) by debbugs.gnu.org; 16 Aug 2020 01:45:29 +0000 Received: from localhost ([127.0.0.1]:56622 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k77jg-0001Bg-Q2 for submit@debbugs.gnu.org; Sat, 15 Aug 2020 21:45:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:38960) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k77jf-0001BZ-4M for submit@debbugs.gnu.org; Sat, 15 Aug 2020 21:45:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36762) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k77je-0005AL-Pi for guix-patches@gnu.org; Sat, 15 Aug 2020 21:45:22 -0400 Received: from mout02.posteo.de ([185.67.36.66]:60627) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k77jc-00069q-Ki for guix-patches@gnu.org; Sat, 15 Aug 2020 21:45:22 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 7640F2400FB for ; Sun, 16 Aug 2020 03:45:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1597542317; bh=fXXFQ6Y8G0BJmSe0QOeTN+4jAdo/ILWyFrnfUCxt7Vw=; h=From:To:Cc:Subject:Date:From; b=HtzYqWbkZ+VVFnTCg6EpfHfMcb4qlfVx5SfKQad3anzzCq5VAKedSJ9gKUZyNNw6f PWxV9QhDAuIiljBhvJw1lIliHdJxIDvZjbI0anBhGrdO+Z1ut634HArgUCWxADq7vS CRoos7shGdZ/QfMDkjJKnc2gMhBTcohp/V68NultkXS/yFvGWHsUgHSGmhCKOGNnQR q7Joqqgo+MVOEl6VXpLVbfT+RVkUBmmfGOrvJiDjfL129OIX8rzeNK5WD2FpVbBbJ8 +BJ0e6oihZqKCotv5Vhjq5g7qkbtaLmYMxUvqBYjvDjv2zjUO7rL3jwn5It25RA10/ VA4kKPJl9wbow== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BTg3b5qJPz9rxM; Sun, 16 Aug 2020 03:45:15 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: Add libinstpatch. Date: Sat, 15 Aug 2020 22:45:05 -0300 Message-Id: <20200816014505.7651-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/15 21:45:17 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego 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: -2.3 (--) * gnu/packages/audio.scm (libinstpatch): New variable. --- gnu/packages/audio.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 79fdd1f3f0..953bd8dea6 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -32,6 +32,7 @@ ;;; Copyright © 2020 Guillaume Le Vaillant ;;; Copyright © 2020 Jonathan Frederickson ;;; Copyright © 2020 Giacomo Leidi +;;; Copyright © 2020 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -4401,6 +4402,38 @@ minimum.") (home-page "https://git.zrythm.org/cgit/ztoolkit/") (license license:agpl3+))) +(define-public libinstpatch + (package + (name "libinstpatch") + (version "1.1.5") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/swami/libinstpatch") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0psx4hc5yksfd3k2xqsc7c8lbz2d4yybikyddyd9hlkhq979cmjb")))) + (build-system cmake-build-system) + (arguments + `(#:tests? #f)) ;there are no tests + (native-inputs + `(("glib:bin" ,glib "bin") + ("pkg-config" ,pkg-config))) + (inputs + `(("glib" ,glib) + ("libsndfile" ,libsndfile))) + (home-page "http://www.swamiproject.org/") + (synopsis "Instrument file software library") + (description + "libInstPatch is a library for processing digital sample based MIDI +instrument \"patch\" files. The types of files libInstPatch supports are +used for creating instrument sounds for wavetable synthesis. libInstPatch +provides an object framework (based on GObject) to load patch files into, +which can then be edited, converted, compressed and saved.") + (license license:lgpl2.1))) + (define-public ztoolkit-rsvg (package (inherit ztoolkit) -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 16 03:47:20 2020 Received: (at 42878-done) by debbugs.gnu.org; 16 Aug 2020 07:47:20 +0000 Received: from localhost ([127.0.0.1]:56782 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k7DNw-00046B-6T for submit@debbugs.gnu.org; Sun, 16 Aug 2020 03:47:20 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k7DNv-00045u-CA for 42878-done@debbugs.gnu.org; Sun, 16 Aug 2020 03:47:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36649) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k7DNq-0006eC-34; Sun, 16 Aug 2020 03:47:14 -0400 Received: from [2a01:e0a:19b:d9a0:3107:b202:556:bd51] (port=38878 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k7DNp-0000It-K0; Sun, 16 Aug 2020 03:47:13 -0400 From: Mathieu Othacehe To: Vinicius Monego Subject: Re: [bug#42878] [PATCH] gnu: Add libinstpatch. References: <20200816014505.7651-1-monego@posteo.net> Date: Sun, 16 Aug 2020 09:47:11 +0200 In-Reply-To: <20200816014505.7651-1-monego@posteo.net> (Vinicius Monego's message of "Sat, 15 Aug 2020 22:45:05 -0300") Message-ID: <878sef118g.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42878-done Cc: 42878-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: -3.3 (---) > * gnu/packages/audio.scm (libinstpatch): New variable. Pushed, thanks! Mathieu From unknown Sat Jun 21 10:36:18 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 13 Sep 2020 11:24:07 +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