gnu: Add zplugins.

* gnu/packages/music.scm (zplugins): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Alexandros Theodotou 2021-01-16 17:52:27 +00:00 committed by Leo Famulari
parent 60a5071f60
commit 5b5915560e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -5932,34 +5932,39 @@ (define-public dragonfly-reverb
as JACK standalone applications.") as JACK standalone applications.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public zlfo (define-public zplugins
(package (package
(name "zlfo") (name "zplugins")
(version "0.1.3") (version "0.1.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri
(url "https://git.zrythm.org/git/ZLFO") (git-reference
(commit (string-append "v" version)))) (url "https://git.zrythm.org/git/zplugins")
(commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0bm466ci5xyvxvq7l9p6xyh789lvk6i31b4zja1igqh13akbjnjz")))) "1rkm2xajmyik6289b20rp5a5br9f3sh1xk8nb1bs6qpmcrfirgbs"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (inputs
`(("librsvg" ,librsvg) `(("guile" ,guile-2.2)
("lv2" ,lv2) ("libsndfile" ,libsndfile)
("ztoolkit-rsvg" ,ztoolkit-rsvg))) ("lv2" ,lv2)
("ztoolkit-rsvg" ,ztoolkit-rsvg)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(synopsis "Low frequency oscillator plugin") (synopsis "Audio plugin collection")
(description "ZLFO is a fully featured (description "ZPlugins is a collection of audio DSP plugins intended
@dfn{low frequency oscillator} (LFO) for @dfn{control voltage} (CV)-based to be bundled with the Zrythm @dfn{digital audio workstation} (DAW).")
automation that comes as an LV2 plugin bundle with a custom UI.") (home-page "https://www.zrythm.org/en/plugins.html")
(home-page "https://git.zrythm.org/cgit/ZLFO/")
(license license:agpl3+))) (license license:agpl3+)))
(define-public zlfo
;; The "zlfo" package is now included in zplugins
(deprecated-package "zlfo" zplugins))
(define-public remid-lv2 (define-public remid-lv2
(package (package
(name "remid-lv2") (name "remid-lv2")