unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 67273@debbugs.gnu.org
Cc: Gabriel Wicki <gabriel@erlikon.ch>
Subject: [bug#67273] [PATCH gnome-team 4/5] gnu: lv2: Update to 1.18.10.
Date: Sun, 19 Nov 2023 18:07:57 +0800	[thread overview]
Message-ID: <1da5b7c9f86d3cc83dd1e4a7b21e91f814407a50.1700387828.git.zhengjunjie@iscas.ac.cn> (raw)
In-Reply-To: <cover.1700387828.git.zhengjunjie@iscas.ac.cn>

* gnu/packages/audio.scm (lv2): Update to 1.18.10.
[source]: Update url.
[build-system]: Change to meson-build-system.
[arguments]: Remove it.

Change-Id: I106b1401385b6ff9f3225cd50b428081dfe445e3
---
 gnu/packages/audio.scm | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 9b6bf0e7e5..ef952480f8 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3081,18 +3081,15 @@ (define-public lilv
 (define-public lv2
   (package
     (name "lv2")
-    (version "1.18.2")
+    (version "1.18.10")
     (source (origin
-             (method url-fetch)
-             (uri (string-append "https://lv2plug.in/spec/lv2-"
-                                 version ".tar.bz2"))
-             (sha256
-              (base32
-               "0pp0n9x1rg8d4fw853z9cvfifjdi4bl85yjxxddqa1acfjy1z2af"))))
-    (build-system waf-build-system)
-    (arguments
-     `(#:tests? #f                      ; no check target
-       #:configure-flags '("--no-plugins")))
+              (method url-fetch)
+              (uri (string-append "https://lv2plug.in/spec/lv2-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "0gwm63jrvg9lww0rl3sjkgbjwfz0vascpb19cfxmhkmm477ipibq"))))
+    (build-system meson-build-system)
     (inputs
      ;; Leaving off cairo and gtk+-2.0 which are needed for example plugins
      (list libsndfile))
-- 
2.41.0





  parent reply	other threads:[~2023-11-19 10:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-19 10:03 [bug#67273] [PATCH gnome-team 0/5] update lilv and its dependency Zheng Junjie
2023-11-19 10:07 ` [bug#67273] [PATCH gnome-team 1/5] gnu: zix: Update to 0.4.2 Zheng Junjie
2023-11-19 10:07 ` [bug#67273] [PATCH gnome-team 2/5] gnu: sord: Update to 0.16.16 Zheng Junjie
2023-11-19 10:07 ` [bug#67273] [PATCH gnome-team 3/5] gnu: sratom: Update to 0.6.16 Zheng Junjie
     [not found]   ` <uoxjxcye2wagwty7ly7wkh4kkq53dmbrv56ed54a53e7lnzldu@bq4wbvnsfqfo>
     [not found]     ` <87h6l4q1fp.fsf@iscas.ac.cn>
2023-11-29 13:19       ` Gabriel Wicki
2023-11-19 10:07 ` Zheng Junjie [this message]
2023-11-19 10:07 ` [bug#67273] [PATCH gnome-team 5/5] gnu: lilv: Update to 0.24.22 Zheng Junjie
2024-03-30 14:27 ` bug#67273: close Zheng Junjie

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=1da5b7c9f86d3cc83dd1e4a7b21e91f814407a50.1700387828.git.zhengjunjie@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=67273@debbugs.gnu.org \
    --cc=gabriel@erlikon.ch \
    /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).