* [bug#38939] [PATCH] gnu: Add swh-plugins.
@ 2020-01-05 5:17 Oleg Pykhalov
2020-01-05 10:22 ` Danny Milosavljevic
0 siblings, 1 reply; 3+ messages in thread
From: Oleg Pykhalov @ 2020-01-05 5:17 UTC (permalink / raw)
To: 38939; +Cc: Oleg Pykhalov
* gnu/packages/audio.scm (swh-plugins): New variable.
---
gnu/packages/audio.scm | 32 +++++++++++++++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index a26fbed461..acc443839f 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2016 ng0 <ng0@n0.is>
;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org>
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
+;;; Copyright © 2018, 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2018 okapi <okapi@firemail.cc>
;;; Copyright © 2018 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
@@ -722,6 +722,36 @@ performances. The plugins include a cellular automaton synthesizer, an
envelope follower, distortion effects, tape effects and more.")
(license license:gpl2+)))
+(define-public swh-plugins
+ (package
+ (name "swh-plugins")
+ (version "0.4.17")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/swh/ladspa.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1c98z2xxz9pgcb4dg99gz8qrylh5cnag0j18a52d88ifsy24isvq"))))
+ (native-inputs
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("gettext" ,gettext-minimal) ;for autopoint
+ ("libtool" ,libtool)
+ ("perl" ,perl)
+ ("pkg-config" ,pkg-config)
+ ("which" ,which)))
+ (inputs
+ `(("fftwf" ,fftwf)
+ ("perl-xml-parser" ,perl-xml-parser)))
+ (build-system gnu-build-system)
+ (home-page "https://github.com/swh/ladspa/")
+ (synopsis "The SWH Plugins package for the LADSPA plugin system")
+ (description "This package provides Steve Harris's LADSPA plugins.")
+ (license license:gpl2+)))
+
(define-public swh-plugins-lv2
(package
(name "swh-plugins-lv2")
--
2.24.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#38939] [PATCH] gnu: Add swh-plugins.
2020-01-05 5:17 [bug#38939] [PATCH] gnu: Add swh-plugins Oleg Pykhalov
@ 2020-01-05 10:22 ` Danny Milosavljevic
2020-01-05 14:31 ` bug#38939: " Oleg Pykhalov
0 siblings, 1 reply; 3+ messages in thread
From: Danny Milosavljevic @ 2020-01-05 10:22 UTC (permalink / raw)
To: Oleg Pykhalov; +Cc: 38939
[-- Attachment #1: Type: text/plain, Size: 7 bytes --]
LGTM!
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#38939: [PATCH] gnu: Add swh-plugins.
2020-01-05 10:22 ` Danny Milosavljevic
@ 2020-01-05 14:31 ` Oleg Pykhalov
0 siblings, 0 replies; 3+ messages in thread
From: Oleg Pykhalov @ 2020-01-05 14:31 UTC (permalink / raw)
To: Danny Milosavljevic; +Cc: 38939-done
[-- Attachment #1: Type: text/plain, Size: 160 bytes --]
Hi,
Danny Milosavljevic <dannym@scratchpost.org> writes:
> LGTM!
Thank you for review. Pushed to master as
7366d83191e4cdebc0fb81728f79a3d576fef73b.
Oleg.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-01-05 14:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-05 5:17 [bug#38939] [PATCH] gnu: Add swh-plugins Oleg Pykhalov
2020-01-05 10:22 ` Danny Milosavljevic
2020-01-05 14:31 ` bug#38939: " Oleg Pykhalov
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.