all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: 'Brendan Tildesley <mail@brendan.scot>
To: 62771@debbugs.gnu.org
Cc: Brendan Tildesley <mail@brendan.scot>
Subject: [bug#62771] [PATCH 5/9] gnu: sratom: Update to 0.6.14.
Date: Tue, 11 Apr 2023 18:09:51 +1000	[thread overview]
Message-ID: <20230411080955.22584-4-mail@brendan.scot> (raw)
In-Reply-To: <20230411080955.22584-1-mail@brendan.scot>

From: Brendan Tildesley <mail@brendan.scot>

* gnu/packages/audio.scm (sratom): Update to 0.6.14.
[build-system]: Use meson.
---
 gnu/packages/audio.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index a02c49130c..e2d788bfeb 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3738,22 +3738,22 @@ (define-public rtmidi-4.0
 (define-public sratom
   (package
     (name "sratom")
-    (version "0.6.6")
+    (version "0.6.14")
     (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)
+                "1rm1mkzmqr8k818xxpm69f5jp1fnxjglj3l5ngcysfmq1psgm0lr"))))
+    (build-system meson-build-system)
     (arguments `(#:tests? #f))          ;no check target
     (propagated-inputs
      ;; In Requires of sratom-0.pc.
      (list lv2 serd sord))
     (native-inputs
      (list pkg-config))
-    (home-page "https://drobilla.net/software/sratom/")
+    (home-page "https://drobilla.net/software/sratom.html")
     (synopsis "Library for serialising LV2 atoms to/from RDF")
     (description
      "Sratom is a library for serialising LV2 atoms to/from RDF, particularly
-- 
2.39.2





  parent reply	other threads:[~2023-04-11  8:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-11  8:06 [bug#62771] [PATCH 0/9] Add Easyeffects Brendan Tildesley
2023-04-11  8:08 ` [bug#62771] [PATCH 1/9] gnu: vamp: Update to 2.10.0 'Brendan Tildesley
2023-04-11  8:09 ` [bug#62771] [PATCH 2/9] gnu: lv2: Update to 1.18.10 'Brendan Tildesley
2023-04-11  8:09   ` [bug#62771] [PATCH 3/9] gnu: serd: Update to 0.30.16 'Brendan Tildesley
2023-04-11  8:09   ` [bug#62771] [PATCH 4/9] gnu: sord: Update to 0.16.14 'Brendan Tildesley
2023-04-11  8:09   ` 'Brendan Tildesley [this message]
2023-04-11  8:09   ` [bug#62771] [PATCH 6/9] gnu: rubberband: Update to 3.2.1 'Brendan Tildesley
2023-04-11  8:09   ` [bug#62771] [PATCH 7/9] gnu: mda-lv2: Update to 1.2.10 'Brendan Tildesley
2023-04-11  8:09   ` [bug#62771] [PATCH 8/9] gnu: lilv: Update to 0.24.20 'Brendan Tildesley
2023-04-11  8:09   ` [bug#62771] [PATCH 9/9] gnu: Add easyeffects 'Brendan Tildesley
2024-01-10  9:40 ` [bug#62771] [PATCH 0/9] Add Easyeffects Ricardo Wurmus
2024-01-10 12:32   ` Brendan Tildesley
2024-01-10 18:47     ` Ricardo Wurmus
2024-01-11 22:51       ` bug#62771: " Ricardo Wurmus
2024-01-10 12:34   ` [bug#62771] " Ricardo Wurmus
2024-01-11  4:37 ` Brendan Tildesley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230411080955.22584-4-mail@brendan.scot \
    --to=mail@brendan.scot \
    --cc=62771@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.