From: 'Brendan Tildesley <mail@brendan.scot>
To: 62771@debbugs.gnu.org
Cc: Brendan Tildesley <mail@brendan.scot>
Subject: [bug#62771] [PATCH 3/9] gnu: serd: Update to 0.30.16.
Date: Tue, 11 Apr 2023 18:09:49 +1000 [thread overview]
Message-ID: <20230411080955.22584-2-mail@brendan.scot> (raw)
In-Reply-To: <20230411080955.22584-1-mail@brendan.scot>
From: Brendan Tildesley <mail@brendan.scot>
* gnu/packages/rdf.scm (serd): Update to 0.30.16.
[build-system]: Use meson.
[arguments]: Remove.ldflag hack not needed with meson.
---
gnu/packages/rdf.scm | 23 ++++++++---------------
1 file changed, 8 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 13e62baa84..c62bcd4380 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2020 pukkamustard <pukkamustard@posteo.net>
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2023 Brendan Tildesley <mail@brendan.scot>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -33,6 +34,7 @@ (define-module (gnu packages rdf)
#:use-module (guix download)
#:use-module (guix build-system cmake)
#:use-module (guix build-system gnu)
+ #:use-module (guix build-system meson)
#:use-module (guix build-system python)
#:use-module (guix build-system waf)
#:use-module (gnu packages)
@@ -278,27 +280,18 @@ (define-public redland
(define-public serd
(package
(name "serd")
- (version "0.30.8")
+ (version "0.30.16")
(source (origin
(method url-fetch)
(uri (string-append "https://download.drobilla.net/serd-"
- version ".tar.bz2"))
+ version ".tar.xz"))
(sha256
(base32
- "11zs53yx40mv62vxsl15mvdh7s17y5v6lgcgahdvzxgnan7w8bk7"))))
- (build-system waf-build-system)
+ "0ilimkczibiwwvc12i14b8zi6ng42hjf9j907g8dik8rlmnlh3zm"))))
+ (build-system meson-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)))))
- (home-page "https://drobilla.net/software/serd/")
+ `(#:tests? #f)) ; Tests fail due to "file not found" even though it exists??
+ (home-page "https://drobilla.net/software/serd.html")
(synopsis "Library for RDF syntax supporting Turtle and NTriples")
(description
"Serd is a lightweight C library for RDF syntax which supports reading
--
2.39.2
next prev 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 ` 'Brendan Tildesley [this message]
2023-04-11 8:09 ` [bug#62771] [PATCH 4/9] gnu: sord: Update to 0.16.14 'Brendan Tildesley
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230411080955.22584-2-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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).