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 4/9] gnu: sord: Update to 0.16.14.
Date: Tue, 11 Apr 2023 18:09:50 +1000	[thread overview]
Message-ID: <20230411080955.22584-3-mail@brendan.scot> (raw)
In-Reply-To: <20230411080955.22584-1-mail@brendan.scot>

From: Brendan Tildesley <mail@brendan.scot>

* gnu/packages/rdf.scm (sord): Update to 0.16.14.
[build-system]: Use meson.
[arguments]: Remove.ldflag hack not needed with meson.
---
 gnu/packages/rdf.scm | 21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index c62bcd4380..1fab18a1a2 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -305,33 +305,22 @@ (define-public serd
 (define-public sord
   (package
     (name "sord")
-    (version "0.16.8")
+    (version "0.16.14")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://download.drobilla.net/sord-"
-                                 version ".tar.bz2"))
+                                 version ".tar.xz"))
              (sha256
               (base32
-               "052y7zllrg0bzyky2rmrrwnnf16p6bk7q40rq9mgm0mzm8p9sa3w"))))
-    (build-system waf-build-system)
-    (arguments
-     `(#:tests? #f                      ; no check target
-       #:phases
-       (modify-phases %standard-phases
-         (add-before
-          'configure 'set-ldflags
-          (lambda* (#:key outputs #:allow-other-keys)
-            (setenv "LDFLAGS"
-                    (string-append "-Wl,-rpath="
-                                   (assoc-ref outputs "out") "/lib"))
-            #t)))))
+               "06vkqk3dnn15zdnzklahib2pvbfspy2zcrnvhmxnw8fbbxyxj3r2"))))
+    (build-system meson-build-system)
     (inputs
      (list pcre))
     (native-inputs
      (list pkg-config))
     (propagated-inputs
      (list serd))                 ; required by sord-0.pc
-    (home-page "https://drobilla.net/software/sord/")
+    (home-page "https://drobilla.net/software/sord.html")
     (synopsis "C library for storing RDF data in memory")
     (description
      "Sord is a lightweight C library for storing RDF data in memory.")
-- 
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   ` 'Brendan Tildesley [this message]
2023-04-11  8:09   ` [bug#62771] [PATCH 5/9] gnu: sratom: Update to 0.6.14 'Brendan Tildesley
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-3-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.