GNU bug report logs - #77999
[PATCH] gnu: a2jmidid: Update to 12, change source and homepage

Previous Next

Package: guix-patches;

Reported by: Andrew Wong <wongandj <at> icloud.com>

Date: Tue, 22 Apr 2025 23:29:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andrew Wong <wongandj <at> icloud.com>
Subject: bug#77999: closed (Re: [PATCH] gnu: a2jmidid: Update to 12,
 change source and homepage)
Date: Wed, 30 Apr 2025 15:47:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77999: [PATCH] gnu: a2jmidid: Update to 12, change source and homepage

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 77999 <at> debbugs.gnu.org.

-- 
77999: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77999
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Andrew Wong <wongandj <at> icloud.com>
Cc: 77999-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: a2jmidid: Update to 12, change source and homepage
Date: Wed, 30 Apr 2025 17:46:15 +0200
Pushed, thanks!

Andreas


[Message part 3 (message/rfc822, inline)]
From: Andrew Wong <wongandj <at> icloud.com>
To: guix-patches <at> gnu.org
Cc: Andrew Wong <wongandj <at> icloud.com>
Subject: [PATCH] gnu: a2jmidid: Update to 12, change source and homepage
Date: Tue, 22 Apr 2025 19:28:25 -0400
* gnu/packages/music.scm (a2jmidid): Update to 12.
[source]: Switch to new, maintained source and tarballs.
[home-page]: Switch to new homepage.

Change-Id: Ida0f3b82225b3b1395b06dbfc298fa6e8a98a205
---
 gnu/packages/music.scm | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0759c3d3c1..5d5cb9bdb5 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -7715,22 +7715,13 @@ (define-public shiru-lv2
 (define-public a2jmidid
   (package
     (name "a2jmidid")
-    (version "9")
+    (version "12")
     (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/jackaudio/a2jmidid")
-                    (commit version)))
-              (modules '((guix build utils)))
-              (snippet
-               ;; Fix build for for riscv64-linux, same as:
-               ;;   https://github.com/jackaudio/a2jmidid/pull/18
-               '(substitute* "sigsegv.c"
-                  (("!defined[(]__aarch64__[)]")
-                   "!defined(__arch64__) && !defined(__riscv)")))
+              (method url-fetch)
+              (uri (string-append "https://dl.ladish.org/a2jmidid/a2jmidid-"
+                                  version ".tar.bz2"))
               (sha256
-               (base32 "1x6rcl3f4nklnx4p5jln9a7fpj9y7agjxs9rw7cccmwnski7pnsq"))
-              (file-name (git-file-name name version))))
+               (base32 "1m05kbxkfw992pl23vfbg4s4rlhailkh04fa7bjdhr39j32q4qjk"))))
     (arguments
      (list #:tests? #f      ; No tests.
            #:phases
@@ -7756,7 +7747,7 @@ (define-public a2jmidid
     (description
      "@code{a2jmidid} is a daemon that implements automatic bridging of ALSA
 midi devices to JACK midi devices.")
-    (home-page "https://github.com/jackaudio/a2jmidid")
+    (home-page "https://a2jmidid.ladish.org/")
     (license license:gpl2)))
 
 (define-public opustags

base-commit: f7c41ab31f5023023385500f6eb9083d23dd1ccb
-- 
2.49.0




This bug report was last modified 19 days ago.

Previous Next


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