From unknown Sun Jun 15 08:43:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#60433] [PATCH] gnu: Add petri-foo. Resent-From: Sughosha Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Dec 2022 17:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 60433 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60433@debbugs.gnu.org X-Debbugs-Original-To: "guix-patches@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.167242273824055 (code B ref -1); Fri, 30 Dec 2022 17:53:02 +0000 Received: (at submit) by debbugs.gnu.org; 30 Dec 2022 17:52:18 +0000 Received: from localhost ([127.0.0.1]:36082 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pBJYH-0006Fv-TE for submit@debbugs.gnu.org; Fri, 30 Dec 2022 12:52:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:37032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pBJYF-0006Fm-Sx for submit@debbugs.gnu.org; Fri, 30 Dec 2022 12:52:16 -0500 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 1pBJYF-0004E9-GZ for guix-patches@gnu.org; Fri, 30 Dec 2022 12:52:15 -0500 Received: from mail-40137.protonmail.ch ([185.70.40.137]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pBJYC-0006LE-3x for guix-patches@gnu.org; Fri, 30 Dec 2022 12:52:15 -0500 Date: Fri, 30 Dec 2022 17:51:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1672422723; x=1672681923; bh=ekZesuFPWwDaEV6jRA7UiVCU3/drmtzKXqIC79fdKOU=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=cetDWLSS7ZcXG5mEqopApvVkU+Zt7e/7KWeDoIkRKJd+orYxmN5JatbgPMDPUIAdK GH0sVKjdzrwIkNsUK6b6GQa+J/HjL3McbaDGKYZ9EevFtkgpcTgzQHT9F58rAu51D+ HA8ojIGRlP8+kuCBiXxbBqj8l4BTmQhxZD1Qy0scvMmBGSNA2v30HNntDEDHDayG3P nHuJh8UE3Kp6rl6cnr5OrwQEZEgWqowQWQEf3c+SqdIJWaaSBpuOhOR/GLhgOKrw8Y nUB/dk3fyWoaL+xi6mBZgAlcXtKwGId0lbzy+/fkXuzGe7ZWxW782kprlUSmPHZ32b 4oUOI2Tko6+ww== From: Sughosha Message-ID: Feedback-ID: 45211691:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.137; envelope-from=Sughosha@proton.me; helo=mail-40137.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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/music.scm (petri-foo): New variable. --- gnu/packages/music.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 0fdc100..65fcb2d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2180,6 +2180,47 @@ Editor. It is compatible with Power Tab Editor 1.7 = and Guitar Pro.") users to select LV2 plugins and run them with jalv.") (license license:public-domain))) +(define-public petri-foo + (package + (name "petri-foo") + (version "0.1.87") + (source (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/petri-foo/Source" + "/petri-foo-" version ".tar.bz2")) + (sha256 + (base32 + "0b25iicgn8c42487fdw32ycfrll1pm2zjgy5djvgw6mfcaa4gizh")) + (modules '((guix build utils))) + ;; https://github.com/petri-foo/Petri-Foo/pull/43 + (snippet '(begin + (substitute* "gui/gui.c" + (("#include \\\"waveform\\.h\\\"") + (string-append + "#include \"waveform.h\"" + "\n\nGtkRecentManager *recent_manager;"))) + (substitute* "gui/gui.h" + (("GtkRecentManager \\*recent_manager;") + "extern GtkRecentManager *recent_manager;")))= ))) + (build-system cmake-build-system) + (arguments (list #:tests? #f)) ;no test target + (native-inputs (list pkg-config)) + (inputs (list alsa-lib + glib + jack-1 + libgnomecanvas + liblo + libsamplerate + libsndfile + libxml2 + openssl)) + (home-page "https://petri-foo.sourceforge.net/") + (synopsis "Audio sampler for JACK") + (description + "Petri-Foo is a fork of the Specimen sampler project intended to run = under +a JACK session.") + (license license:gpl2))) + (define-public mixxx (package (name "mixxx") -- libgit2 1.4.3 From unknown Sun Jun 15 08:43:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#60433] [PATCH v2] gnu: Add petri-foo. References: In-Reply-To: Resent-From: Sughosha Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Dec 2022 20:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60433 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "60433@debbugs.gnu.org" <60433@debbugs.gnu.org> Received: via spool by 60433-submit@debbugs.gnu.org id=B60433.16724321397680 (code B ref 60433); Fri, 30 Dec 2022 20:29:02 +0000 Received: (at 60433) by debbugs.gnu.org; 30 Dec 2022 20:28:59 +0000 Received: from localhost ([127.0.0.1]:36152 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pBLzu-0001zo-N2 for submit@debbugs.gnu.org; Fri, 30 Dec 2022 15:28:59 -0500 Received: from mail-40137.protonmail.ch ([185.70.40.137]:48225) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pBLzq-0001zT-78 for 60433@debbugs.gnu.org; Fri, 30 Dec 2022 15:28:56 -0500 Date: Fri, 30 Dec 2022 20:28:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=jjtzuvyl35aihfeyychwzpsa54.protonmail; t=1672432127; x=1672691327; bh=zGVvmHMAZEFL3r/O2IIDFOcTX26uq7UUvJ+xe4Wdpls=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=WSlyvoSyo1hQNrFNPus+Yaj3aJjiFx91COCPC/rUviMfNO51bJbAZSM3sCi3RtC5H /OFLjLngNxPcmioXBJOapqMvWL5w0Elq0swW0g1yYOMP5HBPgpuhPeEl8Lo3QlenRa 4XsfuqKhxIojXYnRwVFqxS1BxVjIk2zHjWWz9dgQTeu3keXUjH6A3FTrH5O3+OVPDs iNRkniSLNVQHjVKyWSD8BHqWmgxP1q7Z4GfZ4CvIaisgfLSma5cK1oqKJIF/9WW+Ot FoiLv8Svr5FXPq3eJsPRWN9PPVL5WZIwURSJX+vc0epTAwknKT9dXopmumKqwFwCn+ cehsvT8SB5vdQ== From: Sughosha Message-ID: Feedback-ID: 45211691:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) 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/music.scm (petri-foo): New public variable. * gnu/packages/patches/petri-foo-0.1.87-fix-recent-file-not-exist.patch * gnu/local.mk (GNU_SYSTEM_MODULES): Add the new patch file. --- gnu/local.mk | 1 + gnu/packages/music.scm | 41 +++++++++++++++++++ ...foo-0.1.87-fix-recent-file-not-exist.patch | 24 +++++++++++ 3 files changed, 66 insertions(+) create mode 100644 gnu/packages/patches/petri-foo-0.1.87-fix-recent-file-n= ot-exist.patch diff --git a/gnu/local.mk b/gnu/local.mk index 0d4028a161..0234ecf52c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1627,6 +1627,7 @@ dist_patch_DATA =3D=09=09=09=09=09=09\ %D%/packages/patches/password-store-tree-compat.patch=09=09\ %D%/packages/patches/pciutils-hurd-configure.patch=09=09\ %D%/packages/patches/pciutils-hurd-fix.patch=09=09=09\ + %D%/packages/patches/petri-foo-0.1.87-fix-recent-file-not-exist.patch=09= =09=09\ %D%/packages/patches/plasma-framework-fix-KF5PlasmaMacros.cmake.patch \ %D%/packages/patches/pocketfft-cpp-prefer-preprocessor-if.patch=09=09=09= \ %D%/packages/patches/pokerth-boost.patch=09=09=09\ diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 5be767a138..257a68af81 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2178,6 +2178,47 @@ (define-public jalv-select users to select LV2 plugins and run them with jalv.") (license license:public-domain))) =20 +(define-public petri-foo + (package + (name "petri-foo") + (version "0.1.87") + (source (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/petri-foo/Source" + "/petri-foo-" version ".tar.bz2")) + (sha256 + (base32 + "0b25iicgn8c42487fdw32ycfrll1pm2zjgy5djvgw6mfcaa4gizh")) + (modules '((guix build utils))) + ;; https://github.com/petri-foo/Petri-Foo/pull/43 + (snippet '(begin + (substitute* "gui/gui.c" + (("#include \\\"waveform\\.h\\\"") + (string-append + "#include \"waveform.h\"" + "\n\nGtkRecentManager *recent_manager;"))) + (substitute* "gui/gui.h" + (("GtkRecentManager \\*recent_manager;") + "extern GtkRecentManager *recent_manager;")))= ))) + (build-system cmake-build-system) + (arguments (list #:tests? #f)) ;no test target + (native-inputs (list pkg-config)) + (inputs (list alsa-lib + glib + jack-1 + libgnomecanvas + liblo + libsamplerate + libsndfile + libxml2 + openssl)) + (home-page "https://petri-foo.sourceforge.net/") + (synopsis "Audio sampler for JACK") + (description + "Petri-Foo is a fork of the Specimen sampler project intended to run = under +a JACK session.") + (license license:gpl2))) + (define-public mixxx (package (name "mixxx") diff --git a/gnu/packages/patches/petri-foo-0.1.87-fix-recent-file-not-exis= t.patch b/gnu/packages/patches/petri-foo-0.1.87-fix-recent-file-not-exist.p= atch new file mode 100644 index 0000000000..3e88487b07 --- /dev/null +++ b/gnu/packages/patches/petri-foo-0.1.87-fix-recent-file-not-exist.patch @@ -0,0 +1,24 @@ +diff -Naur a/gui/bank-ops.c b/gui/bank-ops.c +--- a/gui/bank-ops.c=092012-08-06 05:33:34.000000000 +0200 ++++ b/gui/bank-ops.c=092012-08-07 17:57:28.580145691 +0200 +@@ -393,6 +393,8 @@ + g_signal_connect_swapped(G_OBJECT(msg), "response", + G_CALLBACK(gtk_widget_destroy), msg); + gtk_widget_show (msg); ++ ++ gtk_recent_manager_remove_item(recent_manager, filename, NULL); + } + else + { +diff -Naur a/libpetrifui/dish_file.c b/libpetrifui/dish_file.c +--- a/libpetrifui/dish_file.c=092012-08-06 05:33:34.000000000 +0200 ++++ b/libpetrifui/dish_file.c=092012-08-07 17:56:09.063909801 +0200 +@@ -1440,7 +1440,7 @@ +=20 + if (stat(path, &st) !=3D 0) + { +- msg_log(MSG_ERROR, "file '%s' does not exist\n"); ++ msg_log(MSG_ERROR, "file '%s' does not exist\n", path); + return -1; + } +=20 --=20 2.38.1 From unknown Sun Jun 15 08:43:45 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Sughosha Subject: bug#60433: closed (Re: bug#60433: [PATCH] gnu: Add petri-foo.) Message-ID: References: <873586a2tr.fsf_-_@gnu.org> X-Gnu-PR-Message: they-closed 60433 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 60433@debbugs.gnu.org Date: Thu, 19 Jan 2023 16:48:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1674146882-7938-1" This is a multi-part message in MIME format... ------------=_1674146882-7938-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #60433: [PATCH] gnu: Add petri-foo. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 60433@debbugs.gnu.org. --=20 60433: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D60433 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1674146882-7938-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 60433-done) by debbugs.gnu.org; 19 Jan 2023 16:47:54 +0000 Received: from localhost ([127.0.0.1]:44606 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pIY4w-00023d-FU for submit@debbugs.gnu.org; Thu, 19 Jan 2023 11:47:54 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pIY4v-00023R-8r for 60433-done@debbugs.gnu.org; Thu, 19 Jan 2023 11:47:53 -0500 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 1pIY4p-0000B0-Gr; Thu, 19 Jan 2023 11:47:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=YPuCI8MOduslS0ea/N6FGVqcSQUfrMmRJPmFbMVUXxo=; b=ndaYv0xZ2cwwrXH/t53O v70ohWiSA/gLcUevExR2IgZP75gN4rSe5nPp9KzVFmciS5TRWHyikgsmqEp8shzS95Q+pBF+hb8lX FpKx7w9J6RtCi9QegBDAsmAjbF/kHFezA1p7PrFRRPJaDYxovBvZcMA2EVX3DH8euchzCSsLQPL+d MQkiQl+T9PT9jhERJYiTKFhJhW92eEXTd0ZF2Rbh5cnbePualNqua6kwhCWCT08gh4hhgKo9SWtOi S6JbzF9A7WuZJ8qshx32R8N33ahO8p2v+0IwZ6sxZ9EHQpNC7hLRO+KBBt5wMdYqiYSsifv90qmkx NTm9FXm0lwYwXw==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pIY4o-0002bM-QC; Thu, 19 Jan 2023 11:47:47 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Sughosha Subject: Re: bug#60433: [PATCH] gnu: Add petri-foo. References: Date: Thu, 19 Jan 2023 17:47:44 +0100 In-Reply-To: (Sughosha@proton.me's message of "Fri, 30 Dec 2022 20:28:27 +0000") Message-ID: <873586a2tr.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60433-done Cc: "60433@debbugs.gnu.org" <60433-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 (---) Hi, Sughosha skribis: > * gnu/packages/music.scm (petri-foo): New public variable. > * gnu/packages/patches/petri-foo-0.1.87-fix-recent-file-not-exist.patch > * gnu/local.mk (GNU_SYSTEM_MODULES): Add the new patch file. Applied, thanks! Ludo=E2=80=99. ------------=_1674146882-7938-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Dec 2022 17:52:18 +0000 Received: from localhost ([127.0.0.1]:36082 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pBJYH-0006Fv-TE for submit@debbugs.gnu.org; Fri, 30 Dec 2022 12:52:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:37032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pBJYF-0006Fm-Sx for submit@debbugs.gnu.org; Fri, 30 Dec 2022 12:52:16 -0500 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 1pBJYF-0004E9-GZ for guix-patches@gnu.org; Fri, 30 Dec 2022 12:52:15 -0500 Received: from mail-40137.protonmail.ch ([185.70.40.137]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pBJYC-0006LE-3x for guix-patches@gnu.org; Fri, 30 Dec 2022 12:52:15 -0500 Date: Fri, 30 Dec 2022 17:51:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1672422723; x=1672681923; bh=ekZesuFPWwDaEV6jRA7UiVCU3/drmtzKXqIC79fdKOU=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=cetDWLSS7ZcXG5mEqopApvVkU+Zt7e/7KWeDoIkRKJd+orYxmN5JatbgPMDPUIAdK GH0sVKjdzrwIkNsUK6b6GQa+J/HjL3McbaDGKYZ9EevFtkgpcTgzQHT9F58rAu51D+ HA8ojIGRlP8+kuCBiXxbBqj8l4BTmQhxZD1Qy0scvMmBGSNA2v30HNntDEDHDayG3P nHuJh8UE3Kp6rl6cnr5OrwQEZEgWqowQWQEf3c+SqdIJWaaSBpuOhOR/GLhgOKrw8Y nUB/dk3fyWoaL+xi6mBZgAlcXtKwGId0lbzy+/fkXuzGe7ZWxW782kprlUSmPHZ32b 4oUOI2Tko6+ww== To: "guix-patches@gnu.org" From: Sughosha Subject: [PATCH] gnu: Add petri-foo. Message-ID: Feedback-ID: 45211691:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.137; envelope-from=Sughosha@proton.me; helo=mail-40137.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: -2.3 (--) * gnu/packages/music.scm (petri-foo): New variable. --- gnu/packages/music.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 0fdc100..65fcb2d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2180,6 +2180,47 @@ Editor. It is compatible with Power Tab Editor 1.7 = and Guitar Pro.") users to select LV2 plugins and run them with jalv.") (license license:public-domain))) +(define-public petri-foo + (package + (name "petri-foo") + (version "0.1.87") + (source (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/petri-foo/Source" + "/petri-foo-" version ".tar.bz2")) + (sha256 + (base32 + "0b25iicgn8c42487fdw32ycfrll1pm2zjgy5djvgw6mfcaa4gizh")) + (modules '((guix build utils))) + ;; https://github.com/petri-foo/Petri-Foo/pull/43 + (snippet '(begin + (substitute* "gui/gui.c" + (("#include \\\"waveform\\.h\\\"") + (string-append + "#include \"waveform.h\"" + "\n\nGtkRecentManager *recent_manager;"))) + (substitute* "gui/gui.h" + (("GtkRecentManager \\*recent_manager;") + "extern GtkRecentManager *recent_manager;")))= ))) + (build-system cmake-build-system) + (arguments (list #:tests? #f)) ;no test target + (native-inputs (list pkg-config)) + (inputs (list alsa-lib + glib + jack-1 + libgnomecanvas + liblo + libsamplerate + libsndfile + libxml2 + openssl)) + (home-page "https://petri-foo.sourceforge.net/") + (synopsis "Audio sampler for JACK") + (description + "Petri-Foo is a fork of the Specimen sampler project intended to run = under +a JACK session.") + (license license:gpl2))) + (define-public mixxx (package (name "mixxx") -- libgit2 1.4.3 ------------=_1674146882-7938-1--