diff mbox series

[bug#67273,gnome-team,3/5] gnu: sratom: Update to 0.6.16.

Message ID 3da8ef93a1b879fd1219139c8b961ee8f754b5b7.1700387828.git.zhengjunjie@iscas.ac.cn
State New
Headers show
Series update lilv and its dependency. | expand

Commit Message

Zheng Junjie Nov. 19, 2023, 10:07 a.m. UTC
* gnu/packages/audio.scm (sratom): Update to 0.6.16.
[source]: Update url.
[build-system]: Change to meson-build-system.
[arguments]: Remove it.

Change-Id: If24bcd75a79c5e27e1a40647651573d72b48bdf3
---
 gnu/packages/audio.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Comments

Gabriel Wicki Nov. 29, 2023, 1:19 p.m. UTC | #1
Hi!

Thanks for the explanation!

So the patch set should be changed in order - i can confirm that all
packages now build just fine!

They generally look good to me, except for one question:  is it
impossible to patch the sources so we wouldn't need to propagate more
inputs?  Otherwise all seems fine.


So, if you could re-send your patchset with
 - the correct order,
 - $(guix style) ran on all the packages,
 - and maybe less input propagation (if possible)

that'd be great!

Thanks for your time and effort!
diff mbox series

Patch

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 7c49ba1841..9b6bf0e7e5 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3725,16 +3725,15 @@  (define-public rtmidi-4.0
 (define-public sratom
   (package
     (name "sratom")
-    (version "0.6.6")
+    (version "0.6.16")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.drobilla.net/sratom-"
-                                  version ".tar.bz2"))
+                                  version ".tar.xz"))
               (sha256
                (base32
-                "178v90qvsp6lw4sqdmdz0bzyjkgwhv9m75ph1d1z8say5bv0p4gv"))))
-    (build-system waf-build-system)
-    (arguments `(#:tests? #f))          ;no check target
+                "1i12wcnv52r05zr5wjmpvbsvbjbm3hkv8frral2kvrc326cmghbi"))))
+    (build-system meson-build-system)
     (propagated-inputs
      ;; In Requires of sratom-0.pc.
      (list lv2 serd sord))