Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
497e9a82
Commit
497e9a82
authored
10 years ago
by
Ricardo Wurmus
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add AZR-3.
* gnu/packages/audio.scm (azr3): New variable.
parent
5078e98a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/audio.scm
+37
-0
37 additions, 0 deletions
gnu/packages/audio.scm
with
37 additions
and
0 deletions
gnu/packages/audio.scm
+
37
−
0
View file @
497e9a82
...
@@ -156,6 +156,43 @@ (define-public ardour
...
@@ -156,6 +156,43 @@ (define-public ardour
engineers, musicians, soundtrack editors and composers."
)
engineers, musicians, soundtrack editors and composers."
)
(
license
license:gpl2+
)))
(
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
; no check target
#
: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
(
define-public
jack-1
(
package
(
package
(
name
"jack"
)
(
name
"jack"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment