GNU bug report logs -
#58738
[PATCH] gnu: lsp-plugins: Update to 1.2.3
Previous Next
Reported by: Sughosha <Sughosha <at> proton.me>
Date: Sun, 23 Oct 2022 11:36:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58738 in the body.
You can then email your comments to 58738 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58738
; Package
guix-patches
.
(Sun, 23 Oct 2022 11:36:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sughosha <Sughosha <at> proton.me>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 23 Oct 2022 11:36:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/music.scm (lsp-plugins): Update to 1.2.3.
---
gnu/packages/music.scm | 30 ++++++++++++++++++++----------
1 file changed, 20 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0fdc100..9032e6f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -154,6 +154,7 @@
#:use-module (gnu packages perl)
#:use-module (gnu packages perl-check)
#:use-module (gnu packages perl-web)
+ #:use-module (gnu packages php)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages protobuf)
#:use-module (gnu packages pulseaudio) ;libsndfile
@@ -5700,16 +5701,15 @@ and reverb.")
(define-public lsp-plugins
(package
(name "lsp-plugins")
- (version "1.1.26")
+ (version "1.2.3")
(source
(origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/sadko4u/lsp-plugins")
- (commit (string-append "lsp-plugins-" version))))
- (file-name (git-file-name name version))
+ (method url-fetch)
+ (uri (string-append "https://github.com/sadko4u/lsp-plugins"
+ "/releases/download/" version
+ "/lsp-plugins-src-" version ".tar.gz"))
(sha256
- (base32 "1apw8zh3a3il4smkjji6bih4vbsymj0hjs10fgkrd4nazqkjvgyd"))))
+ (base32 "0asgwrkyncxz5h7kjkbwm78z8l2jndxvsrgd634m5x9n37gjsgvs"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
@@ -5720,18 +5720,28 @@ and reverb.")
(string-append "ETC_PATH=" (assoc-ref %outputs "out") "/etc"))
#:phases
(modify-phases %standard-phases
- (delete 'configure)) ; no configure script
- #:test-target "test"))
+ (replace 'configure
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let ((out (assoc-ref outputs "out")))
+ (invoke "make" "config" "TEST=1"
+ (string-append "PREFIX=" out)
+ (string-append "ETCDIR=" out "/etc")))))
+ (replace 'check
+ (lambda _
+ (invoke ".build/host/lsp-plugin-fw/lsp-plugins-test" "utest"))))))
(inputs
(list cairo
+ freetype
hicolor-icon-theme
jack-1
ladspa
libsndfile
+ libx11
+ libxrandr
lv2
mesa))
(native-inputs
- (list pkg-config))
+ (list pkg-config php))
(synopsis "Audio plugin collection")
(description "LSP (Linux Studio Plugins) is a collection of audio
plugins available as LADSPA/LV2 plugins and as standalone JACK
--
libgit2 1.4.3
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 08 Nov 2022 13:06:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sughosha <Sughosha <at> proton.me>
:
bug acknowledged by developer.
(Tue, 08 Nov 2022 13:06:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 58738-done <at> debbugs.gnu.org (full text, mbox):
Sughosha <Sughosha <at> proton.me> skribis:
> * gnu/packages/music.scm (lsp-plugins): Update to 1.2.3.
Applied, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 07 Dec 2022 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 198 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.