all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73888] [PATCH] gnu: fabla: Update to 1.4.
@ 2024-10-19 16:29 Artyom V. Poptsov
  2024-10-23 10:59 ` Ludovic Courtès
  2024-10-23 21:53 ` bug#73888: " Artyom V. Poptsov
  0 siblings, 2 replies; 3+ messages in thread
From: Artyom V. Poptsov @ 2024-10-19 16:29 UTC (permalink / raw)
  To: 73888; +Cc: Artyom V. Poptsov

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#73888] [PATCH] gnu: fabla: Update to 1.4.
  2024-10-19 16:29 [bug#73888] [PATCH] gnu: fabla: Update to 1.4 Artyom V. Poptsov
@ 2024-10-23 10:59 ` Ludovic Courtès
  2024-10-23 21:53 ` bug#73888: " Artyom V. Poptsov
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2024-10-23 10:59 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 73888

"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:

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

LGTM!




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#73888: [PATCH] gnu: fabla: Update to 1.4.
  2024-10-19 16:29 [bug#73888] [PATCH] gnu: fabla: Update to 1.4 Artyom V. Poptsov
  2024-10-23 10:59 ` Ludovic Courtès
@ 2024-10-23 21:53 ` Artyom V. Poptsov
  1 sibling, 0 replies; 3+ messages in thread
From: Artyom V. Poptsov @ 2024-10-23 21:53 UTC (permalink / raw)
  To: 73888-done

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

Merged into "master" branch as 414d6d7f3234e6230366b2f6edc32b4060f01aee.

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-23 21:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-19 16:29 [bug#73888] [PATCH] gnu: fabla: Update to 1.4 Artyom V. Poptsov
2024-10-23 10:59 ` Ludovic Courtès
2024-10-23 21:53 ` bug#73888: " Artyom V. Poptsov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.