* [PATCH]: gnu: Add AZR-3.
@ 2015-02-15 19:57 Ricardo Wurmus
2015-02-15 20:25 ` Andreas Enge
0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2015-02-15 19:57 UTC (permalink / raw)
To: Guix-devel
[-- Attachment #1: Type: text/plain, Size: 225 bytes --]
Attached is a patch to add AZR-3, a great tonewheel organ synth
(standalone JACK client and LV2 plugins).
I checked the license headers in the sources and the declared license is
really just GPLv2 (not GPLv2+).
~~ Ricardo
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-AZR-3.patch --]
[-- Type: text/x-patch, Size: 2087 bytes --]
From bc342d589cc8c92ecb2d213654612c6d7363c8ec Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <rekado@elephly.net>
Date: Sun, 15 Feb 2015 20:53:26 +0100
Subject: [PATCH] gnu: Add AZR-3.
* gnu/packages/audio.scm (azr3): New variable.
---
gnu/packages/audio.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index b581997..5b365e8 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -156,6 +156,43 @@ record, edit, mix and master audio and MIDI projects. It is targeted at audio
engineers, musicians, soundtrack editors and composers.")
(license license:gpl2+)))
+(define-public azr3
+ (package
+ (name "azr3")
+ (version "1.2.3")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://savannah/ll-plugins/azr3-jack-"
+ version
+ ".tar.bz2"))
+ (sha256
+ (base32
+ "18mdw6nc0vgj6k9rsy0x8w64wvzld0frqshrxxbxfj9qi9843vlc"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:tests? #f
+ #:make-flags
+ (list "LV2PEG=ttl2c"
+ (string-append "prefix=" %output)
+ (string-append "pkgdatadir=" %output "/share/azr3-jack"))))
+ (inputs
+ `(("gtkmm" ,gtkmm-2)
+ ("lvtk" ,lvtk)
+ ("jack" ,jack-1)
+ ("lash" ,lash)
+ ("libuuid" ,util-linux)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (home-page "http://ll-plugins.nongnu.org/azr3/")
+ (synopsis "Tonewheel organ synthesizer")
+ (description
+ "AZR-3 is a port of the free VST plugin AZR-3. It is a tonewheel organ
+with drawbars, distortion and rotating speakers. The organ has three
+sections, two polyphonic sections with nine drawbars each and one monophonic
+bass section with five drawbars. A standalone JACK application and LV2
+plugins are provided.")
+ (license license:gpl2)))
+
(define-public jack-1
(package
(name "jack")
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH]: gnu: Add AZR-3.
2015-02-15 19:57 [PATCH]: gnu: Add AZR-3 Ricardo Wurmus
@ 2015-02-15 20:25 ` Andreas Enge
2015-02-17 1:00 ` Mark H Weaver
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Enge @ 2015-02-15 20:25 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: Guix-devel
Hello,
it looks good to me.
On Sun, Feb 15, 2015 at 08:57:09PM +0100, Ricardo Wurmus wrote:
> + `(#:tests? #f
Could you add a comment why? No suitable target for "make"?
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH]: gnu: Add AZR-3.
2015-02-15 20:25 ` Andreas Enge
@ 2015-02-17 1:00 ` Mark H Weaver
0 siblings, 0 replies; 3+ messages in thread
From: Mark H Weaver @ 2015-02-17 1:00 UTC (permalink / raw)
To: Andreas Enge; +Cc: Guix-devel
Andreas Enge <andreas@enge.fr> writes:
> it looks good to me.
>
> On Sun, Feb 15, 2015 at 08:57:09PM +0100, Ricardo Wurmus wrote:
>> + `(#:tests? #f
>
> Could you add a comment why? No suitable target for "make"?
Agreed. Okay to push after adding the comment.
Thanks!
Mark
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-17 1:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-15 19:57 [PATCH]: gnu: Add AZR-3 Ricardo Wurmus
2015-02-15 20:25 ` Andreas Enge
2015-02-17 1:00 ` Mark H Weaver
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.