GNU bug report logs - #48958
[PATCH] gnu: Update caps-plugins-lv2. * /gnu/packages/audio.scm: Update caps-plugins-lv2 to use main github repo, since pull-request has been merged, aside of other updates.

Previous Next

Package: guix-patches;

Reported by: Thorsten Wilms <t_w_ <at> freenet.de>

Date: Fri, 11 Jun 2021 13:18:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Thorsten Wilms <t_w_ <at> freenet.de>
Subject: bug#48958: closed (Re: bug#48958: [PATCH] gnu: Update
 caps-plugins-lv2. * /gnu/packages/audio.scm: Update caps-plugins-lv2 to
 use main github repo, since pull-request has been merged, aside of other
 updates.)
Date: Tue, 29 Jun 2021 10:38:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#48958: [PATCH] gnu: Update caps-plugins-lv2. * /gnu/packages/audio.scm: Update caps-plugins-lv2 to use main github repo, since pull-request has been merged, aside of other updates.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 48958 <at> debbugs.gnu.org.

-- 
48958: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48958
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Thorsten Wilms <t_w_ <at> freenet.de>
Cc: 48958-done <at> debbugs.gnu.org
Subject: Re: bug#48958: [PATCH] gnu: Update caps-plugins-lv2. *
 /gnu/packages/audio.scm: Update caps-plugins-lv2 to use main github repo,
 since pull-request has been merged, aside of other updates.
Date: Tue, 29 Jun 2021 12:37:03 +0200
Hi,

Thorsten Wilms <t_w_ <at> freenet.de> skribis:

> ---
>  gnu/packages/audio.scm | 11 ++++-------
>  1 file changed, 4 insertions(+), 7 deletions(-)

I tweaked the commit log and applied.

Thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Thorsten Wilms <t_w_ <at> freenet.de>
To: guix-patches <at> gnu.org
Cc: Thorsten Wilms <t_w_ <at> freenet.de>
Subject: [PATCH] gnu: Update caps-plugins-lv2. * /gnu/packages/audio.scm:
 Update caps-plugins-lv2 to use main github repo,
 since pull-request has been merged, aside of other updates.
Date: Fri, 11 Jun 2021 15:17:02 +0200
---
 gnu/packages/audio.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 70c06f54a1..e64c480cc0 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -983,21 +983,18 @@ tools (analyzer, mono/stereo tools, crossovers).")
 (define-public caps-plugins-lv2
   (package
     (name "caps-plugins-lv2")
-    (version "0.9.24") ; version that has been ported.
+    (version "0.9.26")
     (source
      (origin
        ;; The Github project hasn't tagged a release.
        (method git-fetch)
        (uri (git-reference
-             ;; Actually https://github.com/moddevices/caps-lv2.git, but it's
-             ;; missing fixes for newer glibc, so using the origin of a pull
-             ;; request regarding this issue:
-             (url "https://github.com/jujudusud/caps-lv2")
-             (commit "9c9478b7fbd8f9714f552ebe2a6866398b0babfb")))
+             (url "https://github.com/moddevices/caps-lv2.git")
+             (commit "5d52a0c6e8863c058c2aab2dea9f901a90d96eb9")))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1idfnazin3cca41zw1a8vwgnxjnkrap7bxxjamjqvgpmvydgcam1"))))
+         "0hdl7n3ra5gqgwkdfqkw8dj9gb1cgb76bn1v91w06d2w4lj9s8xa"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no check target
-- 
2.32.0




This bug report was last modified 3 years and 331 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.