GNU bug report logs - #73888
[PATCH] gnu: fabla: Update to 1.4.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Sat, 19 Oct 2024 16:31:03 UTC

Severity: normal

Tags: patch

Done: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73888 in the body.
You can then email your comments to 73888 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73888; Package guix-patches. (Sat, 19 Oct 2024 16:31:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 19 Oct 2024 16:31:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH] gnu: fabla: Update to 1.4.
Date: Sat, 19 Oct 2024 19:29:31 +0300
* gnu/packages/music.scm (fabla): Update to 1.4.

Change-Id: I3fbba9df343ad296a78f2e54fbe02a525a1d546f
---
 gnu/packages/music.scm | 46 +++++++++++++++++++-----------------------
 1 file changed, 21 insertions(+), 25 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 9c1a617ca1..548836abeb 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5813,32 +5813,28 @@ (define-public luppp
       (license license:gpl3+))))
 
 (define-public fabla
-  (let ((revision "1")
-        ;; The last release was in 2016.  Since then a number of commits have
-        ;; been added to fix build problems.
-        (commit "10acf03046d980f96ed192d5acb9deb812f5c639"))
-    (package
-      (name "fabla")
-      (version (git-version "1.3.2" revision commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://github.com/openAVproductions/openAV-Fabla")
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "0ybbzb86j1n5dfhzc6aa3cibkwi6q3x0c18b1w3anyibanmr1wmc"))))
-      (build-system cmake-build-system)
-      (arguments '(#:tests? #f)) ;there are none
-      (inputs (list ntk cairomm libsndfile))
-      (native-inputs (list pkg-config lv2 mesa))
-      (home-page "http://openavproductions.com/fabla/")
-      (synopsis "Sampler LV2 plugin")
-      (description
-       "Fabla is an LV2 drum sampler plugin instrument.  It is ideal for loading up
+  (package
+    (name "fabla")
+    (version "1.4")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/openAVproductions/openAV-Fabla")
+                    (commit (string-append "release-" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "13675ljfcbmxw9jdjrpn9wpvl69qxxc1hg2y9sfjkf4khajpapg9"))))
+    (build-system cmake-build-system)
+    (arguments '(#:tests? #f)) ;there are none
+    (inputs (list ntk cairomm libsndfile))
+    (native-inputs (list pkg-config lv2 mesa))
+    (home-page "http://openavproductions.com/fabla/")
+    (synopsis "Sampler LV2 plugin")
+    (description
+     "Fabla is an LV2 drum sampler plugin instrument.  It is ideal for loading up
 your favorite sampled sounds and bashing away on a MIDI controller.")
-      (license license:gpl2+))))
+    (license license:gpl2+)))
 
 (define-public sorcer
   (let ((revision "1")

base-commit: 5794926bed6fad4598bb565fb7f49be4205b11a1
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#73888; Package guix-patches. (Wed, 23 Oct 2024 11:01:02 GMT) Full text and rfc822 format available.

Message #8 received at 73888 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: 73888 <at> debbugs.gnu.org
Subject: Re: [bug#73888] [PATCH] gnu: fabla: Update to 1.4.
Date: Wed, 23 Oct 2024 12:59:28 +0200
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> skribis:

> * gnu/packages/music.scm (fabla): Update to 1.4.
>
> Change-Id: I3fbba9df343ad296a78f2e54fbe02a525a1d546f

LGTM!




Reply sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
You have taken responsibility. (Wed, 23 Oct 2024 21:55:02 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Wed, 23 Oct 2024 21:55:03 GMT) Full text and rfc822 format available.

Message #13 received at 73888-done <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 73888-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: fabla: Update to 1.4.
Date: Thu, 24 Oct 2024 00:53:03 +0300
[Message part 1 (text/plain, inline)]
Merged into "master" branch as 414d6d7f3234e6230366b2f6edc32b4060f01aee.

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 21 Nov 2024 12:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 210 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.