[PATCH 5/5] gnu: rtmidi: Update to 5.0.0.

  • Done
  • quality assurance status badge
Details
3 participants
  • Alexandros Theodotou
  • Liliana Marie Prikler
  • Ludovic Courtès
Owner
unassigned
Submitted by
Alexandros Theodotou
Severity
normal
Merged with

Debbugs page

Alexandros Theodotou wrote 3 years ago
(address . guix-patches@gnu.org)(name . Alexandros Theodotou)(address . alex@zrythm.org)
20220409005346.69279-5-alex@zrythm.org
* gnu/packages/audio.scm (rtmidi): Update to 5.0.0.
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 17eaba855d..77b855d86c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3223,7 +3223,7 @@ (define-public rubberband
(define-public rtmidi
(package
(name "rtmidi")
- (version "4.0.0")
+ (version "5.0.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.music.mcgill.ca/~gary/rtmidi"
@@ -3231,7 +3231,7 @@ (define-public rtmidi
(file-name (string-append "rtmidi-" version ".tar.gz"))
(sha256
(base32
- "1k962ljpnwyjw9jjiky2372khhri1wqvrj5qsalfpys31xqzw31p"))))
+ "1ff2yfq3k4l209fr71v3w98fpjjv1chs09vkbmxj03lcikahxns8"))))
(build-system gnu-build-system)
(inputs
(list jack-1 alsa-lib))
--
2.35.1
Liliana Marie Prikler wrote 3 years ago
(address . control@debbugs.gnu.org)
48479468a8115ac746ddfbee5a0d277c32f8f965.camel@gmail.com
merge 54805 54806 54807 54808 54809
thanks
Alexandros Theodotou wrote 3 years ago
(address . 54809@debbugs.gnu.org)
30bbd54470e1754ecc5c58a49adeb36925113d25.camel@zrythm.org
Note that libadwaita has had a new release (1.2.0) since my patch.
Ludovic Courtès wrote 3 years ago
Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0.
(name . Alexandros Theodotou)(address . alex@zrythm.org)
871qvqx5mv.fsf@gnu.org
Hi Alexandros,

Alexandros Theodotou <alex@zrythm.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/gnome.scm (libadwaita): Update to 1.1.0.

[...]

Toggle quote (2 lines)
> * gnu/packages/audio.scm (rtmidi): Update to 5.0.0.

I finally pushed these two patches (apologies for the delay). However,
I had to keep version 4.0 and use it for zrythm and milkytracker, which
would otherwise fail to build.

Thanks,
Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54809@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54809
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help