[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.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Thorsten Wilms
Owner
unassigned
Submitted by
Thorsten Wilms
Severity
normal

Debbugs page

Thorsten Wilms wrote 4 years ago
(address . guix-patches@gnu.org)(name . Thorsten Wilms)(address . t_w_@freenet.de)
20210611131702.17478-1-t_w_@freenet.de
---
gnu/packages/audio.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

Toggle diff (32 lines)
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
Ludovic Courtès wrote 4 years ago
(name . Thorsten Wilms)(address . t_w_@freenet.de)(address . 48958-done@debbugs.gnu.org)
878s2tt0s0.fsf@gnu.org
Hi,

Thorsten Wilms <t_w_@freenet.de> skribis:

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

I tweaked the commit log and applied.

Thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48958@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48958
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help