gnu: rosegarden: Update to 19.12.
[jackhill/guix/guix.git] / gnu / packages / music.scm
CommitLineData
1b6826d3 1;;; GNU Guix --- Functional package management for GNU
0163b900 2;;; Copyright © 2014, 2019 Eric Bavier <bavier@member.fsf.org>
0d4b4059 3;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
e8069d01 4;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
aa0edd3f 5;;; Copyright © 2016 Al McElrath <hello@yrns.org>
255bb7be 6;;; Copyright © 2016, 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
e42ba3da 7;;; Copyright © 2016, 2018 Leo Famulari <leo@famulari.name>
72385c34 8;;; Copyright © 2016, 2017, 2019 Kei Kebreau <kkebreau@posteo.net>
6d3ef286 9;;; Copyright © 2016 John J. Foerch <jjfoerch@earthlink.net>
23319ed6 10;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
47956fa0 11;;; Copyright © 2017 ng0 <ng0@n0.is>
a42619e5 12;;; Copyright © 2017 Rodger Fox <thylakoid@openmailbox.org>
3212b964 13;;; Copyright © 2017, 2018, 2019, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
55af6456 14;;; Copyright © 2017, 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com>
bc27eb3b 15;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
8cc1fdce 16;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
6b445c57 17;;; Copyright © 2018 nee <nee.git@hidamari.blue>
b0dea60c 18;;; Copyright © 2018 Stefan Reichör <stefan@xsteve.at>
4715f92e 19;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
4b577961 20;;; Copyright © 2018, 2019 Ludovic Courtès <ludo@gnu.org>
e029d90f 21;;; Copyright © 2018 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
1331a6c0 22;;; Copyright © 2019 Gabriel Hondet <gabrielhondet@gmail.com>
455e6a31 23;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si>
e8134442 24;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
7fcc2f93 25;;; Copyright © 2019 raingloom <raingloom@protonmail.com>
1c463524 26;;; Copyright © 2019 David Wilson <david@daviwil.com>
93f4511e 27;;; Copyright © 2019, 2020 Alexandros Theodotou <alex@zrythm.org>
1b6826d3
RW
28;;;
29;;; This file is part of GNU Guix.
30;;;
31;;; GNU Guix is free software; you can redistribute it and/or modify it
32;;; under the terms of the GNU General Public License as published by
33;;; the Free Software Foundation; either version 3 of the License, or (at
34;;; your option) any later version.
35;;;
36;;; GNU Guix is distributed in the hope that it will be useful, but
37;;; WITHOUT ANY WARRANTY; without even the implied warranty of
38;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39;;; GNU General Public License for more details.
40;;;
41;;; You should have received a copy of the GNU General Public License
42;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
43
44(define-module (gnu packages music)
45 #:use-module (guix utils)
46 #:use-module (guix packages)
47 #:use-module (guix download)
8e80244a 48 #:use-module (guix git-download)
1b6826d3
RW
49 #:use-module ((guix licenses) #:prefix license:)
50 #:use-module (guix build-system gnu)
f467c352 51 #:use-module (guix build-system ant)
8b9ec354 52 #:use-module (guix build-system cmake)
2394afa4 53 #:use-module (guix build-system meson)
b0c2c5ab 54 #:use-module (guix build-system perl)
821664f1 55 #:use-module (guix build-system python)
bc27eb3b 56 #:use-module (guix build-system scons)
58301682 57 #:use-module (guix build-system glib-or-gtk)
8e80244a 58 #:use-module (guix build-system waf)
87d1b7b0 59 #:use-module (guix build-system trivial)
5703380b 60 #:use-module (guix build-system go)
1b6826d3 61 #:use-module (gnu packages)
7f559045 62 #:use-module (gnu packages admin)
ddfddb0c 63 #:use-module (gnu packages algebra)
91595624 64 #:use-module (gnu packages apr)
c267cc15 65 #:use-module (gnu packages audio)
2d0fd07b 66 #:use-module (gnu packages autotools)
b7367762 67 #:use-module (gnu packages backup)
8b9ec354 68 #:use-module (gnu packages base) ;libbdf
7bac8196 69 #:use-module (gnu packages bash)
1b6826d3 70 #:use-module (gnu packages bison)
b7367762 71 #:use-module (gnu packages boost)
e8069d01 72 #:use-module (gnu packages cdrom)
8b9ec354
RW
73 #:use-module (gnu packages code)
74 #:use-module (gnu packages check)
a7a7186c 75 #:use-module (gnu packages cmake)
8b9ec354 76 #:use-module (gnu packages compression)
d20b7384 77 #:use-module (gnu packages crypto)
aa0edd3f 78 #:use-module (gnu packages curl)
13416a10 79 #:use-module (gnu packages cyrus-sasl)
d20b7384 80 #:use-module (gnu packages datastructures)
1b6826d3 81 #:use-module (gnu packages docbook)
99828fa7 82 #:use-module (gnu packages documentation)
91595624 83 #:use-module (gnu packages emacs)
13416a10 84 #:use-module (gnu packages file)
1b6826d3 85 #:use-module (gnu packages flex)
8e80244a 86 #:use-module (gnu packages fltk)
1b6826d3
RW
87 #:use-module (gnu packages fonts)
88 #:use-module (gnu packages fontutils)
3bf429af 89 #:use-module (gnu packages freedesktop)
72385c34 90 #:use-module (gnu packages game-development)
6260d1a8 91 #:use-module (gnu packages gcc)
aa0edd3f 92 #:use-module (gnu packages gnupg)
1b6826d3
RW
93 #:use-module (gnu packages gettext)
94 #:use-module (gnu packages ghostscript)
ec8da0e2 95 #:use-module (gnu packages gl)
8e80244a 96 #:use-module (gnu packages glib)
c267cc15 97 #:use-module (gnu packages gnome)
a9f847ad 98 #:use-module (gnu packages gpodder)
770305f4 99 #:use-module (gnu packages graphics)
d20b7384 100 #:use-module (gnu packages gstreamer)
1b6826d3
RW
101 #:use-module (gnu packages gtk)
102 #:use-module (gnu packages guile)
7f559045 103 #:use-module (gnu packages haskell)
c267cc15 104 #:use-module (gnu packages image)
1b6826d3 105 #:use-module (gnu packages imagemagick)
6260d1a8 106 #:use-module (gnu packages java)
91595624 107 #:use-module (gnu packages libffi)
d20b7384 108 #:use-module (gnu packages libusb)
7bac8196
LF
109 #:use-module (gnu packages linux) ; for alsa-utils
110 #:use-module (gnu packages lirc)
91595624 111 #:use-module (gnu packages llvm)
c267cc15
RW
112 #:use-module (gnu packages man)
113 #:use-module (gnu packages mp3)
3bf429af 114 #:use-module (gnu packages mpd)
e8069d01 115 #:use-module (gnu packages ncurses)
1b6826d3 116 #:use-module (gnu packages netpbm)
91595624 117 #:use-module (gnu packages pcre)
821664f1 118 #:use-module (gnu packages pdf)
1b6826d3 119 #:use-module (gnu packages perl)
b2961dda 120 #:use-module (gnu packages perl-web)
1b6826d3 121 #:use-module (gnu packages pkg-config)
d20b7384 122 #:use-module (gnu packages protobuf)
d231bb35 123 #:use-module (gnu packages pulseaudio) ;libsndfile
1b6826d3 124 #:use-module (gnu packages python)
1b2f753d 125 #:use-module (gnu packages python-web)
44d10b1f 126 #:use-module (gnu packages python-xyz)
8b9ec354 127 #:use-module (gnu packages qt)
d231bb35 128 #:use-module (gnu packages rdf)
c493679f 129 #:use-module (gnu packages readline)
1b6826d3 130 #:use-module (gnu packages rsync)
21d18113 131 #:use-module (gnu packages sdl)
cd0322a3 132 #:use-module (gnu packages sqlite)
2d0fd07b 133 #:use-module (gnu packages tcl)
1b6826d3 134 #:use-module (gnu packages texinfo)
8f9ac901 135 #:use-module (gnu packages tex)
4ee2cce3 136 #:use-module (gnu packages time)
13416a10 137 #:use-module (gnu packages tls)
1ea29aa0 138 #:use-module (gnu packages version-control)
e8069d01 139 #:use-module (gnu packages video)
8b9ec354 140 #:use-module (gnu packages web)
c30a66de 141 #:use-module (gnu packages wxwidgets)
c267cc15 142 #:use-module (gnu packages xml)
ddfddb0c 143 #:use-module (gnu packages xorg)
c267cc15 144 #:use-module (gnu packages xiph)
5703380b
PN
145 #:use-module (gnu packages golang)
146 #:use-module (gnu packages lua)
2d0fd07b 147 #:use-module ((srfi srfi-1) #:select (last)))
1b6826d3 148
c30a66de
RW
149(define-public aria-maestosa
150 (package
151 (name "aria-maestosa")
0a151351 152 (version "1.4.13")
c30a66de
RW
153 (source (origin
154 (method url-fetch)
155 (uri (string-append "mirror://sourceforge/ariamaestosa/ariamaestosa/"
156 version "/AriaSrc-" version ".tar.bz2"))
157 (sha256
158 (base32
0a151351 159 "1cs3z6frx2ch7rm5ammx9p0rxcjrbj1vq14hvcbimpaw39rdsn3d"))))
30812446 160 (build-system scons-build-system)
c30a66de
RW
161 (arguments
162 `(#:tests? #f ;no tests
20e42d1e
DM
163 #:scons-flags
164 (list (string-append "prefix=" (assoc-ref %outputs "out")))
30812446 165 #:scons ,scons-python2
c30a66de 166 #:phases
c30a66de
RW
167 (modify-phases %standard-phases
168 (delete 'configure)
169 (add-after 'unpack 'scons-propagate-environment
170 (lambda _
171 ;; By design, SCons does not, by default, propagate
172 ;; environment variables to subprocesses. See:
173 ;; <http://comments.gmane.org/gmane.linux.distributions.nixos/4969>
174 ;; Here, we modify the SConstruct file to arrange for
175 ;; environment variables to be propagated.
176 (substitute* "SConstruct"
177 (("env = Environment\\(\\)")
178 "env = Environment(ENV=os.environ)")
179 ;; Scons errors out when copying subdirectories from Resources,
180 ;; so we move them instead.
181 (("Copy") "Move")
182 ;; We move the "score" and "Documentation" directories at once,
183 ;; so we have to ignore files contained therein.
184 (("if \".svn\" in file" line)
185 (string-append line
186 " or \"score/\" in file"
187 " or \"Documentation/\" in file")))
188 #t))
30812446 189 (add-after 'install 'fix-directory-permissions
c30a66de
RW
190 (lambda* (#:key outputs #:allow-other-keys)
191 (let ((out (assoc-ref outputs "out")))
30812446
DM
192 (chmod (string-append out "/share/Aria/Documentation") #o555)
193 (chmod (string-append out "/share/Aria/score") #o555)
194 #t))))))
c30a66de
RW
195 (inputs
196 `(("wxwidgets" ,wxwidgets)
197 ("glib" ,glib)
198 ("alsa-lib" ,alsa-lib)))
199 (native-inputs
30812446 200 `(("pkg-config" ,pkg-config)))
c30a66de
RW
201 (home-page "http://ariamaestosa.sourceforge.net/")
202 (synopsis "MIDI sequencer and editor")
203 (description
204 "Aria Maestosa is a MIDI sequencer and editor. It lets you compose, edit
205and play MIDI files with a few clicks in a user-friendly interface offering
206score, keyboard, guitar, drum and controller views.")
207 (license license:gpl3+)))
208
d20b7384
PL
209;; We don't use the latest release because it depends on Qt4. Instead we
210;; download the sources from the tip of the "qt5" branch.
211(define-public clementine
8a6d16b8
PL
212 (let ((commit "4619a4c1ab3b17b13d4b2327ad477912917eaf36")
213 (revision "2"))
d20b7384
PL
214 (package
215 (name "clementine")
8a6d16b8 216 (version (git-version "1.3.1" revision commit))
d20b7384
PL
217 (source (origin
218 (method git-fetch)
219 (uri (git-reference
220 (url "https://github.com/clementine-player/Clementine.git")
221 (commit commit)))
8a6d16b8 222 (file-name (git-file-name name version))
d20b7384
PL
223 (sha256
224 (base32
8a6d16b8 225 "1hximk3q0p8nw8is5w7215xgkb7k4flnfyr0pdz9svfwvcm05w1i"))
d20b7384
PL
226 (modules '((guix build utils)))
227 (snippet
6cbee49d
MW
228 '(begin
229 (for-each
d20b7384
PL
230 (lambda (dir)
231 (delete-file-recursively
6cbee49d 232 (string-append "3rdparty/" dir)))
d20b7384 233 (list
6cbee49d
MW
234 ;; TODO: The following dependencies are still bundled:
235 ;; - "qxt": Appears to be unmaintained upstream.
236 ;; - "qsqlite"
237 ;; - "qtsingleapplication"
238 ;; - "qocoa"
239 ;; - "qtiocompressor"
240 ;; - "gmock": The tests crash when using our googletest
241 ;; package instead of the bundled gmock.
242 "SPMediaKeyTap"
243 "fancytabwidget"
244 "google-breakpad"
245 "libmygpo-qt"
246 "libmygpo-qt5"
247 "libprojectm"
248 "qtwin"
249 "sha2" ;; Replaced by openssl.
250 "taglib"
251 "tinysvcmdns"))
252 #t))
af414f34 253 (patches (search-patches "clementine-use-openssl.patch"
7bcc3405
PL
254 "clementine-remove-crypto++-dependency.patch"
255 "clementine-fix-sqlite.patch"))))
d20b7384
PL
256 (build-system cmake-build-system)
257 (arguments
258 '(#:test-target "clementine_test"
259 #:configure-flags
af414f34
PL
260 (list ;; Requires unpackaged "projectm"
261 "-DENABLE_VISUALISATIONS=OFF"
262 ;; Otherwise it may try to download a non-free library at run-time.
263 ;; TODO In an origin snippet, remove the code that performs the
264 ;; download.
265 "-DHAVE_SPOTIFY_DOWNLOADER=FALSE"
266 "-DUSE_SYSTEM_SHA2=TRUE")
d20b7384
PL
267 #:phases
268 (modify-phases %standard-phases
269 (add-after 'install 'wrap-program
270 (lambda* (#:key inputs outputs #:allow-other-keys)
271 (let ((out (assoc-ref outputs "out"))
272 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
273 (wrap-program (string-append out "/bin/clementine")
274 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path)))
275 #t))))))
276 (native-inputs
277 `(("gettext" ,gettext-minimal)
278 ("pkg-config" ,pkg-config)
279 ("qtlinguist" ,qttools)))
280 (inputs
281 `(("boost" ,boost)
282 ("chromaprint" ,chromaprint)
d20b7384
PL
283 ("fftw" ,fftw)
284 ("glib" ,glib)
285 ("glu" ,glu)
286 ("gstreamer" ,gstreamer)
287 ("gst-plugins-base" ,gst-plugins-base)
8473f802
LF
288 ("gst-plugins-good" ,gst-plugins-good)
289 ("gst-libav" ,gst-libav)
d20b7384
PL
290 ("libcdio" ,libcdio)
291 ("libmygpo-qt" ,libmygpo-qt)
d20b7384
PL
292 ;; TODO: Package libgpod.
293 ("libmtp" ,libmtp)
294 ("libxml2" ,libxml2)
295 ("openssl" ,openssl)
296 ("protobuf" ,protobuf)
297 ("pulseaudio" ,pulseaudio)
298 ("qtbase" ,qtbase)
299 ("qtx11extras" ,qtx11extras)
f09e8abc 300 ("sqlite" ,sqlite-with-column-metadata)
d20b7384
PL
301 ("sparsehash" ,sparsehash)
302 ("taglib" ,taglib)))
88491097 303 (home-page "https://clementine-player.org")
d20b7384
PL
304 (synopsis "Music player and library organizer")
305 (description "Clementine is a multiplatform music player. It is inspired
306by Amarok 1.4, focusing on a fast and easy-to-use interface for searching and
307playing your music.")
308 (license (list
309 ;; clementine and qtiocompressor are under GPLv3.
310 license:gpl3+
311 ;; gmock is under BSD-3.
312 license:bsd-3
313 ;; qxt is under CPL1.0.
314 license:cpl1.0
315 ;; qsqlite and qtsingleapplication are under LGPL2.1+.
316 license:lgpl2.1+
317 ;; qocoa is under MIT and CC by-sa for the icons.
318 license:cc-by-sa3.0)))))
319
e8069d01
PW
320(define-public cmus
321 (package
322 (name "cmus")
455e6a31 323 (version "2.8.0")
e8069d01 324 (source (origin
4e829468
RW
325 (method git-fetch)
326 (uri (git-reference
327 (url "https://github.com/cmus/cmus.git")
328 (commit (string-append "v" version))))
329 (file-name (git-file-name name version))
e8069d01
PW
330 (sha256
331 (base32
455e6a31 332 "1ydnvq13ay8b8mfmmgwi5qsgyf220yi1d01acbnxqn775dghmwar"))))
e8069d01
PW
333 (build-system gnu-build-system)
334 (arguments
335 `(#:tests? #f ; cmus does not include tests
336 #:phases
337 (modify-phases %standard-phases
ec618c20
RW
338 (replace 'configure
339 (lambda* (#:key outputs #:allow-other-keys)
340 (let ((out (assoc-ref outputs "out")))
341 ;; It's an idiosyncratic configure script that doesn't
342 ;; understand --prefix=..; it wants prefix=.. instead.
343 (invoke "./configure"
344 (string-append "prefix=" out))
345 #t))))))
e8069d01
PW
346 ;; TODO: cmus optionally supports the following formats, which haven't yet
347 ;; been added to Guix:
348 ;;
349 ;; - Roar, libroar
350 ;;
351 ;; - DISCID_LIBS, apparently different from cd-discid which is included in
352 ;; Guix. See <http://sourceforge.net/projects/discid/>
353 (native-inputs
354 `(("pkg-config" ,pkg-config)))
355 (inputs
356 `(("alsa-lib" ,alsa-lib)
357 ("ao" ,ao)
9d34cc13 358 ("faad2" ,faad2)
e8069d01
PW
359 ("ffmpeg" ,ffmpeg)
360 ("flac" ,flac)
361 ("jack" ,jack-1)
362 ("libcddb" ,libcddb)
363 ("libcdio-paranoia" ,libcdio-paranoia)
364 ("libcue" ,libcue)
365 ("libmad" ,libmad)
366 ("libmodplug" ,libmodplug)
367 ("libmpcdec" ,libmpcdec)
368 ("libsamplerate" ,libsamplerate)
369 ("libvorbis" ,libvorbis)
370 ("ncurses" ,ncurses)
371 ("opusfile" ,opusfile)
372 ("pulseaudio" ,pulseaudio)
373 ("wavpack" ,wavpack)))
374 (home-page "https://cmus.github.io/")
375 (synopsis "Small console music player")
376 (description "Cmus is a small and fast console music player. It supports
377many input formats and provides a customisable Vi-style user interface.")
378 (license license:gpl2+)))
379
edd1652e
KK
380(define-public denemo
381 (package
382 (name "denemo")
211cf6dc
NG
383 (version "2.3.0")
384 (source
385 (origin
386 (method url-fetch)
387 (uri (string-append "mirror://gnu/denemo/"
388 "denemo-" version ".tar.gz"))
389 (sha256
390 (base32 "1blkcl3slbsq9jlhwcf2m9v9g38a0sjfhh9advgi2qr1gxri08by"))))
edd1652e
KK
391 (build-system gnu-build-system)
392 (arguments
393 `(#:phases
394 (modify-phases %standard-phases
395 (replace 'check
211cf6dc
NG
396 (lambda* (#:key inputs #:allow-other-keys)
397 ;; Tests require to write $HOME.
398 (setenv "HOME" (getcwd))
399 ;; Replace hard-coded diff file name.
400 (substitute* "tests/integration.c"
401 (("/usr/bin/diff")
402 (string-append (assoc-ref inputs "diffutils") "/bin/diff")))
403 ;; Denemo's documentation says to use this command to run its
404 ;; test suite.
f6181921 405 (invoke "make" "-C" "tests" "check")))
b43ec33b
KK
406 (add-before 'build 'set-lilypond
407 ;; This phase sets the default path for lilypond to its current
408 ;; location in the store.
409 (lambda* (#:key inputs #:allow-other-keys)
410 (let* ((lilypond (string-append (assoc-ref inputs "lilypond")
411 "/bin/lilypond")))
412 (substitute* "src/core/prefops.c"
413 (("g_string_new \\(\"lilypond\"\\);")
414 (string-append "g_string_new (\""
415 lilypond
416 "\");"))))
edd1652e
KK
417 #t)))))
418 (native-inputs
211cf6dc 419 `(("diffutils" ,diffutils)
255bb7be
EF
420 ("glib:bin" ,glib "bin") ; for gtester
421 ("gtk-doc" ,gtk-doc)
211cf6dc 422 ("intltool" ,intltool)
255bb7be 423 ("libtool" ,libtool)
edd1652e
KK
424 ("pkg-config" ,pkg-config)))
425 (inputs
426 `(("alsa-lib" ,alsa-lib)
427 ("aubio" ,aubio)
428 ("evince" ,evince)
429 ("fftw" ,fftw)
430 ("fluidsynth" ,fluidsynth)
431 ("glib" ,glib)
432 ("gtk+" ,gtk+)
6bf79532 433 ("gtksourceview" ,gtksourceview-3)
edd1652e 434 ("guile" ,guile-2.0)
edd1652e
KK
435 ("librsvg" ,librsvg)
436 ("libsndfile" ,libsndfile)
edd1652e 437 ("libxml2" ,libxml2)
c695fb76 438 ("lilypond" ,lilypond)
edd1652e
KK
439 ("portaudio" ,portaudio)
440 ("portmidi" ,portmidi)
441 ("rubberband" ,rubberband)))
edd1652e
KK
442 (synopsis "Graphical music notation, front-end to GNU Lilypond")
443 (description
444 "GNU Denemo is a music notation editor that provides a convenient
445interface to the powerful music engraving program Lilypond. Music can be
446typed in using the computer keyboard, played in using a MIDI keyboard, or
447even input via a microphone connected to the sound card. The final product
448is publication-quality music notation that is continuously generated in the
449background while you work.")
450 (home-page "http://www.denemo.org")
451 (license license:gpl3+)))
452
72385c34
KK
453(define-public dumb
454 (package
455 (name "dumb")
456 (version "2.0.3")
457 (source
458 (origin
459 (method git-fetch)
460 (uri (git-reference
461 (url "https://github.com/kode54/dumb.git")
462 (commit version)))
463 (sha256
464 (base32 "1cnq6rb14d4yllr0yi32p9jmcig8avs3f43bvdjrx4r1mpawspi6"))
465 (file-name (git-file-name name version))))
466 (build-system cmake-build-system)
467 (arguments
468 '(#:tests? #f ; no check target
469 #:configure-flags
470 (list "-DBUILD_SHARED_LIBS=ON"
471 "-DBUILD_EXAMPLES=OFF")))
472 (home-page "https://github.com/kode54/dumb")
473 (synopsis "Module audio renderer library")
474 (description
475 "DUMB is a tracker library with support for IT, XM, S3M and MOD files. It
476targets maximum accuracy to the original formats, with low-pass resonant filters
477for the IT files, accurate timing and pitching, and three resampling quality
478settings (aliasing, linear interpolation and cubic interpolation).")
479 ;; The DUMB license is a bit peculiar.
480 ;; Clause 8 states that clauses 4, 5 and 6 are null and void, leaving only
481 ;; the first three clauses for genuine consideration.
482 ;; Clauses 1, 2 and 3 are analogous to clauses 1, 2 and 3 of the zlib
483 ;; license, a known free software license.
484 ;; Therefore, the DUMB license may be considered a free software license.
485 (license (license:fsf-free "file://LICENSE"))))
486
d61dcb1b
KK
487(define-public dumb-allegro4
488 (package
489 (inherit dumb)
490 (name "dumb-allegro4")
491 (arguments
492 (substitute-keyword-arguments (package-arguments dumb)
493 ((#:configure-flags flags)
494 `(cons "-DBUILD_ALLEGRO4=ON" ,flags))))
495 (inputs
496 `(("allegro" ,allegro-4)))))
497
d231bb35
RW
498(define-public hydrogen
499 (package
500 (name "hydrogen")
01895743
NG
501 (version "1.0.0-beta2")
502 (source
503 (origin
504 (method git-fetch)
505 (uri (git-reference
506 (url "https://github.com/hydrogen-music/hydrogen.git")
507 (commit version)))
508 (file-name (git-file-name name version))
509 (sha256
510 (base32 "1s3jrdyjpm92flw9mkkxchnj0wz8nn1y1kifii8ws252iiqjya4a"))))
b7367762 511 (build-system cmake-build-system)
d231bb35 512 (arguments
80808d67
RW
513 `(#:test-target "tests"
514 #:phases
515 (modify-phases %standard-phases
516 (add-after 'unpack 'fix-data-directory
517 (lambda* (#:key outputs #:allow-other-keys)
518 (substitute* "CMakeLists.txt"
519 (("/usr/share/pixmaps")
520 (string-append (assoc-ref outputs "out")
521 "/share/pixmaps")))
522 #t)))))
d231bb35 523 (native-inputs
b7367762 524 `(("cppunit" ,cppunit)
01895743
NG
525 ("pkg-config" ,pkg-config)
526 ("qtlinguist" ,qttools)))
d231bb35 527 (inputs
b7367762 528 `(("alsa-lib" ,alsa-lib)
d231bb35 529 ("jack" ,jack-1)
01895743 530 ;; ("ladspa" ,ladspa) ; require LADSPA_PATH to be set
d231bb35 531 ("lash" ,lash)
b7367762 532 ("libarchive" ,libarchive)
01895743 533 ("liblo" ,liblo)
b7367762 534 ("libsndfile" ,libsndfile)
b7367762 535 ("lrdf" ,lrdf)
01895743 536 ("pulseaudio" ,pulseaudio)
80808d67
RW
537 ("qtbase" ,qtbase)
538 ("qtxmlpatterns" ,qtxmlpatterns)
b7367762 539 ("zlib" ,zlib)))
d231bb35
RW
540 (home-page "http://www.hydrogen-music.org")
541 (synopsis "Drum machine")
542 (description
543 "Hydrogen is an advanced drum machine for GNU/Linux. Its main goal is to
544enable professional yet simple and intuitive pattern-based drum programming.")
545 (license license:gpl2+)))
546
58301682
PL
547(define-public easytag
548 (package
549 (name "easytag")
550 (version "2.4.3")
551 (source (origin
552 (method url-fetch)
553 (uri (string-append "mirror://gnome/sources/easytag/2.4/easytag-"
554 version ".tar.xz"))
555 (sha256
556 (base32
557 "1mbxnqrw1fwcgraa1bgik25vdzvf97vma5pzknbwbqq5ly9fwlgw"))))
558 (build-system glib-or-gtk-build-system)
559 (native-inputs
560 `(("desktop-file-utils" ,desktop-file-utils)
561 ("glib" ,glib "bin")
562 ("intltool" ,intltool)
563 ("itstool" ,itstool)
564 ("pkg-config" ,pkg-config)
565 ("xmllint" ,libxml2)))
566 (inputs
567 `(("flac" ,flac)
568 ("gtk+" ,gtk+)
569 ("id3lib" ,id3lib)
570 ("libid3tag" ,libid3tag)
571 ("libvorbis" ,libvorbis)
572 ("opusfile" ,opusfile)
573 ("speex" ,speex)
574 ("taglib" ,taglib)
575 ("wavpack" ,wavpack)
576 ("yelp" ,yelp)))
577 (arguments
578 '(#:phases
579 (modify-phases %standard-phases
580 (add-before 'configure 'configure-libid3tag
581 (lambda* (#:key inputs #:allow-other-keys)
582 ;; libid3tag does not provide a .pc file and EasyTAG's configure
583 ;; script healivy relies on pkg-config. Providing a temporary
584 ;; local .pc file is easier than patching the configure script.
585 (let* ((libid3tag (assoc-ref inputs "libid3tag")))
586 (mkdir-p "pkgconfig")
587 (with-output-to-file
588 "pkgconfig/id3tag.pc"
589 (lambda _
590 (format #t
591 "prefix=~@*~a~@
592 libdir=${prefix}/lib~@
593 includedir=${prefix}/include~@
55af6456
PL
594
595 Name: libid3tag~@
596 Description:~@
597 Version:~@
58301682
PL
598 Libs: -L${libdir} -lid3tag -lz~@
599 Cflags: -I${includedir}~%"
600 libid3tag)))
601 (setenv "PKG_CONFIG_PATH"
602 (string-append (getenv "PKG_CONFIG_PATH")
55af6456
PL
603 ":" (getcwd) "/pkgconfig"))
604 #t)))
58301682
PL
605 (add-after 'unpack 'patch-makefile
606 (lambda _
607 (substitute* "Makefile.in"
608 ;; The Makefile generates a test-desktop-file-validate.sh
609 ;; script with /bin/sh hard-coded.
610 (("/bin/sh") (which "sh"))
611 ;; Don't create 'icon-theme.cache'.
55af6456
PL
612 (("gtk-update-icon-cache") "true"))
613 #t)))))
58301682
PL
614 (home-page "https://wiki.gnome.org/Apps/EasyTAG")
615 (synopsis "Simple application for viewing and editing tags in audio files")
616 (description
617 "EasyTAG is an application for viewing and editing tags in audio files.
618It supports MP3, MP2, MP4/AAC, FLAC, Ogg Opus, Ogg Speex, Ogg Vorbis,
619MusePack, Monkey's Audio, and WavPack files.")
620 (license license:gpl2+)))
621
91595624
RW
622(define-public extempore
623 (package
624 (name "extempore")
625 (version "0.7.0")
626 (source (origin
8b0f6917
RW
627 (method git-fetch)
628 (uri (git-reference
629 (url "https://github.com/digego/extempore.git")
630 (commit version)))
91595624
RW
631 (sha256
632 (base32
8b0f6917
RW
633 "12fsp7zkfxb9kykwq46l88kcbbici9arczrrsl4qn87m6vm5349l"))
634 (file-name (string-append name "-" version "-checkout"))))
91595624
RW
635 (build-system cmake-build-system)
636 (arguments
637 `(;; The default target also includes ahead-of-time compilation of the
638 ;; standard libraries. However, during the "install" phase this would
639 ;; happen *again* for unknown reasons. Hence we only build the
640 ;; extempore executable during the build phase.
641 #:make-flags '("extempore")
642 #:configure-flags '("-DJACK=ON"
643 ;; We want to distribute.
644 "-DIN_TREE=OFF"
645 ;; Don't download any dependencies.
646 "-DBUILD_DEPS=OFF")
647 #:modules ((ice-9 match)
648 (guix build cmake-build-system)
649 (guix build utils))
650 #:phases
651 (modify-phases %standard-phases
652 (add-after 'unpack 'patch-directories
653 (lambda* (#:key outputs #:allow-other-keys)
654 ;; Rewrite default path to runtime directory
655 (substitute* "src/Extempore.cpp"
656 (("runtimedir \\+= \"runtime\"")
657 (string-append "runtimedir = \""
658 (assoc-ref outputs "out")
659 "/lib/extempore/runtime\"")))
660 (substitute* "extras/extempore.el"
661 (("\\(runtime-directory \\(concat default-directory \"runtime\"\\)\\)")
662 (string-append "(runtime-directory \""
663 (assoc-ref outputs "out")
664 "/lib/extempore/runtime"
665 "\")")))
666 #t))
667 (add-after 'unpack 'link-with-additional-libs
668 (lambda _
669 ;; The executable must be linked with libffi and zlib.
670 (substitute* "CMakeLists.txt"
671 (("add_dependencies\\(aot_extended extended_deps\\)") "")
672 (("target_link_libraries\\(extempore PRIVATE dl" line)
673 (string-append line " ffi z")))
674 #t))
675 ;; FIXME: AOT compilation of the nanovg bindings fail with the error:
676 ;; "Compiler Error could not bind _nvgLinearGradient"
677 (add-after 'unpack 'disable-nanovg
678 (lambda _
679 (substitute* "CMakeLists.txt"
680 (("aotcompile_lib\\(libs/external/nanovg.xtm.*") ""))
681 #t))
682 ;; FIXME: All examples that are used as tests segfault for some
683 ;; unknown reason.
684 (add-after 'unpack 'disable-broken-tests
685 (lambda _
686 (substitute* "CMakeLists.txt"
687 (("extempore_add_example_as_test\\(.*") ""))
688 #t))
689 (add-after 'unpack 'hardcode-external-lib-paths
690 (lambda* (#:key inputs #:allow-other-keys)
691 (use-modules (ice-9 match))
692 (for-each
693 (match-lambda
694 ((file-name lib pkg-name)
695 (substitute* (string-append "libs/external/" file-name ".xtm")
696 ((lib) (string-append (assoc-ref inputs pkg-name)
697 "/lib/" lib)))))
698 '(("assimp" "libassimp.so" "assimp")
699 ("portmidi" "libportmidi.so" "portmidi")
700 ("sndfile" "libsndfile.so" "libsndfile")
701 ("fft" "libkiss_fft.so" "kiss-fft")
702 ("stb_image" "libstb_image.so" "stb-image")
703 ("nanovg" "libnanovg.so" "nanovg")
704 ("glext" "libGL.so" "mesa")
705 ("glfw3" "libglfw.so" "glfw")
706 ("gl/glcore-directbind" "libGL.so" "mesa")
707 ("gl/glcompat-directbind" "libGL.so" "mesa")))
708 #t))
709 (add-after 'unpack 'use-own-llvm
710 (lambda* (#:key inputs #:allow-other-keys)
711 (setenv "EXT_LLVM_DIR" (assoc-ref inputs "llvm"))
712 ;; Our LLVM builds shared libraries, so Extempore should use
713 ;; those.
714 (substitute* "CMakeLists.txt"
715 (("CMAKE_STATIC_LIBRARY") "CMAKE_SHARED_LIBRARY"))
716 #t))
717 (add-after 'unpack 'fix-aot-compilation
718 (lambda* (#:key outputs #:allow-other-keys)
719 (substitute* "CMakeLists.txt"
720 ;; EXT_SHARE_DIR does not exist before installation, so the
721 ;; working directory should be the source directory instead.
722 (("WORKING_DIRECTORY \\$\\{EXT_SHARE_DIR\\}")
723 "WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}")
724 ;; Extempore needs to be told where the runtime is to be found.
725 ;; While we're at it we disable automatic tuning for a specific
726 ;; CPU to make binary substitution possible.
727 (("COMMAND extempore" prefix)
728 (string-append prefix " --sharedir " (getcwd)
729 " --mcpu=generic --attr=none")))
730 #t)))))
731 (inputs
732 `(("llvm" ,llvm-for-extempore)
733 ("libffi" ,libffi)
734 ("jack" ,jack-1)
735 ("libsndfile" ,libsndfile)
736 ("glfw" ,glfw)
737 ("apr" ,apr)
738 ("stb-image" ,stb-image-for-extempore)
739 ("kiss-fft" ,kiss-fft-for-extempore)
740 ("nanovg" ,nanovg-for-extempore)
741 ("portmidi" ,portmidi-for-extempore)
742 ("assimp" ,assimp)
743 ("alsa-lib" ,alsa-lib)
744 ("portaudio" ,portaudio)
745 ("mesa" ,mesa)
746 ("pcre" ,pcre)
747 ("zlib" ,zlib)))
748 (native-inputs
749 `(("perl" ,perl)
750 ("emacs" ,emacs-no-x)))
39162ee4
RW
751 ;; Extempore refuses to build on architectures other than x86_64
752 (supported-systems '("x86_64-linux"))
181d19ab 753 (home-page "https://digego.github.io/extempore/")
91595624
RW
754 (synopsis "Programming environment for live coding of multimedia")
755 (description
756 "Extempore is a programming language and runtime environment designed
757with live programming in mind. It supports interactive programming in a REPL
758style, compiling and binding code just-in-time. Although Extempore has its
759roots in 'live coding' of audiovisual media art, it is suitable for any task
760domain where dynamic run-time modifiability and good numerical performance are
761required. Extempore also has strong timing and concurrency semantics, which
762are helpful when working in problem spaces where timing is important (such as
763audio and video).")
764 (license license:bsd-2)))
765
8c454dcd
RW
766(define-public klick
767 (package
768 (name "klick")
769 (version "0.12.2")
770 (source (origin
771 (method url-fetch)
772 (uri (string-append "http://das.nasophon.de/download/klick-"
773 version ".tar.gz"))
774 (sha256
775 (base32
776 "0hmcaywnwzjci3pp4xpvbijnnwvibz7gf9xzcdjbdca910y5728j"))))
bc27eb3b 777 (build-system scons-build-system)
8c454dcd 778 (arguments
bc27eb3b 779 `(#:scons-flags (list (string-append "PREFIX=" %output))
ecc604ba 780 #:scons ,scons-python2
f00067db
RW
781 #:tests? #f ; no "check" target
782 #:phases
783 (modify-phases %standard-phases
fb1d8d2b
RW
784 (add-after 'unpack 'be-permissive
785 (lambda _
786 (substitute* "SConstruct"
787 (("'-Wall'") "'-Wall', '-fpermissive'"))
788 #t))
f00067db
RW
789 (add-after 'unpack 'replace-removed-scons-syntax
790 (lambda _
791 (substitute* "SConstruct"
792 (("BoolOption") "BoolVariable")
793 (("PathOption") "PathVariable")
794 (("Options") "Variables"))
795 #t)))))
8c454dcd
RW
796 (inputs
797 `(("boost" ,boost)
798 ("jack" ,jack-1)
799 ("libsndfile" ,libsndfile)
800 ("libsamplerate" ,libsamplerate)
801 ("liblo" ,liblo)
802 ("rubberband" ,rubberband)))
803 (native-inputs
bc27eb3b 804 `(("pkg-config" ,pkg-config)))
8c454dcd
RW
805 (home-page "http://das.nasophon.de/klick/")
806 (synopsis "Metronome for JACK")
807 (description
808 "klick is an advanced command-line based metronome for JACK. It allows
809you to define complex tempo maps for entire songs or performances.")
810 (license license:gpl2+)))
811
048bfba1
RW
812(define-public gtklick
813 (package
814 (name "gtklick")
815 (version "0.6.4")
816 (source (origin
817 (method url-fetch)
818 (uri (string-append "http://das.nasophon.de/download/gtklick-"
819 version ".tar.gz"))
820 (sha256
821 (base32
822 "0dq1km6njnzsqdqyf6wzir9g733z0mc9vmxfg2383k3c2a2di6bp"))))
823 (build-system python-build-system)
824 (arguments
825 `(#:tests? #f ; no tests
826 #:python ,python-2
827 #:phases
828 (modify-phases %standard-phases
829 (add-before 'build 'add-sitedirs
830 ;; .pth files are not automatically interpreted unless the
831 ;; directories containing them are added as "sites". The directories
832 ;; are then added to those in the PYTHONPATH. This is required for
833 ;; the operation of pygtk.
834 (lambda _
835 (substitute* "gtklick/gtklick.py"
836 (("import pygtk")
837 "import pygtk, site, sys
838for path in [path for path in sys.path if 'site-packages' in path]: site.addsitedir(path)"))))
839 (add-after 'unpack 'inject-store-path-to-klick
840 (lambda* (#:key inputs #:allow-other-keys)
841 (substitute* "gtklick/klick_backend.py"
842 (("KLICK_PATH = 'klick'")
843 (string-append "KLICK_PATH = '"
844 (assoc-ref inputs "klick")
845 "/bin/klick'")))
846 #t)))))
847 (inputs
848 `(("klick" ,klick)
849 ("python2-pyliblo" ,python2-pyliblo)
850 ("python2-pygtk" ,python2-pygtk)))
851 (native-inputs
b94a6ca0 852 `(("gettext" ,gettext-minimal)))
048bfba1
RW
853 (home-page "http://das.nasophon.de/gtklick/")
854 (synopsis "Simple metronome with an easy-to-use graphical interface")
855 (description
856 "Gtklick is a simple metronome with an easy-to-use graphical user
857interface. It is implemented as a frontend to @code{klick}.")
858 (license license:gpl2+)))
859
a3b10217
KK
860(define-public libgme
861 (package
862 (name "libgme")
dd42a2f3 863 (version "0.6.3")
a3b10217
KK
864 (source (origin
865 (method url-fetch)
866 (uri (string-append "https://bitbucket.org/mpyne/game-music-emu/"
867 "downloads/game-music-emu-" version
21f5f351 868 ".tar.xz"))
a3b10217
KK
869 (sha256
870 (base32
dd42a2f3 871 "07857vdkak306d9s5g6fhmjyxk7vijzjhkmqb15s7ihfxx9lx8xb"))))
a3b10217
KK
872 (build-system cmake-build-system)
873 (arguments
dd42a2f3 874 '(#:tests? #f)) ; no check target
a3b10217
KK
875 (home-page "https://bitbucket.org/mpyne/game-music-emu")
876 (synopsis "Video game music file playback library")
877 (description
878 "Game-music-emu is a collection of video game music file emulators that
879support the following formats and systems:
880@table @code
881@item AY
882ZX Spectrum/Asmtrad CPC
883@item GBS
884Nintendo Game Boy
885@item GYM
886Sega Genesis/Mega Drive
887@item HES
888NEC TurboGrafx-16/PC Engine
889@item KSS
890MSX Home Computer/other Z80 systems (doesn't support FM sound)
891@item NSF/NSFE
892Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)
893@item SAP
894Atari systems using POKEY sound chip
895@item SPC
896Super Nintendo/Super Famicom
897@item VGM/VGZ
898Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
899@end table")
900 (license (list license:lgpl2.1+
901 ;; demo and player directories are under the Expat license
902 license:expat))))
903
1b6826d3
RW
904(define-public lilypond
905 (package
906 (name "lilypond")
4da6de3e
NG
907 (version "2.20.0")
908 (source
909 (origin
910 (method url-fetch)
911 (uri (string-append "http://lilypond.org/download/sources/"
912 "v" (version-major+minor version) "/"
913 "lilypond-" version ".tar.gz"))
914 (sha256
915 (base32 "0qd6pd4siss016ffmcyw5qc6pr2wihnvrgd4kh1x725w7wr02nar"))))
1b6826d3
RW
916 (build-system gnu-build-system)
917 (arguments
4da6de3e 918 `(#:tests? #f ;out-test/collated-files.html fails
1b6826d3 919 #:out-of-source? #t
4da6de3e 920 #:make-flags '("conf=www") ;to generate images for info manuals
127b04d7 921 #:configure-flags
409be57b
RW
922 (list "CONFIGURATION=www"
923 (string-append "--with-texgyre-dir="
127b04d7
RW
924 (assoc-ref %build-inputs "font-tex-gyre")
925 "/share/fonts/opentype/"))
1b6826d3 926 #:phases
a8bc747a 927 (modify-phases %standard-phases
9cc823f5
RW
928 (add-after 'unpack 'use-texlive-union
929 (lambda _
930 ;; FIXME: fonts are not found and have to be generated in HOME.
931 (setenv "HOME" "/tmp")
932 ;; The test for the "lh" package fails, even though it is among
933 ;; the inputs.
934 (substitute* "configure"
935 (("TEX_FIKPARM=.*") "TEX_FIKPARM=found\n"))
936 #t))
409be57b 937 (add-after 'unpack 'fix-path-references
4da6de3e
NG
938 (lambda _
939 (substitute* "scm/backend-library.scm"
940 (("\\(search-executable '\\(\"gs\"\\)\\)")
941 (string-append "\"" (which "gs") "\""))
942 (("\"/bin/sh\"")
943 (string-append "\"" (which "sh") "\"")))
944 #t))
a8bc747a 945 (add-before 'configure 'prepare-configuration
4da6de3e
NG
946 (lambda _
947 (substitute* "configure"
948 (("SHELL=/bin/sh") "SHELL=sh")
949 ;; When checking the fontforge version do not consider the
950 ;; version string that's part of the directory.
951 (("head -n") "tail -n")
952 ;; Also allow for SOURCE_DATE_EPOCH = 0 in fontforge.
953 (("20110222") "19700101"))
954 (setenv "out" "www")
955 (setenv "conf" "www")
956 #t))
409be57b
RW
957 (add-after 'install 'install-info
958 (lambda _
88659738
RW
959 (invoke "make"
960 "-j" (number->string (parallel-job-count))
961 "conf=www" "install-info")
962 #t)))))
1b6826d3
RW
963 (inputs
964 `(("guile" ,guile-1.8)
965 ("font-dejavu" ,font-dejavu)
127b04d7 966 ("font-tex-gyre" ,font-tex-gyre)
1b6826d3
RW
967 ("fontconfig" ,fontconfig)
968 ("freetype" ,freetype)
fb0b9ff1 969 ("ghostscript" ,ghostscript)
1b6826d3
RW
970 ("pango" ,pango)
971 ("python" ,python-2)))
972 (native-inputs
973 `(("bison" ,bison)
974 ("perl" ,perl)
975 ("flex" ,flex)
976 ("fontforge" ,fontforge)
977 ("dblatex" ,dblatex)
b94a6ca0 978 ("gettext" ,gettext-minimal)
1b6826d3 979 ("imagemagick" ,imagemagick)
4da6de3e 980 ("netpbm" ,netpbm) ;for pngtopnm
9cc823f5
RW
981 ("texlive" ,(texlive-union (list texlive-metapost
982 texlive-generic-epsf
983 texlive-latex-lh
984 texlive-latex-cyrillic)))
1b6826d3 985 ("texinfo" ,texinfo)
4da6de3e 986 ("texi2html" ,texi2html-1.82)
1b6826d3
RW
987 ("rsync" ,rsync)
988 ("pkg-config" ,pkg-config)
989 ("zip" ,zip)))
990 (home-page "http://www.lilypond.org/")
991 (synopsis "Music typesetting")
992 (description
993 "GNU LilyPond is a music typesetter, which produces high-quality sheet
994music. Music is input in a text file containing control sequences which are
995interpreted by LilyPond to produce the final document. It is extendable with
996Guile.")
55ca5e80
LC
997 (license license:gpl3+)
998
999 ;; On armhf and mips64el, building the documentation sometimes leads to
1000 ;; more than an hour of silence, so double the max silent time.
1001 (properties `((max-silent-time . 7200)))))
c267cc15 1002
8e80244a
RW
1003(define-public non-sequencer
1004 ;; The latest tagged release is three years old and uses a custom build
1bbe7959 1005 ;; system, so we take the last commit.
a6b5e1fb
RW
1006 (let ((commit "5ae43bb27c42387052a73e5ffc5d33efb9d946a9")
1007 (revision "4"))
8e80244a
RW
1008 (package
1009 (name "non-sequencer")
1bbe7959 1010 (version (string-append "1.9.5-" revision "." (string-take commit 7)))
8e80244a
RW
1011 (source (origin
1012 (method git-fetch)
1013 (uri (git-reference
1014 (url "git://git.tuxfamily.org/gitroot/non/non.git")
1015 (commit commit)))
1016 (sha256
1017 (base32
a6b5e1fb 1018 "1cljkkyi9dxqpqhx8y6l2ja4zjmlya26m26kqxml8gx08vyvddhx"))
8e80244a
RW
1019 (file-name (string-append name "-" version "-checkout"))))
1020 (build-system waf-build-system)
1021 (arguments
1022 `(#:tests? #f ;no "check" target
e591a4d6
RW
1023 #:configure-flags
1024 (list "--project=sequencer"
1025 ;; Disable the use of SSE unless on x86_64.
1026 ,@(if (not (string-prefix? "x86_64" (or (%current-target-system)
1027 (%current-system))))
1028 '("--disable-sse")
1029 '()))
8e80244a
RW
1030 #:python ,python-2))
1031 (inputs
1032 `(("jack" ,jack-1)
1033 ("libsigc++" ,libsigc++)
1034 ("liblo" ,liblo)
1035 ("ntk" ,ntk)))
1036 (native-inputs
1037 `(("pkg-config" ,pkg-config)))
48a13b4b 1038 (home-page "https://non.tuxfamily.org/wiki/Non%20Sequencer")
8e80244a
RW
1039 (synopsis "Pattern-based MIDI sequencer")
1040 (description
1041 "The Non Sequencer is a powerful, lightweight, real-time,
1042pattern-based MIDI sequencer. It utilizes the JACK Audio Connection Kit for
1043MIDI I/O and the NTK GUI toolkit for its user interface. Everything in Non
1044Sequencer happens on-line, in real-time. Music can be composed live, while the
1045transport is rolling.")
1046 (license license:gpl2+))))
1047
ded69d6f
RW
1048(define-public non-session-manager
1049 (package (inherit non-sequencer)
1050 (name "non-session-manager")
1051 (arguments
1052 (substitute-keyword-arguments (package-arguments non-sequencer)
1053 ((#:configure-flags flags)
1054 `(cons "--project=session-manager"
1055 (delete "--project=sequencer" ,flags)))))
1056 (inputs
1057 `(("jack" ,jack-1)
1058 ("liblo" ,liblo)
1059 ("ntk" ,ntk)))
1060 (native-inputs
1061 `(("pkg-config" ,pkg-config)))
48a13b4b 1062 (home-page "https://non.tuxfamily.org/nsm/")
ded69d6f
RW
1063 (synopsis "Audio session management")
1064 (description
1065 "The Non Session Manager is an API and an implementation for audio
1066session management. NSM clients use a well-specified OSC protocol to
1067communicate with the session management daemon.")
1068 (license license:gpl2+)))
1069
46bb58b8
RW
1070(define-public non-mixer
1071 (package (inherit non-sequencer)
1072 (name "non-mixer")
1073 (arguments
1074 (substitute-keyword-arguments (package-arguments non-sequencer)
1075 ((#:configure-flags flags)
1076 `(cons "--project=mixer"
1077 (delete "--project=sequencer" ,flags)))))
1078 (inputs
1079 `(("jack" ,jack-1)
1080 ("liblo" ,liblo)
1081 ("ladspa" ,ladspa)
1082 ("lrdf" ,lrdf)
1083 ("ntk" ,ntk)))
1084 (native-inputs
1085 `(("pkg-config" ,pkg-config)))
48a13b4b 1086 (home-page "https://non.tuxfamily.org/wiki/Non%20Mixer")
46bb58b8
RW
1087 (synopsis "Modular digital audio mixer")
1088 (description
1089 "The Non Mixer is a powerful, reliable and fast modular digital audio
1090mixer. It utilizes JACK for inter-application audio I/O and the NTK GUI
1091toolkit for a fast and lightweight user interface. Non Mixer can be used
1092alone or in concert with Non Timeline and Non Sequencer to form a complete
1093studio.")
1094 (license license:gpl2+)))
1095
4511e0db
RW
1096(define-public non-timeline
1097 (package (inherit non-sequencer)
1098 (name "non-timeline")
1099 (arguments
1100 (substitute-keyword-arguments (package-arguments non-sequencer)
1101 ((#:configure-flags flags)
1102 `(cons "--project=timeline"
1103 (delete "--project=sequencer" ,flags)))))
1104 (inputs
1105 `(("jack" ,jack-1)
1106 ("liblo" ,liblo)
1107 ("libsndfile" ,libsndfile)
1108 ("ntk" ,ntk)))
1109 (native-inputs
1110 `(("pkg-config" ,pkg-config)))
48a13b4b 1111 (home-page "https://non.tuxfamily.org/wiki/Non%20Timeline")
4511e0db
RW
1112 (synopsis "Modular digital audio timeline arranger")
1113 (description
1114 "The Non Timeline is a powerful, reliable and fast modular digital audio
1115timeline arranger. It utilizes JACK for inter-application audio I/O and the
1116NTK GUI toolkit for a fast and lightweight user interface. Non Timeline can
1117be used alone or in concert with Non Mixer and Non Sequencer to form a
1118complete studio.")
1119 (license license:gpl2+)))
1120
ea2884c1
RW
1121(define-public bsequencer
1122 (package
1123 (name "bsequencer")
1124 (version "1.2.0")
1125 (source (origin
1126 (method git-fetch)
1127 (uri (git-reference
1128 (url "https://github.com/sjaehn/BSEQuencer.git")
1129 (commit version)))
1130 (file-name (git-file-name name version))
1131 (sha256
1132 (base32
1133 "08xwz5v8wrar0rx7qdr9pkpjz2k9sw6bn5glhpn6sp6453fabf8q"))))
1134 (build-system gnu-build-system)
1135 (arguments
1136 `(#:make-flags
1137 (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
1138 #:tests? #f ; there are none
1139 #:phases
1140 (modify-phases %standard-phases
1141 (delete 'configure))))
1142 (inputs
1143 `(("cairo" ,cairo)
1144 ("lv2" ,lv2)
1145 ("libx11" ,libx11)))
1146 (native-inputs
1147 `(("pkg-config" ,pkg-config)))
1148 (home-page "https://github.com/sjaehn/BSEQuencer")
1149 (synopsis "Multi-channel MIDI step sequencer LV2 plugin")
1150 (description
1151 "This package provides a multi-channel MIDI step sequencer LV2 plugin
1152with a selectable pattern matrix size.")
1153 (license license:gpl3+)))
1154
c267cc15
RW
1155(define-public solfege
1156 (package
1157 (name "solfege")
1158 (version "3.22.2")
1159 (source (origin
1160 (method url-fetch)
1161 (uri (string-append
1162 "mirror://gnu/solfege/solfege-"
1163 version ".tar.xz"))
1164 (sha256
1165 (base32
1166 "1w25rxdbj907nsx285k9nm480pvy12w3yknfh4n1dfv17cwy072i"))))
1167 (build-system gnu-build-system)
1168 (arguments
1169 `(#:tests? #f ; xmllint attempts to download DTD
1170 #:test-target "test"
1171 #:phases
dc1d3cde
KK
1172 (modify-phases %standard-phases
1173 (add-after 'unpack 'fix-configuration
1174 (lambda* (#:key inputs #:allow-other-keys)
1175 (substitute* "default.config"
20c65aa1 1176 (("/usr/bin/aplay") "aplay")
95e545a4
NG
1177 (("/usr/bin/timidity") "timidity")
1178 (("/usr/bin/mpg123") "mpg123")
1179 (("/usr/bin/ogg123") "ogg123"))
dc1d3cde
KK
1180 #t))
1181 (add-before 'build 'patch-python-shebangs
1182 (lambda _
1183 ;; Two python scripts begin with a Unicode BOM, so patch-shebang
1184 ;; has no effect.
1185 (substitute* '("solfege/parsetree.py"
1186 "solfege/presetup.py")
1187 (("#!/usr/bin/python") (string-append "#!" (which "python"))))
1188 #t))
1189 (add-before 'build 'add-sitedirs
1190 ;; .pth files are not automatically interpreted unless the
1191 ;; directories containing them are added as "sites". The directories
1192 ;; are then added to those in the PYTHONPATH. This is required for
1193 ;; the operation of pygtk and pygobject.
1194 (lambda _
1195 (substitute* "run-solfege.py"
1196 (("import os")
1197 "import os, site
1198for path in [path for path in sys.path if 'site-packages' in path]: site.addsitedir(path)"))
1199 #t))
1200 (add-before 'build 'adjust-config-file-prefix
c267cc15
RW
1201 (lambda* (#:key outputs #:allow-other-keys)
1202 (substitute* "run-solfege.py"
1203 (("prefix = os.path.*$")
dc1d3cde
KK
1204 (string-append "prefix = " (assoc-ref outputs "out"))))
1205 #t))
1206 (add-after 'install 'wrap-program
1207 (lambda* (#:key inputs outputs #:allow-other-keys)
1208 ;; Make sure 'solfege' runs with the correct PYTHONPATH.
1209 (let* ((out (assoc-ref outputs "out"))
1210 (path (getenv "PYTHONPATH")))
1211 (wrap-program (string-append out "/bin/solfege")
1212 `("PYTHONPATH" ":" prefix (,path))))
1213 #t)))))
c267cc15
RW
1214 (inputs
1215 `(("python" ,python-2)
1216 ("pygtk" ,python2-pygtk)
b94a6ca0 1217 ("gettext" ,gettext-minimal)
c267cc15 1218 ("gtk" ,gtk+)
95e545a4 1219 ("lilypond" ,lilypond)))
c267cc15
RW
1220 (native-inputs
1221 `(("pkg-config" ,pkg-config)
1222 ("txt2man" ,txt2man)
1223 ("libxml2" ,libxml2) ; for tests
1224 ("ghostscript" ,ghostscript)
c267cc15
RW
1225 ("texinfo" ,texinfo)))
1226 (home-page "https://www.gnu.org/software/solfege/")
1227 (synopsis "Ear training")
1228 (description
1229 "GNU Solfege is a program for practicing musical ear-training. With it,
1230you can practice your recognition of various musical intervals and chords. It
1231features a statistics overview so you can monitor your progress across several
1232sessions. Solfege is also designed to be extensible so you can easily write
1233your own lessons.")
1234 (license license:gpl3+)))
6260d1a8 1235
8b9ec354
RW
1236(define-public powertabeditor
1237 (package
1238 (name "powertabeditor")
92a1cb92 1239 (version "2.0.0-alpha10")
8b9ec354 1240 (source (origin
1b12b572
RW
1241 (method git-fetch)
1242 (uri (git-reference
1243 (url "https://github.com/powertab/powertabeditor.git")
1244 (commit version)))
1245 (file-name (git-file-name name version))
8b9ec354
RW
1246 (sha256
1247 (base32
1b12b572 1248 "1z4fhdp71ck9synr12rg1p6365xnypd8ih40c5icj4si36khvksk"))
8b9ec354
RW
1249 (modules '((guix build utils)))
1250 (snippet
1251 '(begin
1252 ;; Remove bundled sources for external libraries
1253 (delete-file-recursively "external")
40effef7 1254 ;; Use only system libraries
8b9ec354 1255 (substitute* "CMakeLists.txt"
40effef7
RW
1256 (("include\\( PTE_ThirdParty \\)")
1257 "\
1258include(third_party/Qt)
1259include(third_party/boost)
1260add_library( Catch INTERFACE IMPORTED )
1261add_library( rapidjson INTERFACE IMPORTED )"))
8b9ec354
RW
1262 #t))))
1263 (build-system cmake-build-system)
1264 (arguments
7e11d113 1265 `(#:modules ((guix build cmake-build-system)
8b9ec354
RW
1266 (guix build utils)
1267 (ice-9 match))
1268 #:configure-flags
1269 ;; CMake appears to lose the RUNPATH for some reason, so it has to be
1270 ;; explicitly set with CMAKE_INSTALL_RPATH.
7e11d113 1271 (list "-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE"
7e11d113 1272 (string-append "-DCMAKE_INSTALL_RPATH="
8b9ec354
RW
1273 (string-join (map (match-lambda
1274 ((name . directory)
1275 (string-append directory "/lib")))
40effef7
RW
1276 %build-inputs) ";"))
1277 "-DPTE_DATA_DIR=share/powertabeditor")
8b9ec354
RW
1278 #:phases
1279 (modify-phases %standard-phases
40effef7
RW
1280 (replace 'check
1281 (lambda _
b1b82aed
RW
1282 (invoke "bin/pte_tests"
1283 ;; FIXME: these tests fail
1284 "exclude:Actions/EditStaff"
1285 "exclude:Formats/PowerTabOldImport/MergeMultiBarRests"
1286 "exclude:Score/ViewFilter/FilterRule"
1287 "exclude:Score/ViewFilter/ViewFilter"
1288 "exclude:Formats/PowerTabOldImport/Directions")
1289 #t))
04ba7a9d
RW
1290 ;; FIXME: This bug has been fixed upstream, but no release has been
1291 ;; made yet. See https://github.com/powertab/powertabeditor/issues/257
1292 (add-after 'unpack 'fix-boost-bug
1293 (lambda _
1294 (substitute* "source/score/voiceutils.cpp"
1295 (("boost::rational<int> duration\\(4, pos.getDurationType\\(\\)\\);")
1296 "boost::rational<int> duration(4, static_cast<int>(pos.getDurationType()));"))
1297 #t))
1e341fa5
RW
1298 ;; Fix build with Qt 5.11.
1299 (add-after 'unpack 'add-missing-headers
1300 (lambda _
1301 (substitute* (find-files "source/dialogs/" "\\.h$")
1302 (("#include <QDialog>" m)
1303 (string-append m "\n#include <QButtonGroup>")))
1304 (substitute* "source/widgets/mixer/mixeritem.h"
1305 (("#include <QWidget>" m)
1306 (string-append m "\n#include <QStyle>")))
1307 (substitute* "source/widgets/playback/playbackwidget.h"
1308 (("#include <QWidget>" m)
1309 (string-append m "\n#include <QButtonGroup>\n#include <QAction>")))
1310 #t))
bcdf11d6
PL
1311 ;; FIXME: Finding RtMidi was fixed upstream so we should be able to
1312 ;; remove this hack when a release is made.
1313 ;; See https://github.com/powertab/powertabeditor/issues/255
1314 (add-after 'unpack 'fix-rtmidi-header
1315 (lambda _
1316 (substitute* "source/audio/midioutputdevice.cpp"
1317 (("#include <RtMidi.h>") "#include <rtmidi/RtMidi.h>"))
1318 #t))
40effef7
RW
1319 (add-before 'configure 'remove-third-party-libs
1320 (lambda* (#:key inputs #:allow-other-keys)
1321 ;; Link with required static libraries, because we're not
1322 ;; using the bundled version of withershins.
c3913fac 1323 ;; Also add pthread for fixing a linker error.
40effef7
RW
1324 (substitute* "source/build/CMakeLists.txt"
1325 (("withershins" line)
1326 (string-append line "\n"
1327 (assoc-ref inputs "binutils")
1328 "/lib/libbfd.a\n"
1329 (assoc-ref inputs "libiberty")
1330 "/lib/libiberty.a\n"
1331 "dl\n"
c3913fac 1332 "pthread\n"
40effef7
RW
1333 "z\n")))
1334 #t)))))
8b9ec354
RW
1335 (inputs
1336 `(("boost" ,boost)
1337 ("alsa-lib" ,alsa-lib)
0a0bfd68 1338 ("qtbase" ,qtbase)
8b9ec354 1339 ("withershins" ,withershins)
d6902798 1340 ("libiberty" ,libiberty) ;for withershins
8b9ec354
RW
1341 ("binutils" ,binutils) ;for -lbfd and -liberty (for withershins)
1342 ("timidity" ,timidity++)
1343 ("pugixml" ,pugixml)
1344 ("rtmidi" ,rtmidi)
1345 ("rapidjson" ,rapidjson)
1346 ("zlib" ,zlib)))
1347 (native-inputs
1348 `(("catch" ,catch-framework)
1349 ("pkg-config" ,pkg-config)))
1350 (home-page "http://powertabs.net")
1351 (synopsis "Guitar tablature editor")
1352 (description
1353 "Power Tab Editor 2.0 is the successor to the famous original Power Tab
1354Editor. It is compatible with Power Tab Editor 1.7 and Guitar Pro.")
1355 (license license:gpl3+)))
1356
3d4b1bb9
RW
1357(define-public jalv-select
1358 (package
1359 (name "jalv-select")
fc1ff7fc 1360 (version "1.3")
3d4b1bb9 1361 (source (origin
ca364e7a
RW
1362 (method git-fetch)
1363 (uri (git-reference
1364 (url "https://github.com/brummer10/jalv_select.git")
fc1ff7fc 1365 (commit (string-append "v" version))))
ca364e7a 1366 (file-name (git-file-name name version))
3d4b1bb9
RW
1367 (sha256
1368 (base32
fc1ff7fc 1369 "15yanq1wra0hyh6x72ji7pk562iddg476g3vksj495x91zhnl6vm"))))
3d4b1bb9
RW
1370 (build-system gnu-build-system)
1371 (arguments
1372 `(#:make-flags
1373 (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
1374 #:phases
1375 (modify-phases %standard-phases
1376 (delete 'configure)
1377 (add-after 'unpack 'ignore-PATH
1378 (lambda* (#:key inputs #:allow-other-keys)
1379 (substitute* "jalv.select.cpp"
ad7f6e5f 1380 (("echo \\$PATH.*tr ':'.*xargs ls")
3d4b1bb9 1381 (string-append "ls -1 " (assoc-ref inputs "jalv") "/bin")))
ca364e7a
RW
1382 #t))
1383 (add-before 'reset-gzip-timestamps 'make-manpages-writable
1384 (lambda* (#:key outputs #:allow-other-keys)
1385 (for-each make-file-writable
1386 (find-files (string-append (assoc-ref outputs "out")
1387 "/share/man")
1388 ".*\\.gz$"))
3d4b1bb9
RW
1389 #t)))))
1390 (inputs
1391 `(("lilv" ,lilv)
1392 ("lv2" ,lv2)
1393 ("jalv" ,jalv)
1394 ("gtkmm" ,gtkmm-2)))
1395 (native-inputs
1396 `(("pkg-config" ,pkg-config)))
1397 (home-page "https://github.com/brummer10/jalv_select")
1398 (synopsis "GUI to select LV2 plugins and run them with jalv")
1399 (description
1400 "The jalv.select package provides a graphical user interface allowing
1401users to select LV2 plugins and run them with jalv.")
1402 (license license:public-domain)))
1403
b095e762
RW
1404(define-public synthv1
1405 (package
1406 (name "synthv1")
881903ae 1407 (version "0.9.13")
b095e762
RW
1408 (source (origin
1409 (method url-fetch)
1410 (uri
de67e922
LF
1411 (string-append "mirror://sourceforge/synthv1/synthv1/" version
1412 "/synthv1-" version ".tar.gz"))
b095e762
RW
1413 (sha256
1414 (base32
881903ae 1415 "0bb48myvgvqcibwm68qhd4852pjr2g19rasf059a799d1hzgfq3l"))))
b095e762 1416 (build-system gnu-build-system)
69008d73 1417 (arguments
8c7c7687 1418 `(#:tests? #f)) ; there are no tests
b095e762
RW
1419 (inputs
1420 `(("jack" ,jack-1)
1421 ("lv2" ,lv2)
1422 ("alsa-lib" ,alsa-lib)
b45aa39b 1423 ("non-session-manager" ,non-session-manager)
b095e762 1424 ("liblo" ,liblo)
e5f2afdb
EF
1425 ("qtbase" ,qtbase)
1426 ("qttools" ,qttools)))
b45aa39b
RW
1427 (native-inputs
1428 `(("pkg-config" ,pkg-config)))
9459216a 1429 (home-page "https://synthv1.sourceforge.io")
b095e762
RW
1430 (synopsis "Polyphonic subtractive synthesizer")
1431 (description
1432 "Synthv1 is an old-school subtractive polyphonic synthesizer with four
1433oscillators and stereo effects.")
1434 (license license:gpl2+)))
2bb00612 1435
cf9af706
RW
1436(define-public drumkv1
1437 (package
1438 (name "drumkv1")
0a54c387 1439 (version "0.9.13")
cf9af706
RW
1440 (source (origin
1441 (method url-fetch)
1442 (uri
1443 (string-append "mirror://sourceforge/drumkv1/drumkv1/" version
1444 "/drumkv1-" version ".tar.gz"))
1445 (sha256
1446 (base32
0a54c387 1447 "1h88sakxs0b20k8v2sh14y05fin1zqmhnid6h9mk9c37ixxg58ia"))))
cf9af706
RW
1448 (build-system gnu-build-system)
1449 (arguments
8b78ba2b 1450 `(#:tests? #f)) ; there are no tests
cf9af706
RW
1451 (inputs
1452 `(("jack" ,jack-1)
1453 ("lv2" ,lv2)
1454 ("libsndfile" ,libsndfile)
1455 ("alsa-lib" ,alsa-lib)
41e2a731 1456 ("non-session-manager" ,non-session-manager)
cf9af706
RW
1457 ("liblo" ,liblo)
1458 ("qtbase" ,qtbase)))
1459 (native-inputs
1460 `(("pkg-config" ,pkg-config)
1461 ("qttools" ,qttools)))
9459216a 1462 (home-page "https://drumkv1.sourceforge.io")
cf9af706
RW
1463 (synopsis "Drum-kit sampler synthesizer with stereo effects")
1464 (description
1465 "Drumkv1 is an old-school drum-kit sampler synthesizer with stereo
1466effects.")
1467 (license license:gpl2+)))
1468
18675264
RW
1469(define-public samplv1
1470 (package
1471 (name "samplv1")
1eb12d84 1472 (version "0.9.13")
18675264
RW
1473 (source (origin
1474 (method url-fetch)
1475 (uri
1476 (string-append "mirror://sourceforge/samplv1/samplv1/" version
1477 "/samplv1-" version ".tar.gz"))
1478 (sha256
1479 (base32
1eb12d84 1480 "0clsp6s5qfnh0xaxbd35vq2ppi72q9dfayrzlgl73800a8p7gh9m"))))
18675264
RW
1481 (build-system gnu-build-system)
1482 (arguments
d32f2aa3 1483 `(#:tests? #f)) ; there are no tests
18675264
RW
1484 (inputs
1485 `(("jack" ,jack-1)
1486 ("lv2" ,lv2)
1487 ("libsndfile" ,libsndfile)
1488 ("alsa-lib" ,alsa-lib)
92b70c6f 1489 ("non-session-manager" ,non-session-manager)
18675264
RW
1490 ("liblo" ,liblo)
1491 ("qtbase" ,qtbase)))
1492 (native-inputs
1493 `(("pkg-config" ,pkg-config)
1494 ("qttools" ,qttools)))
9459216a 1495 (home-page "https://samplv1.sourceforge.io")
18675264
RW
1496 (synopsis "Polyphonic sampler synthesizer with stereo effects")
1497 (description
1498 "Samplv1 is an old-school polyphonic sampler synthesizer with stereo
1499effects.")
1500 (license license:gpl2+)))
1501
2702e12e
RW
1502(define-public padthv1
1503 (package
1504 (name "padthv1")
54694839 1505 (version "0.9.13")
2702e12e
RW
1506 (source (origin
1507 (method url-fetch)
1508 (uri
1509 (string-append "mirror://sourceforge/padthv1/padthv1/" version
1510 "/padthv1-" version ".tar.gz"))
1511 (sha256
1512 (base32
54694839 1513 "1c1zllph86qswcxddz4vpsj6r9w21hbv4gkba0pyd3q7pbfqr7nz"))))
2702e12e
RW
1514 (build-system gnu-build-system)
1515 (arguments
0246bfc0 1516 `(#:tests? #f)) ; there are no tests
2702e12e
RW
1517 (inputs
1518 `(("jack" ,jack-1)
1519 ("lv2" ,lv2)
1520 ("alsa-lib" ,alsa-lib)
1521 ("non-session-manager" ,non-session-manager)
1522 ("liblo" ,liblo)
1523 ("fftw" ,fftw)
1524 ("qtbase" ,qtbase)))
1525 (native-inputs
1526 `(("pkg-config" ,pkg-config)
1527 ("qttools" ,qttools)))
9459216a 1528 (home-page "https://padthv1.sourceforge.io")
2702e12e
RW
1529 (synopsis "Polyphonic additive synthesizer")
1530 (description
1531 "Padthv1 is an old-school polyphonic additive synthesizer with stereo
1532effects. Padthv1 is based on the PADsynth algorithm by Paul Nasca, as a
1533special variant of additive synthesis.")
1534 (license license:gpl2+)))
1535
2bb00612
RW
1536(define-public amsynth
1537 (package
1538 (name "amsynth")
7e0befd4 1539 (version "1.7.1")
2bb00612
RW
1540 (source
1541 (origin
1542 (method url-fetch)
1543 (uri (string-append "https://github.com/amsynth/amsynth/releases/"
1544 "download/release-" version
1545 "/amsynth-" version ".tar.bz2"))
1546 (sha256
1547 (base32
7e0befd4 1548 "1882pfcmf3rqg3vd4qflzkppcv158d748i603spqjbxqi8z7x7w0"))))
2bb00612 1549 (build-system gnu-build-system)
2bb00612
RW
1550 (inputs
1551 `(("alsa-lib" ,alsa-lib)
1552 ("jack" ,jack-1)
1553 ("lv2" ,lv2)
7175f4c2 1554 ("lash" ,lash)
2bb00612
RW
1555 ("libsndfile" ,libsndfile)
1556 ("gtk+" ,gtk+-2)
1557 ("gtkmm" ,gtkmm-2)))
1558 (native-inputs
7e0befd4
RW
1559 `(("pkg-config" ,pkg-config)
1560 ("intltool" ,intltool)))
c99f0e57 1561 (home-page "https://amsynth.github.io")
2bb00612
RW
1562 (synopsis "Analog modeling synthesizer")
1563 (description
1564 "amsynth is an easy-to-use software synthesizer with a classic
1565subtractive synthesizer topology. Its features include: dual
1566oscillators (sine, saw, square, noise) with hard sync; 12 and 24 dB/oct
1567resonant filters (low-pass, high-pass, band-pass, notch); mono, poly, legato
1568keyboard modes; dual ADSR envelope generators for filter and amplitude; LFO
1569which can modulate the oscillators, filter, and amplitude; distortion and
1570reverb effects.")
1571 (license license:gpl2+)))
b095e762 1572
ec8da0e2
RW
1573(define-public setbfree
1574 (package
1575 (name "setbfree")
be99ceef 1576 (version "0.8.11")
ec8da0e2 1577 (source (origin
e0674840
TGR
1578 (method git-fetch)
1579 (uri (git-reference
1580 (url "https://github.com/pantherb/setBfree")
1581 (commit (string-append "v" version))))
1582 (file-name (git-file-name name version))
ec8da0e2
RW
1583 (sha256
1584 (base32
be99ceef 1585 "1s3ps3cjwlm63ml4izb7mizy8ci5pl9a19lvz62xf0br089h3afc"))))
ec8da0e2
RW
1586 (build-system gnu-build-system)
1587 (arguments
d7caf8b8 1588 `(#:tests? #f ; no "check" target
ec8da0e2
RW
1589 #:make-flags
1590 (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
1591 (string-append "FONTFILE="
1592 (assoc-ref %build-inputs "font-bitstream-vera")
b42d4508
RW
1593 "/share/fonts/truetype/VeraBd.ttf")
1594 ;; Disable unsupported optimization flags on non-x86
1595 ,@(let ((system (or (%current-target-system)
1596 (%current-system))))
1597 (if (or (string-prefix? "x86_64" system)
1598 (string-prefix? "i686" system))
1599 '()
1600 '("OPTIMIZATIONS=-ffast-math -fomit-frame-pointer -O3"))))
ec8da0e2
RW
1601 #:phases
1602 (modify-phases %standard-phases
1603 (add-before 'build 'set-CC-variable
d7caf8b8 1604 (lambda _ (setenv "CC" "gcc") #t))
ec8da0e2
RW
1605 (delete 'configure))))
1606 (inputs
1607 `(("jack" ,jack-1)
1608 ("lv2" ,lv2)
1609 ("zita-convolver" ,zita-convolver)
1610 ("glu" ,glu)
1611 ("ftgl" ,ftgl)
1612 ("font-bitstream-vera" ,font-bitstream-vera)))
1613 (native-inputs
1614 `(("help2man" ,help2man)
1615 ("pkg-config" ,pkg-config)))
1616 (home-page "http://setbfree.org")
1617 (synopsis "Tonewheel organ")
1618 (description
1619 "setBfree is a MIDI-controlled, software synthesizer designed to imitate
1620the sound and properties of the electromechanical organs and sound
1621modification devices that brought world-wide fame to the names and products of
1622Laurens Hammond and Don Leslie.")
1623 (license license:gpl2+)))
1624
770305f4
RW
1625(define-public beast
1626 (package
1627 (name "beast")
1628 (version "0.10.0")
1629 (source (origin
1630 (method url-fetch)
1631 (uri (string-append "https://testbit.eu/pub/dists/beast/beast-"
1632 version ".tar.xz"))
1633 (sha256
1634 (base32
1635 "1jzzmfwssklzw8fvvil04n8csc0zm99fnd9p2xa7c0xchg37lvhn"))))
1636 (build-system gnu-build-system)
844f4f6e
EF
1637 (arguments
1638 '(#:parallel-build? #f)) ; Race conditions cause build failures
770305f4
RW
1639 (inputs
1640 `(("rapicorn" ,rapicorn)
1641 ("guile" ,guile-1.8)
1642 ("python" ,python-2)
770305f4
RW
1643 ("libgnomecanvas" ,libgnomecanvas)
1644 ("libogg" ,libogg)
1645 ("libmad" ,libmad)
1646 ("flac" ,flac)
1647 ("alsa-lib" ,alsa-lib)
1648 ("libvorbis" ,libvorbis)
b94a6ca0 1649 ("gettext" ,gettext-minimal)))
770305f4
RW
1650 (native-inputs
1651 `(("pkg-config" ,pkg-config)
1652 ("glib:bin" ,glib "bin")
f2516de2 1653 ("cython" ,python2-cython)
770305f4
RW
1654 ("perl" ,perl)
1655 ("perl-xml-parser" ,perl-xml-parser)))
1656 (home-page "https://testbit.eu/wiki/Beast_Home")
1657 (synopsis "Music composition and modular synthesis environment")
1658 (description
1659 "Beast is a music composition and modular synthesis application. It
1660supports a wide range of standards in the field, such as MIDI, various audio
1661file formats and LADSPA modules. It allows for multitrack editing, real-time
1662synthesis, 32bit audio rendering, precise timing down to sample granularity,
1663on-demand and partial loading of wave files, on the fly decoding, stereo
1664mixing, FFT scopes, MIDI automation and full scriptability in Scheme.")
1665 (license license:gpl3+)))
1666
96250294
RW
1667(define-public bristol
1668 (package
1669 (name "bristol")
1670 (version "0.60.11")
1671 (source (origin
1672 (method url-fetch)
1673 (uri (string-append "mirror://sourceforge/bristol/bristol/"
1674 (version-major+minor version)
1675 "/bristol-" version ".tar.gz"))
1676 (sha256
1677 (base32
1678 "1fi2m4gmvxdi260821y09lxsimq82yv4k5bbgk3kyc3x1nyhn7vx"))))
1679 (build-system gnu-build-system)
18ef998b
RW
1680 (arguments
1681 `(#:phases
1682 (modify-phases %standard-phases
1683 (add-after 'unpack 'remove-sse-flags
1684 (lambda* (#:key system #:allow-other-keys)
1685 (when (not (or (string-prefix? "x86_64" system)
1686 (string-prefix? "i686" system)))
1687 (substitute* "bristol/Makefile.in"
1688 (("-msse -mfpmath=sse") "")))
73124d34 1689 #t))
bd0c6231
RW
1690 ;; alsa-lib 1.1.x no longer provides iatomic.h. That's okay because
1691 ;; bristol actually doesn't use it.
1692 (add-after 'unpack 'do-not-use-alsa-iatomic
1693 (lambda _
1694 (substitute* "libbristolaudio/audioEngineJack.c"
1695 (("#include <alsa/iatomic.h>") ""))
1696 #t))
73124d34
RW
1697 ;; We know that Bristol has been linked with JACK and we don't have
1698 ;; ldd, so we can just skip this check.
1699 (add-after 'unpack 'do-not-grep-for-jack
1700 (lambda _
1701 (substitute* "bin/startBristol.in"
1702 (("ldd `which bristol` | grep jack") "echo guix"))
18ef998b 1703 #t)))))
96250294
RW
1704 (inputs
1705 `(("alsa-lib" ,alsa-lib)
1706 ("jack" ,jack-1)
1707 ("liblo" ,liblo)
1708 ("libx11" ,libx11)))
1709 (native-inputs
1710 `(("pkg-config" ,pkg-config)))
1711 (home-page "http://bristol.sourceforge.net/")
1712 (synopsis "Synthesizer emulator")
1713 (description
36a4366d 1714 "Bristol is an emulation package for a number of different @code{classic}
96250294
RW
1715synthesizers including additive and subtractive and a few organs. The
1716application consists of the engine, which is called bristol, and its own GUI
1717library called brighton that represents all the emulations. There are
1718currently more than twenty different emulations; each does sound different
1719although the author maintains that the quality and accuracy of each emulation
1720is subjective.")
1721 (license license:gpl3+)))
1722
6260d1a8
RW
1723(define-public tuxguitar
1724 (package
1725 (name "tuxguitar")
07cb1dfc 1726 (version "1.5.3")
6260d1a8
RW
1727 (source (origin
1728 (method url-fetch)
1729 (uri (string-append
1730 "mirror://sourceforge/tuxguitar/TuxGuitar/TuxGuitar-"
f467c352 1731 version "/tuxguitar-" version "-src.tar.gz"))
6260d1a8
RW
1732 (sha256
1733 (base32
07cb1dfc 1734 "1qy5kjcsl3c86kdlyvsf6dsfmfl1mv8zg0ln6g3qg3i8f35vlpp6"))))
f467c352 1735 (build-system ant-build-system)
6260d1a8 1736 (arguments
f467c352 1737 `(#:build-target "build"
40f372af 1738 #:jdk ,icedtea-8
a0a7e425 1739 #:tests? #f ; no tests
6260d1a8 1740 #:phases
5f1c9498 1741 (modify-phases %standard-phases
44e70dee 1742 (replace 'build
f467c352 1743 (lambda* (#:key inputs outputs #:allow-other-keys)
750e54ec
RW
1744 (let* ((initial-classpath (getenv "CLASSPATH"))
1745 (build-dir (lambda (dir)
44e70dee
MR
1746 (setenv
1747 "CLASSPATH"
1748 (string-join (cons initial-classpath
1749 (find-files (getcwd) "\\.jar$"))
1750 ":"))
1751 (with-directory-excursion dir
1752 (if (file-exists? "build.xml")
1753 ((assoc-ref %standard-phases 'build)
1754 #:build-target "build")
1755 (begin
1756 ;; Generate default build.xml.
1757 ((@@ (guix build ant-build-system)
1758 default-build.xml)
1759 (string-append (string-downcase dir) ".jar")
1760 (string-append (assoc-ref outputs "out")
1761 "/share/java"))
1762 ((assoc-ref %standard-phases 'build))))))))
1763 (map build-dir '("TuxGuitar-lib"
1764 "TuxGuitar-editor-utils"
750e54ec
RW
1765 "TuxGuitar-ui-toolkit"
1766 "TuxGuitar-ui-toolkit-swt"
44e70dee
MR
1767 "TuxGuitar-viewer"
1768 "TuxGuitar"
1769 "TuxGuitar-gm-utils"
1770 "TuxGuitar-alsa"
1771 "TuxGuitar-midi"
1772 "TuxGuitar-midi-ui"))
1773 #t)))
1774 (add-after 'build 'build-jni
f467c352 1775 (lambda _
44e70dee
MR
1776 (setenv "CC" "gcc")
1777 (setenv "CFLAGS" (string-append
1778 "-fpic -I"
1779 (getcwd)
1780 "/build-scripts/native-modules/common-include"))
1781 (invoke "make" "-C" "./TuxGuitar-alsa/jni" "-f" "GNUmakefile")))
f467c352
RW
1782 (replace 'install
1783 (lambda* (#:key inputs outputs #:allow-other-keys)
1784 (let* ((out (assoc-ref outputs "out"))
1785 (bin (string-append out "/bin"))
1786 (share (string-append out "/share"))
44e70dee 1787 (jni-lib (string-append out "/lib"))
f467c352 1788 (lib (string-append share "/java"))
44e70dee
MR
1789 (swt (assoc-ref inputs "java-swt"))
1790 (mime (string-append share "/mime/packages"))
1791 (app (string-append share "/applications"))
1792 (man (string-append share "/man/man1")))
1793
f467c352 1794 (mkdir-p bin)
a0a7e425 1795 ;; Install all jars.
f467c352
RW
1796 (for-each (lambda (file)
1797 (install-file file lib))
44e70dee
MR
1798 (find-files "." "\\.jar$"))
1799
1800 ;; Install jni libraries
1801 (for-each (lambda (file)
1802 (install-file file jni-lib))
1803 (find-files "." "\\-jni.so$"))
750e54ec 1804
a0a7e425 1805 ;; Install all resources.
44e70dee
MR
1806 (copy-recursively "./TuxGuitar/share" share)
1807
1808 ;; Install desktop and mime files
1809 (install-file "./misc/tuxguitar.xml" mime)
1810 (install-file "./misc/tuxguitar.desktop" app)
1811
1812 ;; Install manaual
1813 (install-file "./misc/tuxguitar.1" man)
750e54ec 1814
a0a7e425 1815 ;; Create wrapper.
f467c352
RW
1816 (call-with-output-file (string-append bin "/tuxguitar")
1817 (lambda (port)
44e70dee
MR
1818 (let ((classpath (string-join (append (find-files lib "\\.jar$")
1819 (find-files swt "\\.jar$"))
f467c352
RW
1820 ":")))
1821 (format
1822 port
1823 (string-append "#!/bin/sh\n"
1824 (which "java")
1825 " -cp " classpath
1826 " -Dtuxguitar.home.path=" out
1827 " -Dtuxguitar.share.path=" out "/share"
1828 " -Dswt.library.path=" swt "/lib"
44e70dee 1829 " -Djava.library.path=" out "/lib"
f467c352
RW
1830 " org.herac.tuxguitar.app.TGMainSingleton"
1831 " \"$1\" \"$2\"")))))
1832 (chmod (string-append bin "/tuxguitar") #o555)
1833 #t))))))
6260d1a8 1834 (inputs
44e70dee
MR
1835 `(("alsa-lib" ,alsa-lib)
1836 ("java-swt" ,java-swt)))
d4eae3f7 1837 (home-page "http://tuxguitar.com.ar/")
6260d1a8
RW
1838 (synopsis "Multitrack tablature editor and player")
1839 (description
1840 "TuxGuitar is a guitar tablature editor with player support through midi.
1841It can display scores and multitrack tabs. TuxGuitar provides various
1842additional features, including autoscrolling while playing, note duration
1843management, bend/slide/vibrato/hammer-on/pull-off effects, support for
1844tuplets, time signature management, tempo management, gp3/gp4/gp5 import and
1845export.")
1846 (license license:lgpl2.1+)))
2d0fd07b
RW
1847
1848(define-public pd
1849 (package
1850 (name "pd")
4fe7adcb 1851 (version "0.50-2")
2d0fd07b
RW
1852 (source (origin
1853 (method url-fetch)
1854 (uri
037bf4f4
RW
1855 (string-append "http://msp.ucsd.edu/Software/pd-"
1856 version ".src.tar.gz"))
2d0fd07b
RW
1857 (sha256
1858 (base32
4fe7adcb 1859 "0dz6r6jy0zfs1xy1xspnrxxks8kddi9c7pxz4vpg2ygwv83ghpg5"))))
2d0fd07b
RW
1860 (build-system gnu-build-system)
1861 (arguments
4bad41e0 1862 `(#:tests? #f ; no "check" target
96808b39
SB
1863 #:configure-flags
1864 (list
1865 "--enable-jack"
1866 (string-append "--with-wish=" (string-append
1867 (assoc-ref %build-inputs "tk")
1868 "/bin/wish8.6")))
2d0fd07b
RW
1869 #:phases
1870 (modify-phases %standard-phases
96808b39 1871 (add-before 'configure 'fix-with-path
4712cbb0 1872 (lambda _
4712cbb0
RW
1873 (substitute* "tcl/pd-gui.tcl"
1874 (("exec wish ") (string-append "exec " (which "wish8.6") " ")))
9ab90ead 1875 #t)))))
2d0fd07b
RW
1876 (native-inputs
1877 `(("autoconf" ,autoconf)
1878 ("automake" ,automake)
1879 ("libtool" ,libtool)
b94a6ca0 1880 ("gettext" ,gettext-minimal)
2d0fd07b
RW
1881 ("pkg-config" ,pkg-config)))
1882 (inputs
1883 `(("tk" ,tk)
1884 ("alsa-lib" ,alsa-lib)
1885 ("jack" ,jack-1)))
1886 (home-page "http://puredata.info")
1887 (synopsis "Visual programming language for artistic performances")
1888 (description
1889 "Pure Data (aka Pd) is a visual programming language. Pd enables
1890musicians, visual artists, performers, researchers, and developers to create
1891software graphically, without writing lines of code. Pd is used to process
1892and generate sound, video, 2D/3D graphics, and interface sensors, input
1893devices, and MIDI. Pd can easily work over local and remote networks to
1894integrate wearable technology, motor systems, lighting rigs, and other
1895equipment. Pd is suitable for learning basic multimedia processing and visual
1896programming methods as well as for realizing complex systems for large-scale
1897projects.")
1898 (license license:bsd-3)))
821664f1 1899
6826f1e1
SB
1900(define-public libpd
1901 (package
1902 (name "libpd")
1903 (version "0.11.0")
1904 (source (origin
1905 (method git-fetch)
1906 (uri (git-reference
1907 (url "https://github.com/libpd/libpd.git")
1908 (commit version)
1909 (recursive? #t))) ; for the 'pure-data' submodule
1910 (file-name (string-append name "-" version "-checkout"))
1911 (sha256
1912 (base32
1913 "1bcg1d9iyf9n37hwwphmih0c8rd1xcqykil5z1cax6xfs76552nk"))))
1914 (build-system gnu-build-system)
1915 (arguments
1916 '(#:tests? #f ; no tests
1917 #:make-flags '("CC=gcc")
1918 #:phases
1919 (modify-phases %standard-phases
1920 (delete 'configure) ; no configure script
1921 (replace 'install
1922 (lambda* (#:key outputs #:allow-other-keys)
1923 (let ((out (assoc-ref outputs "out")))
1924 (invoke "make" "install"
1925 (string-append "prefix=" out)
1926 ;; XXX: Fix the last 2 lines of 'install' target.
1927 "LIBPD_IMPLIB=NO"
1928 "LIBPD_DEF=NO")))))))
1929 (home-page "http://libpd.cc/")
1930 (synopsis "Pure Data as an embeddable audio synthesis library")
1931 (description
1932 "Libpd provides Pure Data as an embeddable audio synthesis library. Its
1933main purpose is to liberate raw audio rendering from audio and MIDI drivers.")
1934 (license license:bsd-3)))
1935
aacb52fb
RW
1936(define-public portmidi
1937 (package
1938 (name "portmidi")
1939 (version "217")
1940 (source (origin
1941 (method url-fetch)
1942 (uri (string-append "mirror://sourceforge/portmedia/portmidi/"
1943 version "/portmidi-src-" version ".zip"))
1944 (sha256
1945 (base32
1946 "03rfsk7z6rdahq2ihy5k13qjzgx757f75yqka88v3gc0pn9ais88"))
1947 (patches (list (search-patch "portmidi-modular-build.patch")))))
1948 (build-system cmake-build-system)
1949 (arguments
3def739d
TGR
1950 `(#:tests? #f ; tests cannot be linked
1951 #:build-type "Release" ; needed to have PMALSA set
aacb52fb
RW
1952 #:configure-flags
1953 (list "-DPORTMIDI_ENABLE_JAVA=Off"
a374d9c9
NG
1954 "-DPORTMIDI_ENABLE_TEST=Off") ; tests fail linking
1955 #:phases
1956 (modify-phases %standard-phases
1957 ;; Some packages, e.g., MuseScore, expect "libporttime.so" instead of
1958 ;; "libportmidi.so". Distributions get away with it by creating an
1959 ;; appropriate symlink.
1960 (add-after 'install 'add-porttime
1961 (lambda* (#:key outputs #:allow-other-keys)
1962 (let* ((out (assoc-ref outputs "out"))
1963 (lib (string-append out "/lib")))
1964 (with-directory-excursion lib
1965 (symlink "libportmidi.so" "libporttime.so")))
1966 #t)))))
aacb52fb
RW
1967 (inputs
1968 `(("alsa-lib" ,alsa-lib)))
1969 (native-inputs
1970 `(("unzip" ,unzip)))
1971 (home-page "http://portmedia.sourceforge.net/portmidi/")
1972 (synopsis "Library for MIDI I/O")
1973 (description
1974 "PortMidi is a library supporting real-time input and output of MIDI data
1975using a system-independent interface.")
1976 (license license:expat)))
f65d59fc 1977
38098bf7
RW
1978(define-public portmidi-for-extempore
1979 (package (inherit portmidi)
1980 (name "portmidi-for-extempore")
1981 (version "217")
1982 (source (origin
57906fad
RW
1983 (method git-fetch)
1984 (uri (git-reference
1985 (url "https://github.com/extemporelang/portmidi.git")
1986 (commit version)))
1987 (file-name (git-file-name name version))
38098bf7
RW
1988 (sha256
1989 (base32
57906fad 1990 "1inriyrjf7xx2b7r54x0vmf9ngyqgr7g5060c22bwkbsgg53apzv"))))
38098bf7
RW
1991 (build-system cmake-build-system)
1992 (arguments `(#:tests? #f)) ; no tests
1993 (native-inputs '())
39162ee4
RW
1994 ;; Extempore refuses to build on architectures other than x86_64
1995 (supported-systems '("x86_64-linux"))
38098bf7
RW
1996 (home-page "https://github.com/extemporelang/portmidi/")))
1997
f65d59fc
RW
1998(define-public python-pyportmidi
1999 (package
2000 (name "python-pyportmidi")
2001 (version (package-version portmidi))
2002 (source (package-source portmidi))
2003 (build-system python-build-system)
2004 (arguments
2005 `(#:tests? #f ; no tests included
2006 #:phases
2007 (modify-phases %standard-phases
2008 (add-after 'unpack 'enter-dir
2009 (lambda _ (chdir "pm_python") #t))
2010 (add-after 'enter-dir 'fix-setup.py
2011 (lambda _
2012 (substitute* "setup.py"
2013 ;; Use Python 3 syntax
2014 (("print (\".*\")" _ text)
2015 (string-append "print(" text ")\n"))
2016 ;; TODO.txt and CHANGES.txt don't exist
2017 (("CHANGES =.*") "CHANGES = \"\"\n")
2018 (("TODO =.*") "TODO = \"\"\n"))
2019 #t)))))
2020 (inputs
2021 `(("portmidi" ,portmidi)
f2516de2 2022 ("alsa-lib" ,alsa-lib)))
f65d59fc 2023 (native-inputs
f2516de2
HG
2024 `(("python-cython" ,python-cython)
2025 ("unzip" ,unzip)))
f65d59fc
RW
2026 (home-page "http://portmedia.sourceforge.net/portmidi/")
2027 (synopsis "Python bindings to PortMidi")
2028 (description
2029 "This package provides Python bindings to the PortMidi library.")
2030 (license license:expat)))
aacb52fb 2031
821664f1
RW
2032(define-public frescobaldi
2033 (package
2034 (name "frescobaldi")
e40335b2 2035 (version "3.0.0")
821664f1
RW
2036 (source (origin
2037 (method url-fetch)
2038 (uri (string-append
2039 "https://github.com/wbsoft/frescobaldi/releases/download/v"
2040 version "/frescobaldi-" version ".tar.gz"))
2041 (sha256
2042 (base32
e40335b2 2043 "15cqhbjbjikr7ljgiq56bz2gxrr38j8p0f78p2vhyzydaviy9a2z"))))
821664f1 2044 (build-system python-build-system)
a19a6d3a 2045 (arguments `(#:tests? #f)) ; no tests included
821664f1
RW
2046 (inputs
2047 `(("lilypond" ,lilypond)
6855b347 2048 ("portmidi" ,portmidi)
e40335b2 2049 ("python-pyqt" ,python-pyqt)
821664f1 2050 ("python-ly" ,python-ly)
6855b347 2051 ("python-pyportmidi" ,python-pyportmidi)
821664f1 2052 ("poppler" ,poppler)
e40335b2 2053 ("python-poppler-qt5" ,python-poppler-qt5)
821664f1
RW
2054 ("python-sip" ,python-sip)))
2055 (home-page "http://www.frescobaldi.org/")
2056 (synopsis "LilyPond sheet music text editor")
2057 (description
2058 "Frescobaldi is a LilyPond sheet music text editor with syntax
2059highlighting and automatic completion. Among other things, it can render
2060scores next to the source, can capture input from MIDI or read MusicXML and
2061ABC files, has a MIDI player for proof-listening, and includes a documentation
2062browser.")
2063 (license license:gpl2+)))
ddfddb0c 2064
bf76d780
RW
2065(define-public drumstick
2066 (package
2067 (name "drumstick")
6fd7e0cc 2068 (version "1.1.3")
bf76d780
RW
2069 (source (origin
2070 (method url-fetch)
2071 (uri (string-append "mirror://sourceforge/drumstick/"
2072 version "/drumstick-" version ".tar.bz2"))
2073 (sha256
2074 (base32
6fd7e0cc 2075 "1n9wvg79yvkygrkc8xd8pgrd3d7hqmr7gh24dccf0px23lla9b3m"))))
bf76d780
RW
2076 (build-system cmake-build-system)
2077 (arguments
7adaf5b5 2078 `(#:tests? #f ; no test target
bf76d780
RW
2079 #:configure-flags '("-DLIB_SUFFIX=")
2080 #:phases
2081 (modify-phases %standard-phases
2082 (add-before 'configure 'fix-docbook
2083 (lambda* (#:key inputs #:allow-other-keys)
2084 (substitute* "cmake_admin/CreateManpages.cmake"
2085 (("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
2086 (string-append (assoc-ref inputs "docbook-xsl")
2087 "/xml/xsl/docbook-xsl-"
2088 ,(package-version docbook-xsl)
2089 "/manpages/docbook.xsl")))
2090 #t)))))
2091 (inputs
ca1cab82
EF
2092 `(("qtbase" ,qtbase)
2093 ("qtsvg" ,qtsvg)
7adaf5b5 2094 ("alsa-lib" ,alsa-lib)))
bf76d780
RW
2095 (native-inputs
2096 `(("pkg-config" ,pkg-config)
7adaf5b5 2097 ("libxslt" ,libxslt) ; for xsltproc
bf76d780
RW
2098 ("docbook-xsl" ,docbook-xsl)
2099 ("doxygen" ,doxygen)))
2100 (home-page "http://drumstick.sourceforge.net/")
2101 (synopsis "C++ MIDI library")
2102 (description
2103 "Drumstick is a set of MIDI libraries using C++/Qt5 idioms and style. It
2104includes a C++ wrapper around the ALSA library sequencer interface. A
2105complementary library provides classes for processing SMF (Standard MIDI
2106files: .MID/.KAR), Cakewalk (.WRK), and Overture (.OVE) file formats. A
2107multiplatform realtime MIDI I/O library is also provided with various output
2108backends, including ALSA, OSS, Network and FluidSynth.")
2109 (license license:gpl2+)))
2110
14b9203d
RW
2111(define-public vmpk
2112 (package
2113 (name "vmpk")
2114 (version "0.7.2")
2115 (source (origin
2116 (method url-fetch)
2117 (uri (string-append "mirror://sourceforge/vmpk/vmpk/"
2118 version "/vmpk-" version ".tar.bz2"))
2119 (sha256
2120 (base32
2121 "1i3hnvdgz46n4k5v0q4jhgh7nkh0s390ix4nqr69z0q3026yp0p6"))))
2122 (build-system cmake-build-system)
2123 (arguments
2124 `(#:tests? #f ; no test target
2125 #:phases
2126 (modify-phases %standard-phases
2127 (add-before 'configure 'fix-docbook
2128 (lambda* (#:key inputs #:allow-other-keys)
2129 (substitute* "cmake_admin/CreateManpages.cmake"
2130 (("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
2131 (string-append (assoc-ref inputs "docbook-xsl")
2132 "/xml/xsl/docbook-xsl-"
2133 ,(package-version docbook-xsl)
2134 "/manpages/docbook.xsl")))
2135 #t)))))
2136 (inputs
2137 `(("drumstick" ,drumstick)
2138 ("qtbase" ,qtbase)
2139 ("qtsvg" ,qtsvg)
2140 ("qttools" ,qttools)
2141 ("qtx11extras" ,qtx11extras)))
2142 (native-inputs
2143 `(("libxslt" ,libxslt) ;for xsltproc
2144 ("docbook-xsl" ,docbook-xsl)
2145 ("pkg-config" ,pkg-config)))
2146 (home-page "http://vmpk.sourceforge.net")
2147 (synopsis "Virtual MIDI piano keyboard")
2148 (description
2149 "Virtual MIDI Piano Keyboard is a MIDI events generator and receiver. It
2150doesn't produce any sound by itself, but can be used to drive a MIDI
2151synthesizer (either hardware or software, internal or external). You can use
2152the computer's keyboard to play MIDI notes, and also the mouse. You can use
2153the Virtual MIDI Piano Keyboard to display the played MIDI notes from another
2154instrument or MIDI file player.")
2155 (license license:gpl3+)))
2156
ddfddb0c
RW
2157(define-public zynaddsubfx
2158 (package
2159 (name "zynaddsubfx")
5f88d81f 2160 (version "3.0.5")
ddfddb0c
RW
2161 (source (origin
2162 (method url-fetch)
2163 (uri (string-append
2164 "mirror://sourceforge/zynaddsubfx/zynaddsubfx/"
138e7697 2165 version "/zynaddsubfx-" version ".tar.bz2"))
ddfddb0c
RW
2166 (sha256
2167 (base32
5f88d81f 2168 "0qwzg14h043rmyf9jqdylxhyfy4sl0vsr0gjql51wjhid0i34ivl"))))
ddfddb0c 2169 (build-system cmake-build-system)
00dfc97c
RW
2170 (arguments
2171 `(#:phases
2172 (modify-phases %standard-phases
2173 ;; Move SSE compiler optimization flags from generic target to
2174 ;; athlon64 and core2 targets, because otherwise the build would fail
2175 ;; on non-Intel machines.
2176 (add-after 'unpack 'remove-sse-flags-from-generic-target
2177 (lambda _
2178 (substitute* "src/CMakeLists.txt"
2179 (("-msse -msse2 -mfpmath=sse") "")
2180 (("-march=(athlon64|core2)" flag)
2181 (string-append flag " -msse -msse2 -mfpmath=sse")))
2182 #t)))))
ddfddb0c
RW
2183 (inputs
2184 `(("liblo" ,liblo)
2185 ("ntk" ,ntk)
1ea7969f 2186 ("mesa" ,mesa)
ddfddb0c
RW
2187 ("alsa-lib" ,alsa-lib)
2188 ("jack" ,jack-1)
2189 ("fftw" ,fftw)
2190 ("minixml" ,minixml)
2191 ("libxpm" ,libxpm)
2192 ("zlib" ,zlib)))
2193 (native-inputs
2194 `(("pkg-config" ,pkg-config)))
2195 (home-page "http://zynaddsubfx.sf.net/")
2196 (synopsis "Software synthesizer")
2197 (description
2198 "ZynAddSubFX is a feature heavy realtime software synthesizer. It offers
2199three synthesizer engines, multitimbral and polyphonic synths, microtonal
2200capabilities, custom envelopes, effects, etc.")
2201 (license license:gpl2)))
c493679f
RW
2202
2203(define-public yoshimi
2204 (package
2205 (name "yoshimi")
0d4b4059 2206 (version "1.7.0.1")
c493679f
RW
2207 (source (origin
2208 (method url-fetch)
2209 (uri (string-append "mirror://sourceforge/yoshimi/"
2210 (version-major+minor version)
2211 "/yoshimi-" version ".tar.bz2"))
2212 (sha256
2213 (base32
0d4b4059 2214 "1pkqrrr51vlxh96vy0c0rf5ijjvymys4brsw9rv1bdp1bb8izw6c"))))
c493679f
RW
2215 (build-system cmake-build-system)
2216 (arguments
886534b4 2217 `(#:tests? #f ; there are no tests
c493679f
RW
2218 #:configure-flags
2219 (list (string-append "-DCMAKE_INSTALL_DATAROOTDIR="
2220 (assoc-ref %outputs "out") "/share"))
2221 #:phases
2222 (modify-phases %standard-phases
2223 (add-before 'configure 'enter-dir
2224 (lambda _ (chdir "src") #t))
2225 ;; Move SSE compiler optimization flags from generic target to
2226 ;; athlon64 and core2 targets, because otherwise the build would fail
2227 ;; on non-Intel machines.
2228 (add-after 'unpack 'remove-sse-flags-from-generic-target
2229 (lambda _
2230 (substitute* "src/CMakeLists.txt"
2231 (("-msse -msse2 -mfpmath=sse") "")
2232 (("-march=(athlon64|core2)" flag)
2233 (string-append flag " -msse -msse2 -mfpmath=sse")))
5edc8682 2234 #t)))))
c493679f
RW
2235 (inputs
2236 `(("boost" ,boost)
2237 ("fftwf" ,fftwf)
2238 ("alsa-lib" ,alsa-lib)
2239 ("jack" ,jack-1)
2240 ("fontconfig" ,fontconfig)
2241 ("minixml" ,minixml)
2242 ("mesa" ,mesa)
2243 ("fltk" ,fltk)
2244 ("lv2" ,lv2)
2245 ("readline" ,readline)
2246 ("ncurses" ,ncurses)
2247 ("cairo" ,cairo)
2248 ("zlib" ,zlib)))
2249 (native-inputs
2250 `(("pkg-config" ,pkg-config)))
2251 (home-page "http://yoshimi.sourceforge.net/")
2252 (synopsis "Multi-paradigm software synthesizer")
2253 (description
edfa2eee 2254 "Yoshimi is a fork of ZynAddSubFX, a feature-heavy real-time software
c493679f
RW
2255synthesizer. It offers three synthesizer engines, multitimbral and polyphonic
2256synths, microtonal capabilities, custom envelopes, effects, etc. Yoshimi
2257improves on support for JACK features, such as JACK MIDI.")
2258 (license license:gpl2)))
658212eb 2259
e87cb754
RW
2260(define-public libgig
2261 (package
2262 (name "libgig")
ce63a3b9 2263 (version "4.2.0")
e87cb754
RW
2264 (source (origin
2265 (method url-fetch)
2266 (uri (string-append "http://download.linuxsampler.org/packages/"
2267 "libgig-" version ".tar.bz2"))
2268 (sha256
2269 (base32
ce63a3b9 2270 "1zs5yy124bymfyapsnljr6rv2lnn5inwchm0xnwiw44b2d39l8hn"))))
e87cb754
RW
2271 (build-system gnu-build-system)
2272 (inputs
2273 `(("libuuid" ,util-linux)
2274 ("libsndfile" ,libsndfile)))
2275 (native-inputs
2276 `(("pkg-config" ,pkg-config)))
2c051312 2277 (home-page "https://linuxsampler.org/libgig/")
e87cb754
RW
2278 (synopsis "C++ library for working with Gigasampler (.gig) files")
2279 (description
2280 "Libgig is a C++ library for loading, modifying existing and creating new
2281Gigasampler (.gig) files and DLS (Downloadable Sounds) Level 1/2 files, KORG
2282sample based instruments (.KSF and .KMP files), SoundFont v2 (.sf2) files and
2283AKAI sampler data. The package includes a couple of command line tools based
2284on the library.")
2285 ;; The library and tools are released under the GPL, except the AKAI
2286 ;; classes which are released under the LGPL.
2287 (license (list license:gpl2+ license:lgpl2.1+))))
2288
a9f55bf2
RW
2289(define-public jack-keyboard
2290 (package
2291 (name "jack-keyboard")
2292 (version "2.5")
2293 (source
2294 (origin
2295 (method url-fetch)
2296 (uri (string-append "mirror://sourceforge/jack-keyboard/jack-keyboard/"
2297 version "/jack-keyboard-" version ".tar.gz"))
2298 (sha256
2299 (base32
2300 "0mzmg8aavybcfdlq2yd9d0vscqd6is5p6jzrgfpfm5j3xdcvh2s3"))))
2301 (build-system gnu-build-system)
2302 (inputs
2303 `(("jack" ,jack-1)
2304 ("lash" ,lash)
2305 ("gtk+" ,gtk+-2)))
2306 (native-inputs
2307 `(("pkg-config" ,pkg-config)))
2308 (home-page "http://jack-keyboard.sourceforge.net/")
2309 (synopsis "Virtual MIDI keyboard")
2310 (description "Jack-keyboard is a virtual MIDI keyboard, a program that
2311allows you to send JACK MIDI events (i.e. play) using your PC keyboard.")
2312 (license license:bsd-2)))
2313
39b33584
RW
2314(define-public jack-capture
2315 (package
2316 (name "jack-capture")
2317 (version "0.9.73")
2318 (source (origin
2319 (method git-fetch)
2320 (uri (git-reference
2321 (url "https://github.com/kmatheussen/jack_capture.git")
2322 (commit version)))
2323 (file-name (string-append name "-" version "-checkout"))
2324 (sha256
2325 (base32
2326 "0jcqky96q8xgya6wqv1p8pj9fkf2wh7ynl67ah7x5bn3basgfclf"))))
2327 (build-system gnu-build-system)
2328 (arguments
2329 `(#:make-flags
2330 (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
2331 #:tests? #f ; there are none
2332 #:phases
2333 (modify-phases %standard-phases
2334 (delete 'configure))))
2335 (native-inputs
2336 `(("pkg-config" ,pkg-config)
2337 ("which" ,which)))
2338 (inputs
2339 `(("gtk+" ,gtk+-2)
2340 ("jack" ,jack-1)
2341 ("libogg" ,libogg)
2342 ("liblo" ,liblo)
2343 ("lame" ,lame)
2344 ("libsndfile" ,libsndfile)))
2345 (home-page "https://github.com/kmatheussen/jack_capture")
2346 (synopsis "Program for recording sound files with JACK")
2347 (description "This is a program for recording sound files with JACK. It
2348can connect to any JACK port and record the output into a stereo WAV file.")
2349 (license license:gpl2+)))
2350
3f68f76e
RW
2351(define-public jack-select
2352 (package
2353 (name "jack-select")
2354 (version "1.5.0")
2355 (source (origin
2356 (method url-fetch)
2357 (uri (pypi-uri "jack-select" version))
2358 (sha256
2359 (base32
2360 "1zijk9ly2fczxsnnrqr8s0ajmlyx1j1vd8gk0rm5dj5zyhhmia7f"))))
2361 (build-system gnu-build-system)
2362 (arguments
2363 `(#:modules ((guix build gnu-build-system)
2364 ((guix build python-build-system) #:prefix python:)
2365 (guix build utils))
2366 #:imported-modules (,@%gnu-build-system-modules
2367 (guix build python-build-system))
2368 #:make-flags
2369 (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
2370 #:tests? #f ; there are none
2371 #:phases
2372 (modify-phases %standard-phases
2373 (replace 'configure
2374 (lambda* (#:key inputs #:allow-other-keys)
2375 ;; python-dbus cannot be found but it's really there. See
2376 ;; https://github.com/SpotlightKid/jack-select/issues/2
2377 (substitute* "setup.py"
2378 (("'dbus-python',") ""))
2379 ;; Fix reference to dlopened libraries.
2380 (substitute* "jackselect/alsainfo.py"
2381 (("libasound.so.2")
2382 (string-append (assoc-ref inputs "alsa-lib")
2383 "/lib/libasound.so.2")))
2384 #t))
2385 (replace 'build
2386 (assoc-ref python:%standard-phases 'build))
2387 (add-after 'install 'wrap
2388 (assoc-ref python:%standard-phases 'wrap)))))
2389 (native-inputs
2390 `(("pkg-config" ,pkg-config)))
2391 (inputs
2392 `(("alsa-lib" ,alsa-lib)
2393 ("python" ,python-wrapper)
2394 ("python-pyudev" ,python-pyudev)
2395 ("python-pyxdg" ,python-pyxdg)
2396 ("python-dbus" ,python-dbus)
2397 ("python-pygobject" ,python-pygobject)))
2398 (home-page "https://github.com/SpotlightKid/jack-select")
2399 (synopsis "Systray application to quickly change the JACK-DBus configuration")
2400 (description "This application displays an icon in the system tray (also
2401known as notification area) of your desktop, which shows the status of the
2402JACK audio server and when you click on it, a menu pops up, which lets you
2403quickly select from the JACK configuration presets you created with QjackCtl.
2404When you select a preset, its JACK engine and driver configuration settings
2405are loaded via DBus into JACK and then the server is restarted. This allows
2406you to switch between different audio setups with just two mouse clicks.")
2407 (license license:expat)))
2408
658212eb
LF
2409(define-public cursynth
2410 (package
2411 (name "cursynth")
2412 (version "1.5")
2413 (source
2414 (origin
2415 (method url-fetch)
2416 (uri (string-append "mirror://gnu/cursynth/cursynth-"
2417 version ".tar.gz"))
2418 (sha256
2419 (base32 "1dhphsya41rv8z6yqcv9l6fwbslsds4zh1y56zizi39nd996d40v"))
fc1adab1 2420 (patches (search-patches "cursynth-wave-rand.patch"))))
658212eb
LF
2421 (build-system gnu-build-system)
2422 (native-inputs `(("pkg-config" ,pkg-config)))
2423 ;; TODO: See https://github.com/iyoko/cursynth/issues/4 which currently
2424 ;; prevents us from using pulseaudio
2425 (inputs `(("ncurses" ,ncurses)
2426 ("alsa" ,alsa-lib)))
6fd52309 2427 (home-page "https://www.gnu.org/software/cursynth/")
658212eb
LF
2428 (synopsis "Polyphonic and MIDI subtractive music synthesizer using curses")
2429 (description "GNU cursynth is a polyphonic synthesizer that runs
2430graphically in the terminal. It is built on a full-featured subtractive
2431synthesis engine. Notes and parameter changes may be entered via MIDI or the
2432computer's keyboard.")
2433 (license license:gpl3+)))
a763ce7d 2434
13edf1b9
RW
2435(define-public aj-snapshot
2436 (package
2437 (name "aj-snapshot")
bc03fe69 2438 (version "0.9.9")
13edf1b9
RW
2439 (source (origin
2440 (method url-fetch)
2441 (uri (string-append "mirror://sourceforge/aj-snapshot/"
2442 "aj-snapshot-" version ".tar.bz2"))
2443 (sha256
2444 (base32
bc03fe69 2445 "0z8wd5yvxdmw1h1rj6km9h01xd4xmp4d86gczlix7hsc7zrf0wil"))))
13edf1b9
RW
2446 (build-system gnu-build-system)
2447 (inputs
2448 `(("minixml" ,minixml)
2449 ("jack" ,jack-1)
2450 ("alsa-lib" ,alsa-lib)))
2451 (native-inputs
2452 `(("pkg-config" ,pkg-config)))
2453 (home-page "http://aj-snapshot.sourceforge.net/")
2454 (synopsis "Snapshot connections between ALSA and JACK clients")
2455 (description "Aj-snapshot is a small program that can be used to make
2456snapshots of the connections made between JACK and/or ALSA clients. Because
2457JACK can provide both audio and MIDI support to programs, aj-snapshot can
2458store both types of connections for JACK. ALSA, on the other hand, only
2459provides routing facilities for MIDI clients. Aj-snapshot is meant to be used
2460from the command line.")
2461 (license license:gpl3+)))
2462
a763ce7d
RW
2463(define-public qtractor
2464 (package
2465 (name "qtractor")
2de36648 2466 (version "0.9.12")
a763ce7d
RW
2467 (source (origin
2468 (method url-fetch)
2469 (uri (string-append "http://downloads.sourceforge.net/qtractor/"
2470 "qtractor-" version ".tar.gz"))
2471 (sha256
2472 (base32
2de36648 2473 "06493sf4hr178jkvric3rmc2phh1ph2jlyh8kl9z248amq3zfnhy"))))
a763ce7d 2474 (build-system gnu-build-system)
42639cc9 2475 (arguments
d56eee86 2476 `(#:tests? #f)) ; no "check" target
a763ce7d 2477 (inputs
523544d3
RW
2478 `(("qt" ,qtbase)
2479 ("qtx11extras" ,qtx11extras)
a763ce7d
RW
2480 ("alsa-lib" ,alsa-lib)
2481 ("jack" ,jack-1)
2482 ("libsndfile" ,libsndfile)
2483 ("ladspa" ,ladspa)
2484 ("lv2" ,lv2)
2485 ("lilv" ,lilv)
2486 ("suil" ,suil)
2487 ("libsamplerate" ,libsamplerate)
2488 ("libvorbis" ,libvorbis)
2489 ("libmad" ,libmad)
2490 ("rubberband" ,rubberband)
2491 ("liblo" ,liblo)
2492 ("zlib" ,zlib)))
2493 (native-inputs
523544d3
RW
2494 `(("pkg-config" ,pkg-config)
2495 ("qttools" ,qttools)))
8071bbbc 2496 (home-page "http://qtractor.org/")
a763ce7d
RW
2497 (synopsis "Audio/MIDI multi-track sequencer")
2498 (description
2499 "Qtractor is an Audio/MIDI multi-track sequencer application. It uses
2500JACK for audio and ALSA sequencer for MIDI as multimedia infrastructures and
2501follows a traditional multi-track tape recorder control paradigm.")
2502 (license license:gpl2+)))
aa0edd3f 2503
849c3d03 2504(define-public ams-lv2
c10f6c5a
TGR
2505 (package
2506 (name "ams-lv2")
2507 (version "1.2.2")
2508 (source
2509 (origin
2510 (method git-fetch)
2511 (uri (git-reference
2512 (url "https://github.com/blablack/ams-lv2.git")
2513 (commit (string-append "v" version))))
2514 (file-name (git-file-name name version))
2515 (sha256
2516 (base32 "1lz2mvk4gqsyf92yxd3aaldx0d0qi28h4rnnvsaz4ls0ccqm80nk"))))
2517 (build-system waf-build-system)
2518 (arguments
2519 `(#:phases
2520 (modify-phases %standard-phases
2521 (add-after 'unpack 'remove-sse-flags
2522 (lambda* (#:key system #:allow-other-keys)
2523 (unless (or (string-prefix? "x86_64" system)
2524 (string-prefix? "i686" system))
2525 (substitute* "wscript"
2526 (("'-msse', '-mfpmath=sse', ") "")))
2527 #t)))
2528 #:tests? #f)) ; no tests
2529 (inputs
2530 `(("cairo" ,cairo)
2531 ("fftw" ,fftw)
2532 ("gtk" ,gtk+-2)
2533 ("gtkmm" ,gtkmm-2)
2534 ("lv2" ,lv2)
2535 ("lvtk" ,lvtk)))
2536 (native-inputs
2537 `(("pkg-config" ,pkg-config)))
2538 (home-page "https://github.com/blablack/ams-lv2")
2539 (synopsis "Port of Alsa Modular Synth internal modules into LV2")
2540 (description "This set of LV2 plugins is a port of the internal modules
849c3d03
RW
2541found in Alsa Modular Synth. These plugins are used to create modular
2542synthesizers and contain: VCO, VCF, VCA, LFO, slew limiter, envelopes, sample
2543and hold, etc.")
c10f6c5a 2544 (license license:gpl2)))
849c3d03 2545
aed023ff
RW
2546(define-public gxtuner
2547 (package
2548 (name "gxtuner")
f5e0ff0f 2549 (version "2.4")
aed023ff 2550 (source (origin
bed4eb37
RW
2551 (method git-fetch)
2552 (uri (git-reference
2553 (url "https://github.com/brummer10/gxtuner.git")
2554 (commit (string-append "v" version))))
2555 (file-name (git-file-name name version))
aed023ff
RW
2556 (sha256
2557 (base32
bed4eb37 2558 "1fxd2akan2njlr7fpkh84830783qhh1gg7yakswqk5dd466dcn96"))))
aed023ff
RW
2559 (build-system gnu-build-system)
2560 (arguments
2561 `(#:make-flags
2562 (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
2563 (string-append "INCLUDE_L_DIR="
2564 (assoc-ref %build-inputs "zita-resampler")
2565 "/include/"))
2566 #:phases
2567 (modify-phases %standard-phases
2568 (delete 'configure))))
2569 (inputs
f5e0ff0f 2570 `(("gtk+" ,gtk+)
aed023ff
RW
2571 ("jack" ,jack-1)
2572 ("fftwf" ,fftwf)
2573 ("cairo" ,cairo)
2574 ("zita-resampler" ,zita-resampler)))
2575 (native-inputs
2576 `(("pkg-config" ,pkg-config)))
2577 (home-page "https://github.com/brummer10/gxtuner")
2578 (synopsis "Guitar tuner")
2579 (description "GXtuner is a simple guitar tuner for JACK with an
2580analogue-like user interface.")
2581 (license license:gpl2+)))
2582
c2c9e748 2583(define-public mod-host
9f1ac4fa 2584 ;; The last release was in 2014 but since then hundreds of commits have
c2c9e748 2585 ;; been made.
9f1ac4fa
RW
2586 (let ((commit "1726ad06b11323da7e1aaed690ff8aef91f702b5")
2587 (revision "3"))
c2c9e748
RW
2588 (package
2589 (name "mod-host")
2590 (version (string-append "0.10.6-" revision "." (string-take commit 9)))
2591 (source (origin
2592 (method git-fetch)
2593 (uri (git-reference
2594 (url "https://github.com/moddevices/mod-host")
2595 (commit commit)))
2596 (sha256
2597 (base32
9f1ac4fa 2598 "1nrd37c35w6z6ldczgrwmmd9hx1n3zyvcjcgb3mi4cygqdanvspv"))
c2c9e748
RW
2599 (file-name (string-append name "-" version "-checkout"))))
2600 (build-system gnu-build-system)
2601 (arguments
2602 `(#:tests? #f ; no tests included
2603 #:make-flags
2604 (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
2605 "CC=gcc")
2606 #:phases
2607 (modify-phases %standard-phases
2608 (delete 'configure)
2609 (add-after 'unpack 'fix-jack-installation-directory
2610 (lambda _
2611 ;; Do not attempt to install files to output of "jack" package.
2612 (substitute* "Makefile"
2613 (("\\$\\(shell pkg-config --variable=libdir jack\\)")
2614 "lib"))
2615 #t)))))
2616 (inputs
2617 `(("lilv" ,lilv)
c96cb01a
DC
2618 ("fftw" ,fftw)
2619 ("fftwf" ,fftwf)
c2c9e748
RW
2620 ("lv2" ,lv2)
2621 ("jack" ,jack-1)
2622 ("readline" ,readline)))
2623 (native-inputs
2624 `(("pkg-config" ,pkg-config)
2625 ("python" ,python-2)))
2626 (home-page "https://github.com/moddevices/mod-host")
2627 (synopsis "LV2 host for Jack controllable via socket or command line")
2628 (description "mod-host is an LV2 plugin host for JACK, controllable via
2629socket or command line.")
2630 (license license:gpl3+))))
2631
19d93ef5
SR
2632(define-public curseradio
2633 (let ((commit "1bd4bd0faeec675e0647bac9a100b526cba19f8d")
2634 (revision "1"))
2635 (package
2636 (name "curseradio")
2637 (version (git-version "0" revision commit))
2638 (source (origin
2639 (method git-fetch)
2640 (uri (git-reference
2641 (url "https://github.com/chronitis/curseradio.git")
2642 (commit commit)))
2643 (file-name (git-file-name name version))
2644 (sha256
2645 (base32
2646 "11bf0jnj8h2fxhpdp498189r4s6b47vy4wripv0z4nx7lxajl88i"))))
2647 (build-system python-build-system)
e79a07bc
EF
2648 (arguments
2649 `(#:phases
2650 (modify-phases %standard-phases
2651 (add-after 'unpack 'link-to-mpv
2652 (lambda* (#:key inputs #:allow-other-keys)
2653 (substitute* "curseradio/curseradio.py"
2654 (("/usr/bin/mpv")
2655 (string-append (assoc-ref inputs "mpv") "/bin/mpv")))
2656 #t)))))
19d93ef5
SR
2657 (propagated-inputs
2658 `(("python-lxml" ,python-lxml)
2659 ("python-requests" ,python-requests)
e79a07bc
EF
2660 ("python-pyxdg" ,python-pyxdg)))
2661 (inputs
2662 `(("mpv" ,mpv)))
19d93ef5
SR
2663 (home-page "https://github.com/chronitis/curseradio")
2664 (synopsis "Command-line Internet radio player")
2665 (description "Curseradio is a Curses-based radio player that uses a
2666tune-in sender list from @url{http://opml.radiotime.com}.")
2667 (license license:expat))))
2668
aa0edd3f
AM
2669(define-public pianobar
2670 (package
2671 (name "pianobar")
8cc1fdce 2672 (version "2019.02.14")
aa0edd3f 2673 (source (origin
1410e178
RW
2674 (method git-fetch)
2675 (uri (git-reference
2676 (url "https://github.com/PromyLOPh/pianobar.git")
2677 (commit version)))
2678 (file-name (git-file-name name version))
aa0edd3f
AM
2679 (sha256
2680 (base32
8cc1fdce 2681 "1bfabkj3m9kmhxl64w4azmi0xf7w52fmqfbw2ag28hbb5yy01k1m"))))
aa0edd3f
AM
2682 (build-system gnu-build-system)
2683 (arguments
8cc1fdce 2684 `(#:tests? #f ; no tests
aa0edd3f
AM
2685 #:make-flags (list "CC=gcc" "CFLAGS=-std=c99"
2686 (string-append "PREFIX=" %output))
2687 #:phases (modify-phases %standard-phases
2688 (delete 'configure))))
2689 (inputs
2690 `(("ao" ,ao)
2691 ("curl" ,curl)
2692 ("libgcrypt" ,libgcrypt)
2693 ("json-c" ,json-c)
8cc1fdce 2694 ("ffmpeg" ,ffmpeg)))
aa0edd3f
AM
2695 (native-inputs
2696 `(("pkg-config" ,pkg-config)))
3e97cf47 2697 (home-page "https://6xq.net/pianobar/")
aa0edd3f
AM
2698 (synopsis "Console-based pandora.com player")
2699 (description "pianobar is a console-based music player for the
2700personalized online radio pandora.com. It has configurable keys for playing
2701and managing stations, can be controlled remotely via fifo, and can run
2702event-based scripts for scrobbling, notifications, etc.")
2703 (license license:expat)))
3f7a182d 2704
1deab8cb
CB
2705(define-public picard
2706 (package
2707 (name "picard")
b421e915 2708 (version "2.1.3")
1deab8cb
CB
2709 (source (origin
2710 (method url-fetch)
2711 (uri (string-append
2712 "https://musicbrainz.osuosl.org/pub/musicbrainz/"
2713 "picard/picard-" version ".tar.gz"))
2714 (sha256
2715 (base32
b421e915 2716 "19w5k3bf4886gdycxjds9nkjvir0gwy2r5cqkz0lbls4ikk4y14f"))))
1deab8cb
CB
2717 (build-system python-build-system)
2718 (arguments
251448f7
TGR
2719 '(#:use-setuptools? #f
2720 #:configure-flags
e28b0798
TGR
2721 (list "--root=/"
2722 ;; Don't phone home or show ‘Check for Update…’ in the Help menu.
2723 "--disable-autoupdate")
251448f7 2724 #:phases
1deab8cb
CB
2725 (modify-phases %standard-phases
2726 (add-after 'unpack 'patch-source
2727 (lambda* (#:key inputs #:allow-other-keys)
2728 (substitute* "picard/const/__init__.py"
2729 (("pyfpcalc")
2730 (string-append
2731 "pyfpcalc', '"
e247244e
TGR
2732 (assoc-ref inputs "chromaprint") "/bin/fpcalc")))
2733 #t)))))
1deab8cb
CB
2734 (native-inputs
2735 `(("gettext" ,gettext-minimal)))
2736 (inputs
2737 `(("chromaprint" ,chromaprint)
7d9fa5f3 2738 ("python-discid" ,python-discid)
1deab8cb
CB
2739 ("python-pyqt" ,python-pyqt)
2740 ("python-mutagen" ,python-mutagen)))
2741 (home-page "https://picard.musicbrainz.org/")
2742 (synopsis "Graphical music tagging application")
2743 (description
2744 "MusicBrainz Picard is a music tagging application, supporting multiple
2745formats, looking up tracks through metadata and audio fingerprints.")
2746 (license license:gpl2+)))
2747
3f7a182d
LF
2748(define-public python-mutagen
2749 (package
2750 (name "python-mutagen")
e39aae4f 2751 (version "1.38")
3f7a182d
LF
2752 (source (origin
2753 (method url-fetch)
2754 (uri (pypi-uri "mutagen" version))
2755 (sha256
2756 (base32
e39aae4f 2757 "0rl7sxn1rcjl48fwga3dqf9f6pzspsny4ngxyf6pp337mrq0z693"))))
3f7a182d 2758 (build-system python-build-system)
4228a79e
LF
2759 (native-inputs
2760 `(("python-pytest" ,python-pytest)))
3f7a182d
LF
2761 (home-page "https://bitbucket.org/lazka/mutagen")
2762 (synopsis "Read and write audio tags")
2763 (description "Mutagen is a Python module to handle audio metadata. It
2764supports ASF, FLAC, M4A, Monkey’s Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg
2765Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio files. All versions
2766of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read
2767Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and
2768APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg
2769streams on an individual packet/page level.")
2770 (license license:gpl2))) ; "later version" never mentioned
2771
2772(define-public python2-mutagen
2773 (package-with-python2 python-mutagen))
8975de88
LF
2774
2775(define-public python-musicbrainzngs
2776 (package
2777 (name "python-musicbrainzngs")
daedf34d 2778 (version "0.6")
8975de88
LF
2779 (source (origin
2780 (method url-fetch)
2781 (uri (pypi-uri "musicbrainzngs" version))
2782 (sha256
2783 (base32
daedf34d 2784 "1dddarpjawryll2wss65xq3v9q8ln8dan7984l5dxzqx88d2dvr8"))))
8975de88 2785 (build-system python-build-system)
daedf34d
LF
2786 (arguments
2787 '(;; The tests fail suffer from race conditions:
2788 ;; https://github.com/alastair/python-musicbrainzngs/issues/211
2789 #:tests? #f))
8975de88
LF
2790 (home-page "https://python-musicbrainzngs.readthedocs.org/")
2791 (synopsis "Python bindings for MusicBrainz NGS webservice")
2792 (description "Musicbrainzngs implements Python bindings of the MusicBrainz
2793web service. This library can be used to retrieve music metadata from the
2794MusicBrainz database.")
2795 ;; 'musicbrainzngs/compat.py' is ISC licensed.
2796 (license (list license:bsd-2 license:isc))))
2797
2798(define-public python2-musicbrainzngs
2799 (package-with-python2 python-musicbrainzngs))
e8fee648 2800
07c82daa
GH
2801(define-public python-isrcsubmit
2802 (package
2803 (name "python-isrcsubmit")
2804 (version "2.0.1")
2805 (source
2806 (origin
2807 (method url-fetch)
2808 (uri (pypi-uri "isrcsubmit" version))
2809 (sha256
2810 (base32
2811 "0jh4cni8qhri6dh83cmp0i0m0384vv0vznlygv49wj9xzh1d99qv"))))
2812 (build-system python-build-system)
2813 (propagated-inputs
2814 `(("python-discid" ,python-discid)
2815 ("python-musicbrainzngs" ,python-musicbrainzngs)))
2816 (home-page "https://github.com/JonnyJD/musicbrainz-isrcsubmit")
2817 (synopsis "Submit ISRCs from CDs to MusicBrainz")
2818 (description "@code{isrcsubmit} is a tool to extract @dfn{International
2819Standard Recording Code} (ISRCs) from audio CDs and submit them to
2820@url{https://musicbrainz.org/, MusicBrainz}.")
2821 (license license:gpl3+)))
2822
a2eab422 2823(define-public python2-pyechonest
e8fee648 2824 (package
a2eab422 2825 (name "python2-pyechonest")
e8fee648
LF
2826 (version "9.0.0")
2827 (source (origin
2828 (method url-fetch)
2829 (uri (pypi-uri "pyechonest" version))
2830 (sha256
2831 (base32
2832 "1584nira3rkiman9dm81kdshihmkj21s8navndz2l8spnjwb790x"))))
2833 (build-system python-build-system)
a2eab422
LF
2834 (arguments
2835 `(;; Python 3 is not supported:
2836 ;; https://github.com/echonest/pyechonest/issues/42
2837 #:python ,python-2))
e8fee648
LF
2838 (home-page "https://github.com/echonest/pyechonest")
2839 (synopsis "Python interface to The Echo Nest APIs")
d3e3468f
LF
2840 (description "Pyechonest is a Python library for the Echo Nest API. With
2841Pyechonest you have Python access to the entire set of API methods including:
e8fee648
LF
2842
2843@enumerate
2844@item artist - search for artists by name, description, or attribute, and get
2845back detailed information about any artist including audio, similar artists,
2846blogs, familiarity, hotttnesss, news, reviews, urls and video.
2847@item song - search songs by artist, title, description, or attribute (tempo,
2848duration, etc) and get detailed information back about each song, such as
2849hotttnesss, audio_summary, or tracks.
2850@item track - upload a track to the Echo Nest and receive summary information
2851about the track including key, duration, mode, tempo, time signature along with
2852detailed track info including timbre, pitch, rhythm and loudness information.
2853@end enumerate\n")
a2eab422 2854 (license license:bsd-3)))
acd7351f
LF
2855
2856(define-public python-pylast
2857 (package
2858 (name "python-pylast")
653f2b92 2859 (version "2.0.0")
acd7351f
LF
2860 (source (origin
2861 (method url-fetch)
2862 (uri (pypi-uri "pylast" version))
2863 (sha256
2864 (base32
653f2b92 2865 "0r9h7g8i8l2mgqjwkda3v6prfbkb2im5kap1az9ppmhjm9i4jkcf"))))
acd7351f 2866 (build-system python-build-system)
653f2b92
RW
2867 ;; Tests require network access. See
2868 ;; https://github.com/pylast/pylast/issues/105
2869 (arguments '(#:tests? #f))
acd7351f
LF
2870 (native-inputs
2871 `(("python-coverage" ,python-coverage)
653f2b92 2872 ("python-pycodestyle" ,python-pycodestyle)
acd7351f
LF
2873 ("python-mock" ,python-mock)
2874 ("python-pep8" ,python-pep8)
2875 ("python-pytest" ,python-pytest)
653f2b92 2876 ("python-flaky" ,python-flaky)
acd7351f
LF
2877 ("python-pyflakes" ,python-pyflakes)
2878 ("python-pyyaml" ,python-pyyaml)))
2879 (propagated-inputs
2880 `(("python-six" ,python-six)))
2881 (home-page "https://github.com/pylast/pylast")
2882 (synopsis "Python interface to Last.fm and Libre.fm")
2883 (description "A Python interface to Last.fm and other API-compatible
2884websites such as Libre.fm.")
5c31f4aa 2885 (license license:asl2.0)))
acd7351f
LF
2886
2887(define-public python2-pylast
5c31f4aa 2888 (package-with-python2 python-pylast))
3bf429af 2889
b0dea60c
SR
2890(define-public instantmusic
2891 (let ((commit "300891d09c703525215fa5a116b9294af1c923c8")
2892 (revision "1"))
2893 (package
2894 (name "instantmusic")
2895 (version (git-version "1.0" revision commit))
2896 (source (origin
2897 (method git-fetch)
2898 (uri (git-reference
2899 (url "https://github.com/yask123/Instant-Music-Downloader.git")
2900 (commit commit)))
2901 (file-name (git-file-name name version))
2902 (sha256
2903 (base32
2904 "0j7qivaa04bpdz3anmgci5833dgiyfqqwq9fdrpl9m68b34gl773"))))
2905 (build-system python-build-system)
2906 (propagated-inputs
2907 `(("python-requests" ,python-requests)
c695fb76 2908 ("eyed3" ,eyed3)
b0dea60c
SR
2909 ("python-beautifulsoup4" ,python-beautifulsoup4)
2910 ("youtube-dl" ,youtube-dl)))
2911 (arguments
2912 '(#:modules ((guix build python-build-system)
2913 (guix build utils)
2914 (srfi srfi-26))
2915 #:phases (modify-phases %standard-phases
2916 (add-before 'build 'change-directory
2917 (lambda _
2918 (chdir "instantmusic-0.1") #t))
4b577961 2919 (add-before 'install 'fix-file-permissions
b0dea60c
SR
2920 (lambda _
2921 ;; Fix some read-only files that would cause a build failure
2922 (for-each (cut chmod <> #o644)
2923 (find-files "instantmusic.egg-info"
2924 "PKG-INFO|.*\\.txt"))
2925 #t)))))
f23365fa 2926 (home-page "https://github.com/yask123/Instant-Music-Downloader")
b0dea60c
SR
2927 (synopsis "Command-line program to download a song from YouTube")
2928 (description "InstantMusic downloads a song from YouTube in MP3 format.
2929Songs can be searched by artist, name or even by a part of the song text.")
2930 (license license:expat))))
2931
3bf429af
LF
2932(define-public beets
2933 (package
2934 (name "beets")
3f3d712c 2935 (version "1.4.9")
3bf429af
LF
2936 (source (origin
2937 (method url-fetch)
23319ed6 2938 (uri (pypi-uri "beets" version))
e76cbdcd 2939 (patches (search-patches "beets-werkzeug-compat.patch"))
3bf429af
LF
2940 (sha256
2941 (base32
3f3d712c 2942 "0m40rjimvfgy1dv04p8f8d5dvi2855v4ix99a9xr900cmcn476yj"))))
3bf429af
LF
2943 (build-system python-build-system)
2944 (arguments
0d48ff81 2945 `(#:phases
3bf429af
LF
2946 (modify-phases %standard-phases
2947 (add-after 'unpack 'set-HOME
46fce968
TGR
2948 (lambda _
2949 (setenv "HOME" (string-append (getcwd) "/tmp"))
2950 #t))
36c2c8c8 2951 (replace 'check
46fce968
TGR
2952 (lambda _
2953 (invoke "nosetests" "-v"))))))
3bf429af 2954 (native-inputs
0d48ff81
LF
2955 `(("python-beautifulsoup4" ,python-beautifulsoup4)
2956 ("python-flask" ,python-flask)
2957 ("python-mock" ,python-mock)
2958 ("python-mpd2" ,python-mpd2)
2959 ("python-nose" ,python-nose)
2960 ("python-pathlib" ,python-pathlib)
2961 ("python-pyxdg" ,python-pyxdg)
2962 ("python-pylast" ,python-pylast)
2963 ("python-rarfile" ,python-rarfile)
2964 ("python-responses" ,python-responses)))
3bf429af 2965 ;; TODO: Install optional plugins and dependencies.
b3470031 2966 (inputs
0d48ff81 2967 `(("python-discogs-client" ,python-discogs-client)
0d48ff81
LF
2968 ("python-jellyfish" ,python-jellyfish)
2969 ("python-munkres" ,python-munkres)
2970 ("python-musicbrainzngs" ,python-musicbrainzngs)
2971 ("python-mutagen" ,python-mutagen)
04a51d0c 2972 ("python-pyacoustid" ,python-pyacoustid)
0d48ff81
LF
2973 ("python-pyyaml" ,python-pyyaml)
2974 ("python-unidecode" ,python-unidecode)))
d94ec407 2975 (home-page "https://beets.io")
3bf429af
LF
2976 (synopsis "Music organizer")
2977 (description "The purpose of beets is to get your music collection right
2978once and for all. It catalogs your collection, automatically improving its
2979metadata as it goes using the MusicBrainz database. Then it provides a variety
2980of tools for manipulating and accessing your music.")
2981 (license license:expat)))
21d18113 2982
4ee2cce3
JK
2983(define-public beets-bandcamp
2984 (package
2985 (name "beets-bandcamp")
2986 (version "0.1.3")
2987 (source (origin
2988 (method url-fetch)
2989 (uri (pypi-uri "beets-bandcamp" version))
2990 (sha256
2991 (base32
2992 "04awg0zdhhg5h510fc1p3qkvr2l1qm6nf85hlr9z8im8a7xlka0i"))))
2993 (build-system python-build-system)
2994 (arguments '(#:tests? #f)) ; there are no tests
2995 (propagated-inputs
2996 `(("beets" ,beets)
2997 ("python-isodate" ,python-isodate)))
2998 (inputs
2999 `(("python-beautifulsoup4" ,python-beautifulsoup4)
3000 ("python-requests" ,python-requests)
3001 ("python-six" ,python-six)))
3002 (home-page "https://github.com/unrblt/beets-bandcamp")
3003 (synopsis "Bandcamp plugin for beets")
3004 (description
3005 "This plugin for beets automatically obtains tag data from @uref{Bandcamp,
3006https://bandcamp.com/}. It's also capable of getting song lyrics and album art
3007using the beets FetchArt plugin.")
3008 (license license:gpl2)))
3009
21d18113
KY
3010(define-public milkytracker
3011 (package
3012 (name "milkytracker")
b7e2fcf0 3013 (version "1.02.00")
21d18113 3014 (source (origin
caa39e56
RW
3015 (method git-fetch)
3016 (uri (git-reference
3017 (url "https://github.com/milkytracker/MilkyTracker.git")
3018 (commit (string-append "v" version))))
3019 (file-name (git-file-name name version))
21d18113
KY
3020 (sha256
3021 (base32
caa39e56 3022 "05a6d7l98k9i82dwrgi855dnccm3f2lkb144gi244vhk1156n0ca"))
e3b2e943
KK
3023 (modules '((guix build utils)))
3024 ;; Remove non-FSDG compliant sample songs.
3025 (snippet
3026 '(begin
3027 (delete-file-recursively "resources/music")
3028 (substitute* "CMakeLists.txt"
6cbee49d
MW
3029 (("add_subdirectory\\(resources/music\\)") ""))
3030 #t))))
e3b2e943 3031 (build-system cmake-build-system)
21d18113 3032 (arguments
7f2f8345
KK
3033 '(#:tests? #f ; no check target
3034 ;; This flag ensures that MilkyTracker links with the JACK library.
3035 #:configure-flags '("-DCMAKE_CXX_FLAGS=-ljack")))
21d18113
KY
3036 (inputs
3037 `(("alsa-lib" ,alsa-lib)
ba259bad 3038 ("lhasa" ,lhasa)
21d18113 3039 ("jack" ,jack-1)
f1618a0f 3040 ("rtmidi" ,rtmidi)
e3b2e943 3041 ("sdl" ,sdl2)
f1618a0f
KK
3042 ("zlib" ,zlib)
3043 ("zziplib" ,zziplib)))
21d18113
KY
3044 (native-inputs
3045 `(("pkg-config" ,pkg-config)))
3046 (synopsis "Music tracker for working with .MOD/.XM module files")
3047 (description "MilkyTracker is a music application for creating .MOD and .XM
3048module files. It attempts to recreate the module replay and user experience of
3049the popular DOS program Fasttracker II, with special playback modes available
3050for improved Amiga ProTracker 2/3 compatibility.")
b3ee0c64 3051 (home-page "https://milkytracker.titandemo.org/")
21d18113
KY
3052 ;; 'src/milkyplay' is under Modified BSD, the rest is under GPL3 or later.
3053 (license (list license:bsd-3 license:gpl3+))))
13416a10 3054
89bcf3fc
KK
3055(define-public schismtracker
3056 (package
3057 (name "schismtracker")
72aee8a8 3058 (version "20190805")
89bcf3fc 3059 (source (origin
3b9e9415
RW
3060 (method git-fetch)
3061 (uri (git-reference
3062 (url "https://github.com/schismtracker/schismtracker.git")
3063 (commit version)))
3064 (file-name (git-file-name name version))
89bcf3fc
KK
3065 (sha256
3066 (base32
72aee8a8 3067 "0qqps20vvn3rgpg8174bjrrm38gqcci2z5z4c1r1vhbccclahgsd"))
89bcf3fc
KK
3068 (modules '((guix build utils)))
3069 (snippet
3070 ;; Remove use of __DATE__ and __TIME__ for reproducibility.
6cbee49d
MW
3071 `(begin
3072 (substitute* "schism/version.c"
3073 (("Schism Tracker built %s %s.*$")
3074 (string-append "Schism Tracker version " ,version "\");")))
3075 #t))))
89bcf3fc
KK
3076 (build-system gnu-build-system)
3077 (arguments
3078 `(#:phases
3079 (modify-phases %standard-phases
89bcf3fc
KK
3080 (add-before 'configure 'link-libm
3081 (lambda _ (setenv "LIBS" "-lm") #t)))))
3082 (native-inputs
3083 `(("autoconf" ,autoconf)
3084 ("automake" ,automake)
3085 ("python" ,python)))
3086 (inputs
e526db51 3087 `(("alsa-lib" ,alsa-lib) ; for asound dependency
89bcf3fc
KK
3088 ("libx11" ,libx11)
3089 ("libxext" ,libxext)
3090 ("sdl" ,sdl)))
3091 (home-page "http://schismtracker.org")
3092 (synopsis "Oldschool sample-based music composition tool")
3093 (description
3094 "Schism Tracker is a reimplementation of Impulse Tracker, a program used to
3095create high quality music without the requirements of specialized, expensive
3096equipment, and with a unique \"finger feel\" that is difficult to replicate in
3097part. The player is based on a highly modified version of the ModPlug engine,
3098with a number of bugfixes and changes to improve IT playback.")
3099 (license license:gpl2+)))
3100
5beecc32
RW
3101(define-public sooperlooper
3102 (package
3103 (name "sooperlooper")
3104 (version "1.7.3")
3105 (source (origin
3106 (method url-fetch)
3107 (uri (string-append "http://essej.net/sooperlooper/sooperlooper-"
3108 version ".tar.gz"))
3109 (sha256
3110 (base32
3111 "0n2gdxw1fx8nxxnpzf4sj0kp6k6zi1yq59cbz6qqzcnsnpnvszbs"))
3112 (patches (search-patches "sooperlooper-build-with-wx-30.patch"))))
3113 (build-system gnu-build-system)
3114 (arguments
e6e09dc9 3115 `(#:phases
5beecc32
RW
3116 (modify-phases %standard-phases
3117 (add-after 'unpack 'add-sigc++-includes
3118 (lambda* (#:key inputs #:allow-other-keys)
3119 (let ((sig (assoc-ref inputs "libsigc++"))
3120 (xml (assoc-ref inputs "libxml2"))
3121 (cwd (getcwd)))
3122 (setenv "CPATH"
3123 (string-append sig "/include/sigc++-2.0:"
3124 sig "/lib/sigc++-2.0/include:"
3125 xml "/include/libxml2/:"
3126 cwd "/libs/pbd:"
e6e09dc9
MB
3127 cwd "/libs/midi++:"
3128 (or (getenv "CPATH") ""))))
5beecc32
RW
3129 (substitute* '("src/control_osc.hpp"
3130 "src/gui/app_frame.hpp"
3131 "src/gui/config_panel.hpp"
3132 "src/gui/keys_panel.hpp"
3133 "src/gui/latency_panel.hpp"
3134 "src/gui/main_panel.hpp"
3135 "src/gui/midi_bind_panel.hpp"
3136 "src/gui/prefs_dialog.hpp")
3137 (("sigc\\+\\+/object.h")
3138 "sigc++/sigc++.h"))
3139 (substitute* '("src/engine.cpp"
3140 "src/gui/latency_panel.cpp"
3141 "src/gui/looper_panel.cpp"
3142 "src/gui/main_panel.cpp")
3143 (("(\\(| )bind " _ pre)
3144 (string-append pre "sigc::bind ")))
3145 #t))
3146 (add-after 'unpack 'fix-xpm-warnings
3147 (lambda _
3148 (substitute* (find-files "." "\\.xpm$")
3149 (("static char") "static const char"))
3150 #t)))))
3151 (inputs
3152 `(("jack" ,jack-1)
3153 ("alsa-lib" ,alsa-lib)
3154 ("wxwidgets" ,wxwidgets-gtk2)
3155 ("libsndfile" ,libsndfile)
3156 ("libsamplerate" ,libsamplerate)
3157 ("liblo" ,liblo)
3158 ("rubberband" ,rubberband)
3159 ("libxml2" ,libxml2)
3160 ("libsigc++" ,libsigc++)
3161 ("ncurses" ,ncurses)))
3162 (native-inputs
3163 `(("pkg-config" ,pkg-config)))
3164 (home-page "http://essej.net/sooperlooper/")
3165 (synopsis "Live looping sampler")
3166 (description
3167 "SooperLooper is a live looping sampler capable of immediate loop
3168recording, overdubbing, multiplying, reversing and more. It allows for
3169multiple simultaneous multi-channel loops limited only by your computer's
3170available memory.")
3171 (license license:gpl2+)))
3172
13416a10
KY
3173(define-public moc
3174 (package
3175 (name "moc")
2fbc004f 3176 (version "2.5.2")
13416a10
KY
3177 (source (origin
3178 (method url-fetch)
3179 (uri (string-append "http://ftp.daper.net/pub/soft/"
3180 name "/stable/"
3181 name "-" version ".tar.bz2"))
3182 (sha256
3183 (base32
2784b35f 3184 "026v977kwb0wbmlmf6mnik328plxg8wykfx9ryvqhirac0aq39pk"))))
13416a10
KY
3185 (build-system gnu-build-system)
3186 (inputs
3187 `(("alsa-lib" ,alsa-lib)
3188 ("curl" ,curl)
3189 ("faad2" ,faad2)
bb5c508c 3190 ("ffmpeg" ,ffmpeg-3.4)
13416a10
KY
3191 ("file" ,file)
3192 ("jack" ,jack-1)
3193 ("libid3tag" ,libid3tag)
3194 ("libltdl" ,libltdl)
3195 ("libmodplug" ,libmodplug)
3196 ("libmpcdec" ,libmpcdec)
3197 ("libmad" ,libmad)
6beaa5a0
MM
3198 ("libogg" ,libogg)
3199 ("libvorbis" ,libvorbis)
13416a10
KY
3200 ("ncurses" ,ncurses)
3201 ("openssl" ,openssl)
3202 ("sasl" ,cyrus-sasl)
3203 ("speex" ,speex)
3204 ("taglib" ,taglib)
3205 ("wavpack" ,wavpack)
3206 ("zlib" ,zlib)))
3207 (native-inputs
3208 `(("pkg-config" ,pkg-config)))
3209 (synopsis "Console audio player designed to be powerful and easy to use")
3210 (description
3211 "Music on Console is a console audio player that supports many file
3212formats, including most audio formats recognized by FFMpeg.")
3213 (home-page "http://moc.daper.net")
3214 (license license:gpl2+)))
6d3ef286
JF
3215
3216(define-public midicsv
3217 (package
3218 (name "midicsv")
3219 (version "1.1")
3220 (source (origin
3221 (method url-fetch)
3222 (uri (string-append "http://www.fourmilab.ch/webtools/midicsv/"
3223 name "-" version ".tar.gz"))
3224 (sha256
3225 (base32
3226 "1vvhk2nf9ilfw0wchmxy8l13hbw9cnpz079nsx5srsy4nnd78nkw"))))
3227 (build-system gnu-build-system)
3228 (arguments
3229 `(#:phases (modify-phases %standard-phases (delete 'configure))
3230 #:make-flags (list "CC=gcc" (string-append "INSTALL_DEST=" %output))))
3231 (synopsis "Convert MIDI files to and from CSV")
3232 (description
3233 "Midicsv reads a standard MIDI file and decodes it into a comma-separated
3234value file (CSV), which preserves all the information in the MIDI file. The
3235ASCII CSV file may be loaded into a spreadsheet or database application, or
3236processed by a program to transform the MIDI data (for example, to key
3237transpose a composition or extract a track from a multi-track sequence). A
3238CSV file in the format created by midicsv may be converted back into a
3239standard MIDI file with the csvmidi program.")
3240 (home-page "http://www.fourmilab.ch/webtools/midicsv/")
3241 (license license:public-domain)))
49604680
RW
3242
3243(define-public gx-guvnor-lv2
35f909d4
RW
3244 (package
3245 (name "gx-guvnor-lv2")
3246 (version "0.1")
3247 (source (origin
6ac8c78c
RW
3248 (method git-fetch)
3249 (uri (git-reference
3250 (url "https://github.com/brummer10/GxGuvnor.lv2.git")
3251 (commit (string-append "v" version))))
3252 (file-name (string-append name "-" version "-checkout"))
35f909d4
RW
3253 (sha256
3254 (base32
6ac8c78c 3255 "1wa5070j40p7f0b3kr259pzm99xb6cf2badr2capayjvgayd6gnm"))))
35f909d4
RW
3256 (build-system gnu-build-system)
3257 (arguments
3258 `(;; The check target is used only to output a warning.
3259 #:tests? #f
3260 #:make-flags
3261 (list (string-append "DESTDIR=" (assoc-ref %outputs "out")))
3262 #:phases
3263 (modify-phases %standard-phases
3264 (replace 'configure
3265 (lambda _
3266 (substitute* "Makefile"
6ac8c78c
RW
3267 (("INSTALL_DIR = .*") "INSTALL_DIR=/lib/lv2\n")
3268 (("install : all") "install :"))
35f909d4
RW
3269 #t)))))
3270 (inputs
3271 `(("lv2" ,lv2)))
3272 (home-page "https://github.com/brummer10/GxGuvnor.lv2")
3273 (synopsis "Overdrive/distortion pedal simulation")
3274 (description "This package provides the LV2 plugin \"GxGuvnor\", a
49604680 3275simulation of an overdrive or distortion pedal for guitars.")
35f909d4 3276 ;; The LICENSE file says GPLv3 but the license headers in the files say
4b359532
RW
3277 ;; GPLv2 or later. The whole project is released under GPLv3 or later
3278 ;; according to https://github.com/brummer10/GxGuvnor.lv2/issues/1
3279 (license license:gpl3+)))
85ae347e
RW
3280
3281(define-public gx-vbass-preamp-lv2
1b74b126
RW
3282 (let ((commit "eb999b0ca0ef4da40a59e458a9ab6e7042b96c99")
3283 (revision "2"))
85ae347e
RW
3284 (package (inherit gx-guvnor-lv2)
3285 (name "gx-vbass-preamp-lv2")
3286 (version (string-append "0-" revision "." (string-take commit 9)))
3287 (source (origin
3288 (method git-fetch)
3289 (uri (git-reference
3290 (url "https://github.com/brummer10/GxVBassPreAmp.lv2")
3291 (commit commit)))
3292 (sha256
3293 (base32
1b74b126 3294 "0firap073ldw4nrykkd7jvyyj0jbl1nslxyzjj4kswazp99x7d9h"))
85ae347e 3295 (file-name (string-append name "-" version "-checkout"))))
1b74b126
RW
3296 (inputs
3297 `(("lv2" ,lv2)
3298 ("gtk+" ,gtk+-2)))
3299 (native-inputs
3300 `(("pkg-config" ,pkg-config)))
85ae347e
RW
3301 (home-page "https://github.com/brummer10/GxVBassPreAmp.lv2")
3302 (synopsis "Simulation of the Vox Venue Bass 100 Pre Amp Section")
3303 (description "This package provides the LV2 plugin \"GxVBassPreAmp\", a
3304pre-amplifier simulation modelled after the 1984 Vox Venue Bass 100 Pre Amp
3305Section."))))
cdc7a021
RW
3306
3307(define-public gx-overdriver-lv2
3308 (let ((commit "ed71801987449414bf3adaa0dbfac68e8775f1ce")
3309 (revision "1"))
1b74b126 3310 (package (inherit gx-guvnor-lv2)
cdc7a021
RW
3311 (name "gx-overdriver-lv2")
3312 (version (string-append "0-" revision "." (string-take commit 9)))
3313 (source (origin
3314 (method git-fetch)
3315 (uri (git-reference
3316 (url "https://github.com/brummer10/GxOverDriver.lv2")
3317 (commit commit)))
3318 (sha256
3319 (base32
3320 "13j614jh525fbkby79nnzwj0z1ac0c9wclyn5pfqvkmx6a7j24r8"))
3321 (file-name (string-append name "-" version "-checkout"))))
3322 (home-page "https://github.com/brummer10/GxOverDriver.lv2")
3323 (synopsis "Overdrive effect with level and tone control")
3324 (description "This package provides the LV2 plugin \"GxOverDriver\", an
3325overdrive effect."))))
4d95cd30
RW
3326
3327(define-public gx-tone-mender-lv2
3328 (let ((commit "b6780b4a3e4782b3ed0e5882d6788f178aed138f")
3329 (revision "1"))
1b74b126 3330 (package (inherit gx-guvnor-lv2)
4d95cd30
RW
3331 (name "gx-tone-mender-lv2")
3332 (version (string-append "0-" revision "." (string-take commit 9)))
3333 (source (origin
3334 (method git-fetch)
3335 (uri (git-reference
3336 (url "https://github.com/brummer10/GxToneMender.lv2")
3337 (commit commit)))
3338 (sha256
3339 (base32
3340 "07qdcfsvv2vdnfnjh91pfgvjdcs5y91nvwfm8c0z8fp6b4bk7a9q"))
3341 (file-name (string-append name "-" version "-checkout"))))
3342 (home-page "https://github.com/brummer10/GxToneMender.lv2")
3343 (synopsis "Clean boost with a 3-knob tonestack")
3344 (description "This package provides the LV2 plugin \"GxToneMender\", a
3345clean boost effect with a 3-knob tonestack."))))
4d4bfdc2
RW
3346
3347(define-public gx-push-pull-lv2
3348 (let ((commit "7f76ae2068498643ac8671ee0930b13ee3fd8eb5")
3349 (revision "1"))
1b74b126 3350 (package (inherit gx-guvnor-lv2)
4d4bfdc2
RW
3351 (name "gx-push-pull-lv2")
3352 (version (string-append "0-" revision "." (string-take commit 9)))
3353 (source (origin
3354 (method git-fetch)
3355 (uri (git-reference
3356 (url "https://github.com/brummer10/GxPushPull.lv2")
3357 (commit commit)))
3358 (sha256
3359 (base32
3360 "12f5hwck2irph0gjbj8xy8jqcqdwb8l1hlwf29k0clz52h1jhb5q"))
3361 (file-name (string-append name "-" version "-checkout"))))
3362 (home-page "https://github.com/brummer10/GxPushPull.lv2")
3363 (synopsis "Octave up push pull transistor fuzz simulation")
3364 (description "This package provides the LV2 plugin \"GxPushPull\", a
3365simulation of a push pull transistor fuzz effect with added high octave."))))
3eb1a964
RW
3366
3367(define-public gx-suppa-tone-bender-lv2
f959991d
RW
3368 (package (inherit gx-guvnor-lv2)
3369 (name "gx-suppa-tone-bender-lv2")
3370 (version "0.1")
3371 (source (origin
48b95a19
RW
3372 (method git-fetch)
3373 (uri (git-reference
3374 (url "https://github.com/brummer10/GxSuppaToneBender.lv2.git")
3375 (commit (string-append "v" version))))
3376 (file-name (string-append name "-" version "-checkout"))
f959991d
RW
3377 (sha256
3378 (base32
48b95a19 3379 "01x6bjmllkmvxfzc5xwdix7w021j26js71awv728cxsmkxgqw0zy"))))
f959991d
RW
3380 (home-page "https://github.com/brummer10/GxSuppaToneBender.lv2")
3381 (synopsis "Simulation of the Vox Suppa Tone Bender pedal")
3382 (description "This package provides the LV2 plugin
3eb1a964 3383\"GxSuppaToneBender\", a simulation modelled after the Vox Suppa Tone Bender
f959991d 3384pedal.")))
664f677f
RW
3385
3386(define-public gx-saturator-lv2
d9f65bd3
RW
3387 (let ((commit "605330f432c94b6eb3f8203cbe472befae959532")
3388 (revision "3"))
ad67ca3d 3389 (package (inherit gx-vbass-preamp-lv2)
664f677f
RW
3390 (name "gx-saturator-lv2")
3391 (version (string-append "0-" revision "." (string-take commit 9)))
3392 (source (origin
3393 (method git-fetch)
3394 (uri (git-reference
3395 (url "https://github.com/brummer10/GxSaturator.lv2")
3396 (commit commit)))
3397 (sha256
3398 (base32
d9f65bd3 3399 "1w4nvh0rmxrv3s3hmh4fs74f3hc0jn31v00j769j7v68mqr7kawy"))
664f677f
RW
3400 (file-name (string-append name "-" version "-checkout"))))
3401 (home-page "https://github.com/brummer10/GxSaturator.lv2")
3402 (synopsis "Saturation effect")
3403 (description "This package provides the LV2 plugin \"GxSaturator\", a
3404saturation effect."))))
89412238
RW
3405
3406(define-public gx-hyperion-lv2
4396e9b5
RW
3407 (package (inherit gx-guvnor-lv2)
3408 (name "gx-hyperion-lv2")
3409 (version "0.1")
3410 (source (origin
37519239
RW
3411 (method git-fetch)
3412 (uri (git-reference
3413 (url "https://github.com/brummer10/GxHyperion.lv2.git")
3414 (commit (string-append "v" version))))
3415 (file-name (string-append name "-" version "-checkout"))
4396e9b5
RW
3416 (sha256
3417 (base32
37519239 3418 "1vx79s6s9if117y2g0ppdja2sv2wcny6xcfl3j1z4cipahnildxf"))))
4396e9b5
RW
3419 (home-page "https://github.com/brummer10/GxHyperion.lv2")
3420 (synopsis "Simulation of the Hyperion Fuzz pedal")
3421 (description "This package provides the LV2 plugin \"GxHyperion\", a
3422simulation of the Hyperion Fuzz pedal.")))
32536f00
RW
3423
3424(define-public gx-voodoo-fuzz-lv2
cf44ebeb
RW
3425 (package (inherit gx-guvnor-lv2)
3426 (name "gx-voodoo-fuzz-lv2")
3427 (version "0.1")
3428 (source (origin
d42c6613
RW
3429 (method git-fetch)
3430 (uri (git-reference
3431 (url "https://github.com/brummer10/GxVoodoFuzz.lv2.git")
3432 (commit (string-append "v" version))))
3433 (file-name (string-append name "-" version "-checkout"))
cf44ebeb
RW
3434 (sha256
3435 (base32
d42c6613 3436 "1v0scphivri1fk4hl20j13f92i48mnx1zsil4hgnadsmm4nsfw43"))))
cf44ebeb
RW
3437 (home-page "https://github.com/brummer10/GxVoodoFuzz.lv2")
3438 (synopsis "Fuzz effect modelled after the Voodoo Lab SuperFuzz")
3439 (description "This package provides the LV2 plugin \"GxVoodooFuzz\", a
32536f00
RW
3440simulation modelled after the Voodoo Lab SuperFuzz pedal. It's basically a
3441Bosstone circuit, followed by the tone control of the FoxToneMachine in
cf44ebeb 3442parallel with a DarkBooster, followed by a volume control.")))
29f63222
RW
3443
3444(define-public gx-super-fuzz-lv2
34a3ecfe
RW
3445 (package (inherit gx-guvnor-lv2)
3446 (name "gx-super-fuzz-lv2")
3447 (version "0.1")
3448 (source (origin
5057535f
RW
3449 (method git-fetch)
3450 (uri (git-reference
3451 (url "https://github.com/brummer10/GxSuperFuzz.lv2.git")
3452 (commit (string-append "v" version))))
3453 (file-name (string-append name "-" version "-checkout"))
34a3ecfe
RW
3454 (sha256
3455 (base32
5057535f 3456 "1jlljd9hlgfflbiizq47lv1xbbgjyx3v835mf24zmh1q5zsw4np4"))))
34a3ecfe
RW
3457 (home-page "https://github.com/brummer10/GxSuperFuzz.lv2")
3458 (synopsis "Fuzz effect modelled after the UniVox SuperFuzz")
a6f39d7c 3459 (description "This package provides the LV2 plugin \"GxSuperFuzz\", an
29f63222 3460analog simulation of the UniVox SuperFuzz pedal. In this simulation the trim
d1e4ad1b 3461pot, which is usually in the housing, is exposed as a control parameter. It
34a3ecfe 3462adjusts the amount of harmonics.")))
40bffdfa
RW
3463
3464(define-public gx-vintage-fuzz-master-lv2
38050923
RW
3465 (package (inherit gx-guvnor-lv2)
3466 (name "gx-vintage-fuzz-master-lv2")
3467 (version "0.1")
3468 (source (origin
0febd673
RW
3469 (method git-fetch)
3470 (uri (git-reference
3471 (url "https://github.com/brummer10/GxVintageFuzzMaster.lv2.git")
3472 (commit (string-append "v" version))))
3473 (file-name (string-append name "-" version "-checkout"))
38050923
RW
3474 (sha256
3475 (base32
0febd673 3476 "02jb211z8rw2qr5r1z5mdxlqgiw6cbc319xpqplvn6k21c59mskv"))))
38050923
RW
3477 (home-page "https://github.com/brummer10/GxVintageFuzzMaster.lv2")
3478 (synopsis "Fuzz effect simulation of the vintage Fuzz Master")
3479 (description "This package provides the LV2 plugin
3480\"GxVintageFuzzMaster\", a simulation of the vintage Fuzz Master pedal.")))
631f8175
RW
3481
3482(define-public gx-slow-gear-lv2
d921a1f4
RW
3483 (let ((commit "5d37e775b0feef1d82feee94e2a7a2d7e57efe2d")
3484 (revision "3"))
ad67ca3d 3485 (package (inherit gx-vbass-preamp-lv2)
631f8175
RW
3486 (name "gx-slow-gear-lv2")
3487 (version (string-append "0-" revision "." (string-take commit 9)))
3488 (source (origin
3489 (method git-fetch)
3490 (uri (git-reference
3491 (url "https://github.com/brummer10/GxSlowGear.lv2")
3492 (commit commit)))
3493 (sha256
3494 (base32
d921a1f4 3495 "141mz69zkhk3lm54bb6wgpnghb92zm1ig7fv07240cmhydqji1q1"))
631f8175
RW
3496 (file-name (string-append name "-" version "-checkout"))))
3497 (home-page "https://github.com/brummer10/GxSlowGear.lv2")
3498 (synopsis "Slow gear audio effect")
3499 (description "This package provides the LV2 plugin \"GxSlowGear\", a
3500slow gear audio effect to produce volume swells."))))
d75e8f5a
RW
3501
3502(define-public gx-switchless-wah-lv2
cfcef2c2
RW
3503 (let ((commit "7b08691203314612999f0ce2328cdc1161cd6665")
3504 (revision "2"))
1b74b126 3505 (package (inherit gx-guvnor-lv2)
d75e8f5a
RW
3506 (name "gx-switchless-wah-lv2")
3507 (version (string-append "0-" revision "." (string-take commit 9)))
3508 (source (origin
3509 (method git-fetch)
3510 (uri (git-reference
3511 (url "https://github.com/brummer10/GxSwitchlessWah.lv2")
3512 (commit commit)))
3513 (sha256
3514 (base32
cfcef2c2 3515 "04jqfpncmrrqn34p21w4v9m2x5a5wsqwbm4f3byxvq4vcibwxzk2"))
d75e8f5a
RW
3516 (file-name (string-append name "-" version "-checkout"))))
3517 (home-page "https://github.com/brummer10/GxSwitchlessWah.lv2")
3518 (synopsis "Wah emulation with switchless activation")
3519 (description "This package provides the LV2 plugin \"GxSwitchlessWah\",
3520a simulation of an analog Wah pedal with switchless activation."))))
84d53724 3521
a734da86 3522(define-public rkrlv2
b2dcfaf2
RW
3523 ;; This commit corresponds to the beta_3 tag
3524 (let ((commit "7edcb4e29a358623bfd57fa2c27e5da60adfcec3")
3525 (revision "2"))
a734da86
RW
3526 (package
3527 (name "rkrlv2")
3528 (version (git-version "0" revision commit))
3529 (source (origin
3530 (method git-fetch)
3531 (uri (git-reference
3532 (url "https://github.com/ssj71/rkrlv2.git")
3533 (commit commit)))
3534 (sha256
3535 (base32
b2dcfaf2 3536 "16i4ajrib7kb0abdcn4901g8a4lkwkp2fyqyms38dhqq84slyfjs"))
a734da86
RW
3537 (file-name (git-file-name name version))))
3538 (build-system cmake-build-system)
3539 (arguments '(#:tests? #f)) ; there are no tests
3540 (inputs
3541 `(("fftw" ,fftw)
3542 ("libsamplerate" ,libsamplerate)
3543 ("lv2" ,lv2)))
3544 (native-inputs
3545 `(("pkg-config" ,pkg-config)))
3546 (home-page "https://github.com/ssj71/rkrlv2")
3547 (synopsis "Rakarrack effects ported to LV2 plugins")
3548 (description "This package provides the Rakarrack effects as LV2
3549plugins. The ports are done such that hopefully when Rakarrack gets an active
3550maintainer these will get merged into the original project.")
3551 (license license:gpl2))))
3552
84d53724 3553(define-public mod-utilities
fe049d21
RW
3554 (let ((commit "80ea3ea9f52fab7f191671f4810bf90fc955a046")
3555 (revision "2"))
84d53724
RW
3556 (package
3557 (name "mod-utilities")
3558 (version (string-append "0-" revision "." (string-take commit 9)))
3559 (source (origin
3560 (method git-fetch)
3561 (uri (git-reference
3562 (url "https://github.com/moddevices/mod-utilities.git")
3563 (commit commit)))
fe049d21 3564 (file-name (string-append name "-" version "-checkout"))
84d53724
RW
3565 (sha256
3566 (base32
fe049d21 3567 "1v55zmzmlg0ka7341x5lsvb44amy17vk27s669ps1basd1bk5s5v"))))
84d53724
RW
3568 (build-system gnu-build-system)
3569 (arguments
3570 `(#:tests? #f ; there are no tests
3571 #:make-flags
3572 (list (string-append "INSTALL_PATH="
3573 (assoc-ref %outputs "out")
fe049d21
RW
3574 "/lib/lv2")
3575 (string-append "PREFIX=" (assoc-ref %outputs "out"))
3576 "CC=gcc")
84d53724
RW
3577 #:phases
3578 (modify-phases %standard-phases
3579 (delete 'configure))))
3580 (inputs
3581 `(("lv2" ,lv2)))
3582 (home-page "https://github.com/moddevices/mod-utilities")
3583 (synopsis "LV2 utility plugins")
3584 (description "This package provides LV2 audio utility plugins, such as
3585filters, crossovers, simple gain plugins without zipper noise, switch box
3586plugins, a switch trigger, a toggle switch, and a peakmeter.")
3587 (license license:gpl2+))))
d3db5efb 3588
951581a2 3589(define-public ingen
19748414
RW
3590 (let ((commit "cc4a4db33f4d126a07a4a498e053c5fb9a883be3")
3591 (revision "2"))
951581a2
RW
3592 (package
3593 (name "ingen")
3594 (version (string-append "0.0.0-" revision "."
3595 (string-take commit 9)))
3596 (source
3597 (origin
3598 (method git-fetch)
3599 (uri (git-reference
0d0252e4 3600 (url "https://git.drobilla.net/ingen.git")
951581a2
RW
3601 (commit commit)))
3602 (file-name (string-append name "-" version "-checkout"))
3603 (sha256
3604 (base32
19748414 3605 "1wg47vjw9djn99gbnsl2bcwj4xhdid61m4wrbn2nlp797flj91ic"))))
951581a2
RW
3606 (build-system waf-build-system)
3607 (arguments
f9dcf79f
RW
3608 `(#:python ,python-2
3609 #:tests? #f ; no "check" target
951581a2
RW
3610 #:configure-flags (list "--no-webkit")
3611 #:phases
3612 (modify-phases %standard-phases
3613 (add-after 'unpack 'patch-wscript
3614 (lambda* (#:key outputs #:allow-other-keys)
3615 (let ((out (assoc-ref outputs "out")))
3616 (substitute* "wscript"
3617 ;; FIXME: Our version of lv2specgen.py does not behave as
3618 ;; expected. Maybe this requires a development version of
3619 ;; LV2.
3620 (("lv2specgen.py") "touch ingen.lv2/ingen.html; echo")
3621 ;; Add libraries to RUNPATH.
3622 (("^(.+)target.*= 'src/ingen/ingen'," line prefix)
3623 (string-append prefix
3624 "linkflags=[\"-Wl,-rpath="
3625 out "/lib" "\"]," line)))
3626 (substitute* '("src/wscript"
3627 "src/server/wscript")
3628 ;; Add libraries to RUNPATH.
3629 (("bld.env.PTHREAD_LINKFLAGS" line)
3630 (string-append line
3631 " + [\"-Wl,-rpath=" out "/lib" "\"]")))
3632 (substitute* "src/client/wscript"
3633 ;; Add libraries to RUNPATH.
3634 (("^(.+)target.*= 'ingen_client'," line prefix)
3635 (string-append prefix
3636 "linkflags=[\"-Wl,-rpath="
3637 out "/lib" "\"]," line)))
3638 (substitute* "src/gui/wscript"
3639 ;; Add libraries to RUNPATH.
3640 (("^(.+)target.* = 'ingen_gui.*" line prefix)
3641 (string-append prefix
3642 "linkflags=[\"-Wl,-rpath="
3643 out "/lib" "\"]," line))))
3644 #t)))))
3645 (inputs
3646 `(("boost" ,boost)
3647 ("python-rdflib" ,python-rdflib)
3648 ("python" ,python)
3649 ("jack" ,jack-1)
a2467954 3650 ("lv2" ,lv2)
951581a2
RW
3651 ("lilv" ,lilv)
3652 ("raul" ,raul-devel)
3653 ("ganv" ,ganv-devel)
3654 ("suil" ,suil)
3655 ("serd" ,serd)
3656 ("sord" ,sord)
3657 ("sratom" ,sratom)
3658 ("gtkmm" ,gtkmm-2)))
3659 (native-inputs
3660 `(("pkg-config" ,pkg-config)
3661 ("python-pygments" ,python-pygments)))
0d0252e4 3662 (home-page "https://drobilla.net/software/ingen")
951581a2
RW
3663 (synopsis "Modular audio processing system")
3664 (description "Ingen is a modular audio processing system for JACK and
3665LV2 based systems. Ingen is built around LV2 technology and a strict
3666separation of engine from user interface. The engine is controlled
3667exclusively through a protocol, and can execute as a headless process, with an
3668in-process GUI, or as an LV2 plugin. The GUI can run as a program which
3669communicates over a Unix or TCP/IP socket, or as an embeddable LV2 GUI which
3670communicates via LV2 ports. Any saved Ingen graph can be loaded as an LV2
3671plugin on any system where Ingen is installed. This allows users to visually
3672develop custom plugins for use in other applications without programming.")
3673 (license license:agpl3+))))
3674
b3410b44
RW
3675(define-public qmidiarp
3676 (package
3677 (name "qmidiarp")
b6313997 3678 (version "0.6.5")
b3410b44
RW
3679 (source (origin
3680 (method url-fetch)
3681 (uri (string-append "mirror://sourceforge/qmidiarp/qmidiarp/"
3682 version "/qmidiarp-" version ".tar.bz2"))
3683 (sha256
3684 (base32
b6313997 3685 "043yh1p0rrbj1v840y27529m9260g55gvh1km8az4jxy7mns58r2"))))
b3410b44
RW
3686 (build-system gnu-build-system)
3687 (arguments
3688 `(#:configure-flags
0fe041bd 3689 (list "--enable-qt5")))
b3410b44
RW
3690 (inputs
3691 `(("qtbase" ,qtbase)
3692 ("alsa-lib" ,alsa-lib)
3693 ("jack" ,jack-1)
3694 ("liblo" ,liblo)
3695 ("lv2" ,lv2)))
3696 (native-inputs
3697 `(("pkg-config" ,pkg-config)
3698 ("qttools" ,qttools)))
3699 (home-page "http://qmidiarp.sourceforge.net/")
3700 (synopsis "MIDI arpeggiator")
3701 (description "QMidiArp is an advanced MIDI arpeggiator, programmable step
3702sequencer and LFO. It can hold any number of arpeggiator, sequencer, or LFO
3703modules running in parallel.")
3704 (license license:gpl2+)))
3705
ff49437d
RW
3706(define-public qmidiroute
3707 (package
3708 (name "qmidiroute")
3709 (version "0.4.0")
3710 (source (origin
3711 (method url-fetch)
3712 (uri (string-append "mirror://sourceforge/alsamodular/QMidiRoute/"
3713 version "/qmidiroute-" version ".tar.bz2"))
3714 (sha256
3715 (base32
3716 "19v1ppbglgl3z9v7xdqc0k33w71cqq8a7d6ihvfs7iz77dygrih9"))))
3717 (build-system gnu-build-system)
3718 (arguments
3719 `(#:configure-flags
0fe041bd 3720 (list "--enable-qt5")))
ff49437d
RW
3721 (inputs
3722 `(("qtbase" ,qtbase)
3723 ("alsa-lib" ,alsa-lib)))
3724 (native-inputs
3725 `(("pkg-config" ,pkg-config)
3726 ("qttools" ,qttools)))
3727 (home-page "http://alsamodular.sourceforge.net/")
3728 (synopsis "MIDI event router and filter")
3729 (description "QMidiRoute is a MIDI event router and filter. MIDI note,
3730control change, program change and pitch bend events are logged, and can be
3731filtered, redirected and transformed into other events according to MIDI maps
3732defined as tabs in the main control surface.")
3733 (license license:gpl2+)))
3734
5a66e25c
RW
3735(define-public seq24
3736 (package
3737 (name "seq24")
3738 (version "0.9.3")
3739 (source (origin
3740 (method url-fetch)
3741 (uri (string-append "https://launchpad.net/seq24/trunk/"
3742 version "/+download/seq24-"
3743 version ".tar.bz2"))
3744 (sha256
3745 (base32
3746 "12dphdhnvfk1k0vmagi1v2lhyxjyj1j3cz6ksjw0ydcvid1x8ap2"))
3747 (patches (search-patches "seq24-rename-mutex.patch"))))
3748 (build-system gnu-build-system)
5a66e25c
RW
3749 (inputs
3750 `(("gtkmm" ,gtkmm-2)
3751 ("alsa-lib" ,alsa-lib)
3752 ("jack" ,jack-1)
3753 ("lash" ,lash)))
3754 (native-inputs
3755 `(("pkg-config" ,pkg-config)))
3756 (home-page "https://edge.launchpad.net/seq24/")
3757 (synopsis "Real-time MIDI sequencer")
3758 (description "Seq24 is a real-time MIDI sequencer. It was created to
3759provide a very simple interface for editing and playing MIDI loops.")
3760 (license license:gpl2+)))
3761
d3db5efb
LF
3762(define-public python-discogs-client
3763 (package
3764 (name "python-discogs-client")
3765 (version "2.2.1")
3766 (source (origin
3767 (method url-fetch)
3768 (uri (pypi-uri "discogs-client" version))
3769 (sha256
3770 (base32
3771 "053ld2psh0yj3z0kg6z5bn4y3cr562m727494n0ayhgzbkjbacly"))))
3772 (build-system python-build-system)
3773 (propagated-inputs
3774 `(("python-oauthlib" ,python-oauthlib)
3775 ("python-requests" ,python-requests)))
3776 (native-inputs
3777 `(("python-six" ,python-six)))
3778 (home-page "https://github.com/discogs/discogs_client")
3779 (synopsis "Official Python client for the Discogs API")
3780 (description "This is the official Discogs API client for Python. It enables
3781you to query the Discogs database for information on artists, releases, labels,
3782users, Marketplace listings, and more. It also supports OAuth 1.0a
3783authorization, which allows you to change user data such as profile information,
3784collections and wantlists, inventory, and orders.")
80983df3 3785 (license license:bsd-2)))
d3db5efb
LF
3786
3787(define-public python2-discogs-client
80983df3 3788 (package-with-python2 python-discogs-client))
a4f05b46 3789
3790(define-public libsmf
3791 (package
3792 (name "libsmf")
3793 (version "1.3")
3794 (source
3795 (origin
3796 (method url-fetch)
3797 ;; SF download page says development moved, but the link it points to
3798 ;; is gone (https://github.com/nilsgey/libsmf). Someone else adopted
3799 ;; it but made no release so far (https://github.com/stump/libsmf).
3800 (uri (string-append "mirror://sourceforge/libsmf/libsmf/"
3801 version "/libsmf-" version ".tar.gz"))
3802 (sha256
3803 (base32
3804 "16c0n40h0r56gzbh5ypxa4dwp296dan3jminml2qkb4lvqarym6k"))))
3805 (build-system gnu-build-system)
3806 (outputs '("out"
3807 "static")) ; 88KiB of .a files
3808 (arguments
3809 `(#:phases
3810 (modify-phases %standard-phases
3811 (add-after 'install 'move-static-libraries
3812 (lambda* (#:key outputs #:allow-other-keys)
3813 ;; Move static libraries to the "static" output.
3814 (let* ((out (assoc-ref outputs "out"))
3815 (lib (string-append out "/lib"))
3816 (static (assoc-ref outputs "static"))
3817 (slib (string-append static "/lib")))
3818 (mkdir-p slib)
3819 (for-each (lambda (file)
3820 (install-file file slib)
3821 (delete-file file))
3822 (find-files lib "\\.a$"))
3823 #t))))))
3824 (inputs
3825 `(("readline" ,readline)
3826 ("glib" ,glib)))
3827 (native-inputs
3828 `(("doxygen" ,doxygen)
3829 ("pkg-config" ,pkg-config)))
3830 (home-page "http://libsmf.sourceforge.net/")
3831 (synopsis "Standard MIDI File format library")
3832 (description
3833 "LibSMF is a C library for handling SMF (\"*.mid\") files. It transparently handles
3834conversions between time and pulses, tempo map handling and more. The only dependencies
3835are a C compiler and glib. Full API documentation and examples are included.")
3836 (license license:bsd-2)))
a42619e5
RF
3837
3838(define-public lmms
3839 (package
3840 (name "lmms")
e5c44790 3841 (version "1.2.1")
a42619e5
RF
3842 (source
3843 (origin
3a0592ae
RW
3844 (method git-fetch)
3845 (uri (git-reference
3846 (url "https://github.com/LMMS/lmms.git")
3847 (commit (string-append "v" version))))
3848 (file-name (git-file-name name version))
a42619e5
RF
3849 (sha256
3850 (base32
e5c44790 3851 "1gx730z361xx30iqbsm99aam1k2c8yf561gcay6sryyjksb4w1wy"))))
a42619e5
RF
3852 (build-system cmake-build-system)
3853 (arguments
3854 `(#:tests? #f ; no tests
e5c44790
KK
3855 ;; Qt 5 support must be explicitly enabled in the 1.2 stable versions of
3856 ;; LMMS, so try removing "-DWANT_QT5=ON" in later versions.
3857 ;; Also, explicitly disabling VST support gets rid of the in-tree
3858 ;; dependency on qt5-x11embed.
3859 #:configure-flags '("-DWANT_QT5=ON"
3860 "-DWANT_VST=OFF")
a42619e5
RF
3861 #:phases
3862 (modify-phases %standard-phases
e5c44790
KK
3863 (add-after 'unpack 'unpack-rpmalloc
3864 (lambda* (#:key inputs #:allow-other-keys)
3865 (copy-recursively (assoc-ref inputs "rpmalloc")
3866 "src/3rdparty/rpmalloc/rpmalloc")
3867 #t))
ab2ccf4c
KK
3868 (add-before 'configure 'set-ldflags
3869 (lambda* (#:key outputs #:allow-other-keys)
3870 (setenv "LDFLAGS"
3871 (string-append
3872 "-Wl,-rpath=\""
3873 (assoc-ref outputs "out") "/lib/lmms"
3874 ":"
3875 (assoc-ref outputs "out") "/lib/lmms/ladspa"
3876 "\""))
3877 #t))
ab2ccf4c
KK
3878 (add-before 'reset-gzip-timestamps 'make-manpages-writable
3879 (lambda* (#:key outputs #:allow-other-keys)
3880 (map (lambda (file)
3881 (make-file-writable file))
3882 (find-files (string-append (assoc-ref outputs "out")
3883 "/share/man")
3884 ".*\\.gz$"))
3885 #t)))))
a42619e5 3886 (native-inputs
e5c44790
KK
3887 `(("pkg-config" ,pkg-config)
3888 ("qttools" ,qttools)
3889 ;; rpmalloc is a public domain memory allocator. This version specified
3890 ;; below is the version required by LMMS.
3891 ;; To get the new commit of rpmalloc to use here, run
3892 ;; `git submodule--helper list | grep rpmalloc | cut -f2 -d' '`
3893 ;; in the cloned LMMS repository.
3894 ("rpmalloc"
3895 ,(origin
3896 (method git-fetch)
3897 (uri (git-reference
3898 (url "https://github.com/mjansson/rpmalloc.git")
3899 (commit "b5bdc18051bb74a22f0bde4bcc90b01cf590b496")))
3900 (sha256
3901 (base32
3902 "0g9pls46iggg7rdm65vzfj8nyr3v2n5xkp54c4qbh9hhalpsw4ay"))))))
a42619e5
RF
3903 (inputs
3904 `(("sdl" ,sdl)
e5c44790
KK
3905 ("qtbase" ,qtbase)
3906 ("qtx11extras" ,qtx11extras)
a42619e5
RF
3907 ("fltk" ,fltk)
3908 ("libogg" ,libogg)
3909 ("libsamplerate" ,libsamplerate)
e5c44790 3910 ("fluidsynth" ,fluidsynth)
a42619e5
RF
3911 ("libvorbis" ,libvorbis)
3912 ("alsa-lib" ,alsa-lib)
3913 ("portaudio" ,portaudio)
3914 ("ladspa" ,ladspa)
3915 ("libsndfile1" ,libsndfile)
3916 ("libxft" ,libxft)
3917 ("freetype2" ,freetype)
4bfc925a
P
3918 ("fftw3f" ,fftwf)
3919 ("jack" ,jack-1)))
a42619e5
RF
3920 (home-page "https://lmms.io/")
3921 (synopsis "Music composition tool")
3922 (description "LMMS is a digital audio workstation. It includes tools for sequencing
3923melodies and beats and for mixing and arranging songs. LMMS includes instruments based on
3924audio samples and various soft sythesizers. It can receive input from a MIDI keyboard.")
3925 (license license:gpl2+)))
a7a7186c
NG
3926
3927(define-public musescore
3928 (package
3929 (name "musescore")
436dd1de 3930 (version "3.4.2")
3212b964
NG
3931 (source
3932 (origin
3933 (method git-fetch)
3934 (uri (git-reference
3935 (url "https://github.com/musescore/MuseScore.git")
3936 (commit (string-append "v" version))))
3937 (file-name (git-file-name name version))
3938 (sha256
436dd1de 3939 (base32 "14a9sg87nx7xca1qfbkplnpbx9pyg9k9vy87dq0g401ag6g6bi66"))
3212b964
NG
3940 (modules '((guix build utils)))
3941 (snippet
3942 ;; Un-bundle OpenSSL and remove unused libraries.
3943 '(begin
3944 (for-each delete-file-recursively
3945 '("thirdparty/freetype"
3946 "thirdparty/openssl"
3947 "thirdparty/portmidi"))
3948 #t))))
11d44d0b 3949 (build-system cmake-build-system)
a7a7186c 3950 (arguments
11d44d0b 3951 `(#:configure-flags
3212b964
NG
3952 `("-DBUILD_TELEMETRY_MODULE=OFF" ;don't phone home
3953 "-DBUILD_WEBENGINE=OFF"
8d611ef0
NG
3954 "-DDOWNLOAD_SOUNDFONT=OFF"
3955 "-DUSE_SYSTEM_FREETYPE=ON")
11d44d0b
NG
3956 ;; There are tests, but no simple target to run. The command used to
3957 ;; run them is:
a7a7186c
NG
3958 ;;
3959 ;; make debug && sudo make installdebug && cd \
3960 ;; build.debug/mtest && make && ctest
3961 ;;
3962 ;; Basically, it requires to start a whole new build process.
3963 ;; So we simply skip them.
11d44d0b 3964 #:tests? #f))
a7a7186c
NG
3965 (inputs
3966 `(("alsa-lib" ,alsa-lib)
3967 ("freetype" ,freetype)
3968 ("gtk+-bin" ,gtk+ "bin") ;for gtk-update-icon-cache
3969 ("jack" ,jack-1)
3970 ("lame" ,lame)
3971 ("libogg" ,libogg)
3972 ("libsndfile" ,libsndfile)
3973 ("libvorbis" ,libvorbis)
3974 ("portaudio" ,portaudio)
b3891a25 3975 ("portmidi" ,portmidi)
a7a7186c
NG
3976 ("pulseaudio" ,pulseaudio)
3977 ("qtbase" ,qtbase)
3978 ("qtdeclarative" ,qtdeclarative)
436dd1de 3979 ("qtquickcontrols2" ,qtquickcontrols2)
a7a7186c
NG
3980 ("qtscript" ,qtscript)
3981 ("qtsvg" ,qtsvg)
a7a7186c
NG
3982 ("qtxmlpatterns" ,qtxmlpatterns)))
3983 (native-inputs
11d44d0b 3984 `(("pkg-config" ,pkg-config)
a7a7186c
NG
3985 ("qttools" ,qttools)))
3986 (synopsis "Music composition and notation software")
3987 (description "MuseScore is a music score typesetter. Its main purpose is
3988the creation of high-quality engraved musical scores in a WYSIWYG environment.
3989
3990It supports unlimited staves, linked parts and part extraction, tablature,
3991MIDI input, percussion notation, cross-staff beaming, automatic transposition,
3992lyrics (multiple verses), fretboard diagrams, and in general everything
3993commonly used in sheet music. Style options and style sheets to change the
3994appearance and layout are provided.
3995
3996MuseScore can also play back scores through the built-in sequencer and SoundFont
3997sample library.")
3998 (home-page "https://musescore.org")
3999 (license license:gpl2)))
2434f5ce 4000
43188faf
RW
4001(define-public muse-sequencer
4002 (package
4003 (name "muse-sequencer")
4004 (version "3.0.0")
4005 (source (origin
4006 (method git-fetch)
4007 (uri (git-reference
4008 (url "https://github.com/muse-sequencer/muse.git")
4009 (commit (string-append "muse_"
4010 (string-map (lambda (c)
4011 (if (char=? c #\.)
4012 #\_ c)) version)))))
78fee44e 4013 (file-name (git-file-name name version))
43188faf
RW
4014 (sha256
4015 (base32
4016 "1nninz8qyqlxxjdnrm79y3gr3056pga9l2fsqh674jd3cjvafya3"))))
4017 (build-system cmake-build-system)
4018 (arguments
4019 `(#:tests? #f ; there is no test target
4020 #:configure-flags
4021 (list "-DENABLE_LV2_SUPPLIED=OFF"
4022 "-DENABLE_RTAUDIO=OFF" ; FIXME: not packaged
4023 "-DENABLE_INSTPATCH=OFF" ; FIXME: not packaged
4024 "-DENABLE_VST_NATIVE=OFF")
4025 #:phases
4026 (modify-phases %standard-phases
4027 (add-after 'unpack 'chdir
4028 (lambda _ (chdir "muse3"))))))
4029 (inputs
4030 `(("alsa-lib" ,alsa-lib)
4031 ("lash" ,lash)
4032 ("jack" ,jack-1)
4033 ("liblo" ,liblo)
4034 ("dssi" ,dssi)
4035 ("ladspa" ,ladspa)
4036 ("lv2" ,lv2)
4037 ("lilv" ,lilv)
4038 ("sord" ,sord)
4039 ("libsndfile" ,libsndfile)
4040 ("libsamplerate" ,libsamplerate)
4041 ("fluidsynth" ,fluidsynth)
4042 ("pcre" ,pcre)
4043 ("qtbase" ,qtbase)
4044 ("qtsvg" ,qtsvg)))
4045 (native-inputs
4046 `(("pkg-config" ,pkg-config)
4047 ("qttools" ,qttools)))
9bbb4920 4048 (home-page "https://muse-sequencer.github.io/")
43188faf
RW
4049 (synopsis "MIDI/Audio sequencer")
4050 (description "MusE is a MIDI/Audio sequencer with recording and editing
4051capabilities. Its audio sequencer supports the LADSPA, DSSI, and LV2 audio
4052plugin formats; the MIDI sequencer provides a piano roll, a drum editor, a
4053list view, and a score editor. MusE aims to be a complete multitrack virtual
4054studio.")
4055 (license license:gpl2+)))
4056
2434f5ce
DM
4057(define-public dssi
4058 (package
4059 (name "dssi")
4060 (version "1.1.1")
4061 (source (origin
4062 (method url-fetch)
4063 (uri (string-append
4064 "mirror://sourceforge/dssi/dssi/" version
4065 "/dssi-" version ".tar.gz"))
4066 (sha256
4067 (base32
4068 "0kl1hzhb7cykzkrqcqgq1dk4xcgrcxv0jja251aq4z4l783jpj7j"))))
4069 (build-system gnu-build-system)
4070 (inputs
4071 `(("alsa-lib" ,alsa-lib)
0e78801a 4072 ("jack" ,jack-1)
2434f5ce
DM
4073 ("ladspa" ,ladspa)
4074 ("libsamplerate" ,libsamplerate)
4075 ("libsndfile" ,libsndfile)
4076 ("liblo" ,liblo)))
4077 (native-inputs
4078 `(("pkg-config" ,pkg-config)))
4079 (synopsis "Audio plugin API for soft synths and effects")
4080 (description "DSSI is a plugin API for software instruments with user
4081interfaces, permitting them to be hosted in-process by audio applications.
4082It is intended to be simple, GUI-toolkit-agnostic, and slightly biased
4083towards familiarity with MIDI. The DSSI distribution package contains
4084a JACK/ALSA-sequencer reference host and some plugins as well as the
4085specification and header.")
4086 (home-page "http://dssi.sourceforge.net/")
4087 ;; The DSSI interface is LGPL2.1+, some tests and examples are GPL2+.
4088 ;; The vast majority of examples are in the public domain.
4089 (license (list license:lgpl2.1+ license:gpl2+))))
9bc38f28
DM
4090
4091(define-public rosegarden
4092 (package
4093 (name "rosegarden")
24319a83
NG
4094 (version "19.12")
4095 (source
4096 (origin
4097 (method url-fetch)
4098 (uri (string-append "mirror://sourceforge/rosegarden/rosegarden/"
4099 version "/rosegarden-" version ".tar.bz2"))
4100 (sha256
4101 (base32 "1qcaxc6hdzva7kwxxhgl95437fagjbxzv4mihsgpr7y9qk08ppw1"))))
9bc38f28
DM
4102 (build-system cmake-build-system)
4103 (arguments
0d5101c3 4104 `(#:configure-flags '("-DCMAKE_BUILD_TYPE=Release")
9bc38f28
DM
4105 #:phases
4106 (modify-phases %standard-phases
4107 (add-after 'unpack 'patch-tests
4108 (lambda _
4109 (substitute* "CMakeLists.txt"
4110 (("BUILD_TESTING OFF") "BUILD_TESTING ON")
4111 ;; Make tests work.
4112 ((" -fvisibility=hidden") ""))
4113 #t))
4114 (add-after 'unpack 'fix-references
4115 (lambda* (#:key inputs #:allow-other-keys)
4116 (substitute* "src/gui/general/ProjectPackager.cpp"
4117 (("\"flac\\>")
4118 (string-append "\"" (assoc-ref inputs "flac") "/bin/flac"))
4119 (("\"wavpack\\>")
4120 (string-append "\"" (assoc-ref inputs "wavpack") "/bin/wavpack"))
4121 (("\"wvunpack\\>")
4122 (string-append "\"" (assoc-ref inputs "wavpack") "/bin/wvunpack"))
4123 (("\"bash\\>")
4124 (string-append "\"" (assoc-ref inputs "bash") "/bin/bash"))
4125 (("\"tar\\>")
4126 (string-append "\"" (assoc-ref inputs "tar") "/bin/tar")))
4127 (substitute* "src/gui/general/LilyPondProcessor.cpp"
4128 (("\"convert-ly\\>")
4129 (string-append "\"" (assoc-ref inputs "lilypond") "/bin/convert-ly"))
4130 (("\"lilypond\\>")
4131 (string-append "\"" (assoc-ref inputs "lilypond") "/bin/lilypond")))
4132 #t))
4133 (add-after 'unpack 'make-reproducible
4134 (lambda _
4135 ;; Prevent Last-Modified from being written.
4136 ;; The "*.qm" files that are used in locale.qrc would have a new
4137 ;; mtime otherwise that is written into qrc_locale.cpp in the
4138 ;; end - except when we disable it.
4139 (substitute* "src/CMakeLists.txt"
4140 (("COMMAND [$][{]QT_RCC_EXECUTABLE[}]")
4141 "COMMAND ${QT_RCC_EXECUTABLE} --format-version 1")
4142 ;; Extraneous.
24319a83
NG
4143 ;;(("qt5_add_resources[(]rg_SOURCES ../data/data.qrc[)]")
4144 ;; "qt5_add_resources(rg_SOURCES ../data/data.qrc OPTIONS --format-version 1)")
4145 )
9bc38f28
DM
4146 ;; Make hashtable traversal order predicable.
4147 (setenv "QT_RCC_TEST" "1") ; important
4148 #t))
4149 (add-before 'check 'prepare-check
4150 (lambda _
4151 (setenv "QT_QPA_PLATFORM" "offscreen")
4152 ;; Tests create files in $HOME/.local/share/rosegarden .
4153 (mkdir-p "/tmp/foo")
4154 (setenv "HOME" "/tmp/foo")
9bf98520 4155 (setenv "XDG_RUNTIME_DIR" "/tmp/foo")
9bc38f28
DM
4156 #t)))))
4157 (inputs
4158 `(("alsa-lib" ,alsa-lib)
4159 ("bash" ,bash)
4160 ("dssi" ,dssi)
4161 ("flac" ,flac)
4162 ("fftwf" ,fftwf)
b94f250e 4163 ("jack" ,jack-1)
9bc38f28
DM
4164 ("ladspa" ,ladspa)
4165 ("liblo" ,liblo)
4166 ("libsamplerate" ,libsamplerate)
4167 ("lilypond" ,lilypond)
4168 ("lrdf" ,lrdf)
4169 ("qtbase" ,qtbase)
4170 ("tar" ,tar)
4171 ("lirc" ,lirc)
4172 ("wavpack" ,wavpack)
4173 ("zlib" ,zlib)))
4174 (native-inputs
4175 `(("pkg-config" ,pkg-config)
4176 ("qtlinguist" ,qttools)))
4177 (synopsis "Music composition and editing environment based around a MIDI
4178sequencer")
4179 (description "Rosegarden is a music composition and editing environment
4180based around a MIDI sequencer that features a rich understanding of music
4181notation and includes basic support for digital audio.")
9bf98520 4182 (home-page "https://www.rosegardenmusic.com/")
9bc38f28 4183 (license license:gpl2)))
30655652 4184
643817e4 4185(define-public patchmatrix
559e06b6
RW
4186 (package
4187 (name "patchmatrix")
4188 (version "0.16.0")
4189 (source (origin
4190 (method git-fetch)
4191 (uri (git-reference
4192 (url "https://github.com/OpenMusicKontrollers/patchmatrix.git")
4193 (commit version)))
4194 (file-name (git-file-name "patchmatrix" version))
4195 (sha256
4196 (base32
4197 "020vp7zzxxzzjfic57vkpg68dm8hi98ilr1bj88xjsv6i47xmjbn"))))
4198 (build-system meson-build-system)
4199 (arguments '(#:tests? #f)) ; no test target
4200 (inputs
4201 `(("jack" ,jack-1)
4202 ("lv2" ,lv2)
4203 ("mesa" ,mesa)))
4204 (native-inputs
4205 `(("pkg-config" ,pkg-config)))
4206 (home-page "https://github.com/OpenMusicKontrollers/patchmatrix")
4207 (synopsis "Simple JACK patch bay")
4208 (description "PatchMatrix is a patch bay for the JACK audio connection
643817e4
RW
4209kit. It provides a patch bay in flow matrix style for audio, MIDI, CV, and
4210OSC connections.")
559e06b6 4211 (license license:artistic2.0)))
643817e4 4212
30655652
RW
4213(define-public sorcer
4214 (package
4215 (name "sorcer")
4216 (version "1.1.3")
4217 (source (origin
4218 (method url-fetch)
4219 (uri (string-append "https://github.com/openAVproductions/"
4220 "openAV-Sorcer/archive/release-"
4221 version ".tar.gz"))
4222 (file-name (string-append name "-" version ".tar.gz"))
4223 (sha256
4224 (base32
4225 "07iyqj28wm0xc4arrq893bm12xjpz65db7ynrlmf6w8krg8wjmd0"))))
4226 (build-system cmake-build-system)
4227 (arguments
4228 `(#:tests? #f ; no tests included
4229 #:phases
4230 (modify-phases %standard-phases
e5af1f4a
EF
4231 (add-after 'unpack 'remove-architecture-specific-flags
4232 (lambda _
4233 (substitute* "CMakeLists.txt"
4234 (("-msse2 -mfpmath=sse") ""))
4235 #t))
30655652
RW
4236 (add-after 'unpack 'build-faust-sources
4237 (lambda* (#:key inputs #:allow-other-keys)
4238 (with-directory-excursion "faust"
4239 (delete-file "main.cpp")
d7e24652
RW
4240 (invoke "faust" "-i"
4241 "-a" "lv2synth.cpp"
4242 "-o" "main.cpp" "main.dsp")))))))
30655652
RW
4243 (inputs
4244 `(("boost" ,boost)
4245 ("lv2" ,lv2)
4246 ("ntk" ,ntk)))
4247 (native-inputs
4248 `(("faust" ,faust)
4249 ("pkg-config" ,pkg-config)))
4250 (home-page "http://openavproductions.com/sorcer/")
4251 (synopsis "Wavetable LV2 plugin synth")
4252 (description "Sorcer is a wavetable LV2 plugin synthesizer, targeted at
4253the electronic or dubstep genre.")
4254 (license license:gpl3+)))
60b7ed9c 4255
f7ce2134
RW
4256(define-public sonivox-eas
4257 (package
4258 (name "sonivox-eas")
4259 (version "1.1.0")
4260 (source (origin
4261 (method git-fetch)
4262 (uri (git-reference
4263 (url "https://github.com/pedrolcl/Linux-SonivoxEas.git")
4264 (commit (string-append "v" version))))
4265 (file-name (string-append name "-" version "-checkout"))
4266 (sha256
4267 (base32
4268 "0l9gs00p5g4k4qy6i7nv1mfi2n2wnsycwjrgrh9hxzam4irf2mw2"))))
4269 (build-system cmake-build-system)
4270 (arguments '(#:tests? #f)) ; there are no tests
4271 (inputs
4272 `(("alsa-lib" ,alsa-lib)
4273 ("drumstick" ,drumstick)
4274 ("pulseaudio" ,pulseaudio)
4275 ("qtbase" ,qtbase)))
4276 (native-inputs
4277 `(("pkg-config" ,pkg-config)))
4278 (home-page "https://github.com/pedrolcl/Linux-SonivoxEas")
4279 (synopsis "MIDI synthesizer library")
4280 (description "This project is a real time General MIDI synthesizer based
4281on the Sonivox EAS Synthesizer by Google. It does not need external
4282soundfonts, using embedded samples instead.")
4283 ;; Sonivox is released under the ASL2.0; the rest of the code is under
4284 ;; GPLv2+.
4285 (license (list license:gpl2+ license:asl2.0))))
92b36e3a
RW
4286
4287(define-public whysynth
4288 (package
4289 (name "whysynth")
4290 (version "20170701")
4291 (source (origin
4292 (method url-fetch)
4293 (uri (string-append "http://smbolton.com/whysynth/whysynth-"
4294 version ".tar.bz2"))
4295 (sha256
4296 (base32
4297 "02qbn0hbvn1iym4zxv35b201blg31yjpgh71h8db0j5zls2xc0m6"))))
4298 (build-system gnu-build-system)
4299 (inputs
4300 `(("dssi" ,dssi)
4301 ("liblo" ,liblo)
4302 ("fftwf" ,fftwf)
4303 ("gtk+" ,gtk+-2)
4304 ("ladspa" ,ladspa)
4305 ("alsa-lib" ,alsa-lib)))
4306 (native-inputs
4307 `(("pkg-config" ,pkg-config)))
4308 (home-page "http://smbolton.com/whysynth.html")
4309 (synopsis "DSSI software synthesizer")
4310 (description "WhySynth is a versatile softsynth which operates as a plugin
4311for the DSSI Soft Synth Interface. A brief list of features:
4312
4313@enumerate
4314@item 4 oscillators, 2 filters, 3 LFOs, and 5 envelope generators per voice.
4315@item 11 oscillator modes: minBLEP, wavecycle, chorused wavecycle,
4316 asynchronous granular, three FM modes, waveshaper, noise, PADsynth, and phase
4317 distortion.
4318@item 10 filter modes.
4319@item flexible modulation and mixdown options, plus effects.
4320@end enumerate
4321")
4322 (license license:gpl2+)))
6b445c57 4323
4324(define-public libdiscid
4325 (package
4326 (name "libdiscid")
4327 (version "0.6.2")
4328 (source
4329 (origin
4330 (method url-fetch)
4331 (uri (string-append
4332 "http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/libdiscid-"
4333 version ".tar.gz"))
4334 (sha256
4335 (base32
4336 "1f9irlj3dpb5gyfdnb1m4skbjvx4d4hwiz2152f83m0d9jn47r7r"))))
4337 (arguments `(#:test-target "check"))
4338 (build-system cmake-build-system)
4339 (home-page "https://musicbrainz.org/doc/libdiscid")
4340 (synopsis "Disc id reader library")
4341 (description "libdiscid is a C library for creating MusicBrainz and freedb
4342disc IDs from audio CDs. It reads a CD's table of contents (TOC) and generates
4343an identifier which can be used to lookup the CD at MusicBrainz. Additionally,
4344it provides a submission URL for adding the disc ID to the database and gathers
4345ISRCs and the MCN (=UPC/EAN) from disc.")
4346 (license license:lgpl2.1+)))
1ea29aa0 4347
1331a6c0
GH
4348(define-public python-discid
4349 (package
4350 (name "python-discid")
4351 (version "1.1.1")
4352 (source
4353 (origin
4354 (method url-fetch)
4355 (uri (pypi-uri "discid" version))
4356 (sha256
4357 (base32
4358 "1fgp67nhqlbvhhwrcxq5avil7alpzw4s4579hlyvxzbphdnbz8vq"))))
4359 (build-system python-build-system)
4360 (inputs
4361 `(("libdiscid" ,libdiscid)))
4362 (arguments
4363 `(#:phases
4364 (modify-phases %standard-phases
4365 (add-before 'build 'set-libdiscid
4366 ;; Set path of libdiscid
4367 (lambda* (#:key inputs #:allow-other-keys)
4368 (let ((discid (assoc-ref inputs "libdiscid")))
4369 (substitute* "discid/libdiscid.py"
4370 (("lib_name = (.*)$" all name)
4371 (string-append "lib_name = \"" discid
4372 "/lib/libdiscid.so.0\"\n")))
4373 #t))))))
4374 (home-page "https://python-discid.readthedocs.io/")
4375 (synopsis "Python bindings for Libdiscid")
4376 (description
4377 "This package provides Python bindings for the Libdiscid library. The
4378main purpose is the calculation of @url{https://musicbrainz.org/doc/Disc%20ID,
4379Disc IDs} for use with the MusicBrainz database. Additionally the disc
4380@dfn{Media Catalog Number} (MCN) and track @dfn{International Standard
4381Recording Code} (ISRC) can be extracted.}")
4382 (license license:lgpl3+)))
4383
1ea29aa0 4384(define-public libmusicbrainz
4385 (package
4386 (name "libmusicbrainz")
4387 (version "5.1.0")
4388 (source
4389 (origin
4390 (method url-fetch)
4391 (uri (string-append
4392 "https://github.com/metabrainz/libmusicbrainz/releases/download/release-"
4393 version "/libmusicbrainz-" version ".tar.gz"))
4394 (sha256
4395 (base32
8c71a52c 4396 "0ikb9igyyk28jm34raxfzkw2qyn4nzzwsymdyprp7cmvi6g2ajb7"))))
1ea29aa0 4397 (build-system cmake-build-system)
69cb939e
RW
4398 (arguments
4399 `(#:phases
4400 (modify-phases %standard-phases
4401 (replace 'check
4402 (lambda _
4403 ;; requires network connections
4404 ;; (invoke "tests/mbtest")
4405 (invoke "tests/ctest")
4406 #t)))))
1ea29aa0 4407 (inputs `(("neon" ,neon)
4408 ("libxml2" ,libxml2)))
4409 (native-inputs `(("pkg-config" ,pkg-config)))
4410 (home-page "https://musicbrainz.org/doc/libmusicbrainz")
4411 (synopsis "MusicBrainz client library")
4412 (description "The MusicBrainz Client Library (libmusicbrainz), also known as
4413mb_client, is a development library geared towards developers who wish to add
4414MusicBrainz lookup capabilities to their applications.")
4415 (license license:lgpl2.1+)))
87d1b7b0 4416
b0c2c5ab
LC
4417(define-public perl-musicbrainz-discid
4418 (package
4419 (name "perl-musicbrainz-discid")
4420 (version "0.04")
4421 (source (origin
4422 (method url-fetch)
4423 (uri (string-append
4424 "mirror://cpan/authors/id/N/NJ/NJH/MusicBrainz-DiscID-"
4425 version ".tar.gz"))
4426 (sha256
4427 (base32
4428 "1i4qk1qfcmxdibqkyfjrrjdq2zk42vjcz590qgiyc47fi9p6xx1j"))))
4429 (build-system perl-build-system)
4430 (native-inputs `(("pkg-config" ,pkg-config)
4431 ("which" ,which)))
4432 (inputs `(("libdiscid" ,libdiscid)))
4433 (home-page "https://metacpan.org/release/MusicBrainz-DiscID")
4434 (synopsis "Perl interface to the MusicBrainz libdiscid library")
4435 (description
4436 "The @code{MusicBrainz::DiscID} module is a Perl interface to the
4437MusicBrainz libdiscid library, allowing you to manipulate digital audio
4438compact disc (CDDA) identifiers.")
4439 (license license:gpl2)))
4440
b2961dda
LC
4441(define-public perl-webservice-musicbrainz
4442 (package
4443 (name "perl-webservice-musicbrainz")
b0842a8e 4444 (version "1.0.5")
b2961dda
LC
4445 (source (origin
4446 (method url-fetch)
4447 (uri (string-append
4448 "mirror://cpan/authors/id/B/BF/BFAIST/WebService-MusicBrainz-"
4449 version ".tar.gz"))
4450 (sha256
4451 (base32
b0842a8e 4452 "16chs1l58cf000d5kalkyph3p31ci73p1rlyx98mfv10d2cq6fsj"))))
b2961dda
LC
4453 (build-system perl-build-system)
4454 (arguments
4455 ;; Tests try to connect to http://musicbrainz.org.
4456 '(#:tests? #f))
4457 (native-inputs
4458 `(("perl-module-build" ,perl-module-build)))
4459 (propagated-inputs
4460 `(("perl-mojolicious" ,perl-mojolicious)))
4461 (home-page "https://metacpan.org/release/WebService-MusicBrainz")
4462 (synopsis "Web service API to the MusicBrainz database")
4463 (description
4464 "This module searches the MusicBrainz database through their web service
4465at @code{musicbrainz.org}.")
4466 (license license:perl-license)))
4467
87d1b7b0
PN
4468(define-public clyrics
4469 (package
4470 (name "clyrics")
9aec93be 4471 (version "0.12")
87d1b7b0
PN
4472 (source
4473 (origin
234a1825
RW
4474 (method git-fetch)
4475 (uri (git-reference
4476 (url "https://github.com/trizen/clyrics.git")
4477 (commit version)))
4478 (file-name (git-file-name name version))
87d1b7b0 4479 (sha256
9aec93be 4480 (base32 "1l9iqz6vxrrxapv7s110g360bqxksir4dcqd8w0l4lhmnfmz3vnk"))))
87d1b7b0 4481 (build-system trivial-build-system)
87d1b7b0 4482 (inputs
7f56f107 4483 `(("bash" ,bash) ; for the wrapped program
87d1b7b0
PN
4484 ("perl" ,perl)
4485 ("perl-www-mechanize" ,perl-www-mechanize)
4486 ("perl-lwp-protocol-https" ,perl-lwp-protocol-https)
4487 ;; Required or else LWP will fail with "GET https://www.google.com/ ==>
4488 ;; 500 Can't verify SSL peers without knowing which Certificate
4489 ;; Authorities to trust".
4490 ("perl-mozilla-ca" ,perl-mozilla-ca)))
4491 (arguments
4492 `(#:modules ((guix build utils))
4493 #:builder (begin
4494 (use-modules (guix build utils)
4495 (ice-9 match)
4496 (srfi srfi-26))
4497 (let* ((source (assoc-ref %build-inputs "source"))
87d1b7b0
PN
4498 (output (assoc-ref %outputs "out")))
4499 (setenv "PATH"
4500 (string-append
87d1b7b0
PN
4501 (assoc-ref %build-inputs "bash") "/bin" ":"
4502 (assoc-ref %build-inputs "perl") "/bin" ":"))
234a1825 4503 (copy-recursively source (getcwd))
87d1b7b0
PN
4504 (patch-shebang "clyrics")
4505 (substitute* "clyrics"
4506 (("/usr/share") output))
4507 (install-file "clyrics" (string-append output "/bin"))
4508 (wrap-program (string-append output "/bin/clyrics")
4509 `("PERL5LIB" ":" =
4510 ,(delete
4511 ""
4512 (map (match-lambda
7f56f107
TGR
4513 (((? (cut string-prefix? "perl-" <>) name) . dir)
4514 (string-append dir "/lib/perl5/site_perl"))
4515 (_ ""))
87d1b7b0
PN
4516 %build-inputs))))
4517 (copy-recursively "plugins" (string-append output "/clyrics"))
4518 #t))))
4519 (home-page "https://github.com/trizen/clyrics")
4520 (synopsis "Extensible lyrics fetcher")
4521 (description
4522 "Clyrics is an extensible command-line tool to fetch the lyrics of songs.
4523It can be used in daemon mode along with the Music-on-Console (MOC) and cmus
4524console music players.")
4525 (license license:gpl3+)))
5703380b
PN
4526
4527(define-public demlo
4528 (let ((commit "fe9ec4c8ac2fa995ec18e6ac86d50d46df06ec01")
4529 (revision "0"))
4530 (package
4531 (name "demlo")
4532 (version (git-version "3.8" revision commit))
4533 (source
4534 (origin
4535 (method git-fetch)
4536 (uri (git-reference
4537 (url
4538 "https://gitlab.com/ambrevar/demlo")
4539 (commit commit)))
4540 (file-name (git-file-name name version))
4541 (sha256
4542 (base32
4543 "1afkbqhzn6da7zaf5ab7dvyqj1izqhzprwfb4hw448fllda9bdvk"))))
4544 (build-system go-build-system)
4545 (native-inputs
4546 `(("lua" ,lua)
4547 ("go-github-com-mattn-go-isatty" ,go-github-com-mattn-go-isatty)
4548 ("go-github-com-mattn-go-colorable" ,go-github-com-mattn-go-colorable)
4549 ("go-github-com-aarzilli-golua" ,go-github-com-aarzilli-golua)
4550 ("go-gitlab-com-ambrevar-damerau" ,go-gitlab-com-ambrevar-damerau)
4551 ("go-gitlab-com-ambrevar-golua-unicode" ,go-gitlab-com-ambrevar-golua-unicode)
4552 ("go-github-com-mgutz-ansi" ,go-github-com-mgutz-ansi)
4553 ("go-github-com-michiwend-gomusicbrainz" ,go-github-com-michiwend-gomusicbrainz)
4554 ("go-github-com-stevedonovan-luar" ,go-github-com-stevedonovan-luar)
4555 ("go-github-com-wtolson-go-taglib" ,go-github-com-wtolson-go-taglib)
4556 ("go-github-com-yookoala-realpath" ,go-github-com-yookoala-realpath)))
4557 (inputs
4558 `(("chromaprint" ,chromaprint)
4559 ("ffmpeg" ,ffmpeg)))
4560 (arguments
4561 `(#:import-path "gitlab.com/ambrevar/demlo"
4562 #:phases
4563 (modify-phases %standard-phases
4564 (add-after 'install 'wrap-program
4565 (lambda* (#:key inputs outputs #:allow-other-keys)
4566 (let ((out (assoc-ref outputs "out"))
4567 (ffmpeg (assoc-ref inputs "ffmpeg"))
4568 (chromaprint (assoc-ref inputs "chromaprint")))
4569 (wrap-program (string-append out "/bin/demlo")
4570 `("XDG_DATA_DIRS" ":" prefix (,out))
4571 `("PATH" ":" prefix
4572 ,(map (lambda (dir)
4573 (string-append dir "/bin:"
4574 dir "/sbin"))
4575 (list ffmpeg chromaprint))))
4576 #t)))
e3900a4d 4577 (add-after 'install 'install-scripts
5703380b
PN
4578 (lambda* (#:key outputs #:allow-other-keys)
4579 (let* ((out (assoc-ref outputs "out"))
4580 (root (string-append out "/src/gitlab.com/ambrevar/demlo"))
4581 (xdg-data-dirs (string-append out "/demlo")))
4582 (copy-recursively (string-append root "/actions")
4583 (string-append xdg-data-dirs "/actions"))
4584 (copy-recursively (string-append root "/scripts")
4585 (string-append xdg-data-dirs "/scripts"))
4586 (install-file (string-append root "/config.lua") xdg-data-dirs)
4587 ;; TODO: Test fish completion.
4588 (install-file (string-append root "/completion/demlo.fish")
4589 (string-append out "/share/fish/vendor_completions.d"))
4590 #t))))))
4591 (home-page "https://gitlab.com/ambrevar/demlo")
4592 (synopsis "Dynamic and extensible music library organizer")
4593 (description "Demlo is a music library organizer. It can encode, fix
4594case, change folder hierarchy according to tags or file properties, tag from
4595an online database, copy covers while ignoring duplicates or those below a
4596quality threshold, and much more. It makes it possible to manage your
4597libraries uniformly and dynamically. You can write your own rules to fit your
4598needs best.
4599
4600Demlo can address any of these recurring music library issues (and much more):
4601
4602@itemize
4603@item Fix the lack of folder structure.
4604@item Normalize tags, fix their case, chose which tags to keep and which to
4605discard.
4606@item Handle lossy and lossless audio differently.
4607@item Handle mp3 id3tags hell...
4608@item Handle multiple covers, whether embedded and/or external, resize covers,
4609discard bad quality ones.
4610@end itemize\n")
4611 (license license:expat))))
e42ba3da 4612
7fcc2f93 4613(define-public fmit
4614 (package
4615 (name "fmit")
0ed0e3bf 4616 (version "1.2.13")
7fcc2f93 4617 (source (origin
4618 (method git-fetch)
4619 (uri (git-reference
4620 (url "https://github.com/gillesdegottex/fmit/")
4621 (commit (string-append "v" version))))
4622 (file-name (git-file-name name version))
4623 (sha256
4624 (base32
0ed0e3bf 4625 "1qyskam053pvlap1av80rgp12pzhr92rs88vqs6s0ia3ypnixcc6"))))
7fcc2f93 4626 (build-system gnu-build-system)
4627 (arguments
4628 '(#:phases
4629 (modify-phases %standard-phases
4630 (delete 'configure)
4631 (add-before 'build 'qmake
4632 (lambda _
4633 (let ((out (assoc-ref %outputs "out")))
4634 (invoke "qmake"
4635 "fmit.pro"
4636 (string-append "PREFIX=" out)
4637 (string-append "PREFIXSHORTCUT=" out)
4638 "CONFIG+=acs_qt acs_alsa acs_jack acs_portaudio"))))
4639 (add-after 'install 'wrap-executable
4640 (lambda* (#:key inputs outputs #:allow-other-keys)
4641 (let ((out (assoc-ref outputs "out")))
4642 (wrap-program (string-append out "/bin/fmit")
4643 `("QT_PLUGIN_PATH" ":" prefix
4644 ,(map (lambda (label)
4645 (string-append (assoc-ref inputs label)
4646 "/lib/qt5/plugins"))
4647 '("qtbase" "qtmultimedia" "qtsvg")))
4648 `("QML2_IMPORT_PATH" ":" prefix
4649 ,(map (lambda (label)
4650 (string-append (assoc-ref inputs label)
4651 "/lib/qt5/qml"))
4652 '("qtmultimedia"))))
4653 #t))))))
4654 (inputs
4655 `(("alsa-lib" ,alsa-lib)
4656 ("fftw" ,fftw)
4657 ("jack" ,jack-1)
4658 ("portaudio" ,portaudio)
4659 ("qtbase" ,qtbase)
4660 ("qtmultimedia" ,qtmultimedia)
4661 ("qtsvg" ,qtsvg)))
4662 (native-inputs
f2d97d57 4663 `(("gettext" ,gettext-minimal)
7fcc2f93 4664 ("hicolor-icon-theme" ,hicolor-icon-theme)
4665 ("itstool" ,itstool)
4666 ("qttools" ,qttools)))
4667 (synopsis "Musical instrument tuner")
4668 (description "FMIT is a graphical utility for tuning musical instruments,
4669with error and volume history, and advanced features.")
4670 (home-page "https://gillesdegottex.github.io/fmit/")
4671 ;; Most of the code is under GPL2+, but some abstract or helper classes
4672 ;; are under LGPL2.1.
4673 (license (list license:gpl2+ license:lgpl2.1))))
f5870246
RW
4674
4675(define-public mloop
4676 (let ((commit "adebff98b0b4dc5872a03acb82e89c77cb29c127")
4677 (revision "0"))
4678 (package
4679 (name "mloop")
4680 (version (git-version "0.0.1" revision commit))
4681 (source (origin
4682 (method git-fetch)
4683 (uri (git-reference
4684 (url "http://git.fuzzle.org/mloop")
4685 (commit commit)))
4686 (file-name (git-file-name name version))
4687 (sha256
4688 (base32
4689 "175gxvg5slq0bllcx1c381rjlq3xpxww8c3kpiw5i2kfr4m52myz"))))
4690 (build-system waf-build-system)
4691 (arguments
4692 `(#:python ,python-2
4693 #:tests? #f)) ; no "check" target
4694 (inputs
4695 `(("jack" ,jack-1)
4696 ("ncurses" ,ncurses)))
4697 (native-inputs
4698 `(("pkg-config" ,pkg-config)))
4699 (home-page "https://fuzzle.org/~petern/mloop.html")
4700 (synopsis "Live MIDI looper")
4701 (description "mloop is a live MIDI looping system, using jack-midi.
4702Loops are recorded, optionally with beat quantization, and can then be played
4703back, either once or looping. A 'note cache' system is implemented to
4704remember which notes are pressed and their velocities. This allows for a loop
4705to start off with the currently pressed notes, making seamless loops much
4706easier to perform. Features include:
4707
4708@itemize
4709@item Quantisation; end a loop on a beat exactly.
4710@item Delayed recording; wait for a MIDI event before starting a loop record.
4711@item Adjust tempo; Playback speed of loops can be adjusted on the fly.
4712@end itemize\n")
4713 (license license:gpl2))))
0163b900
EB
4714
4715(define-public pragha
4716 (package
4717 (name "pragha")
4718 (version "1.3.4")
4719 (source (origin
4720 (method url-fetch)
4721 (uri (string-append "https://github.com/pragha-music-player/pragha/"
4722 "releases/download/v" version "/pragha-" version
4723 ".tar.bz2"))
4724 (sha256
4725 (base32
4726 "19kbhq99bkimx3aqrdzln0vlr4slkpx6kq66j731jvqyq76nlkp5"))))
4727 (build-system glib-or-gtk-build-system)
4728 (native-inputs
4729 `(("intltool" ,intltool)
4730 ("pkg-config" ,pkg-config)))
4731 (inputs
4732 `(("glib" ,glib)
4733 ("grilo" ,grilo)
4734 ("gstreamer" ,gstreamer)
4735 ("gst-plugins-base" ,gst-plugins-base)
4736 ("gst-plugins-good" ,gst-plugins-good)
4737 ("gtk+" ,gtk+)
4738 ("libcddb" ,libcddb)
4739 ("libcdio" ,libcdio)
4740 ("libcdio-paranoia" ,libcdio-paranoia)
4741 ("libgudev" ,libgudev)
4742 ("libnotify" ,libnotify)
4743 ("libpeas" ,libpeas)
4744 ("libsoup" ,libsoup)
4745 ("sqlite" ,sqlite)
4746 ("taglib" ,taglib)))
4747 (arguments
4748 `(#:phases
4749 (modify-phases %standard-phases
4750 (add-after 'install 'wrap-program
4751 (lambda* (#:key inputs outputs #:allow-other-keys)
4752 (let ((out (assoc-ref outputs "out"))
4753 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
4754 (wrap-program (string-append out "/bin/pragha")
4755 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path)))
4756 #t))))))
4757 (home-page "https://pragha-music-player.github.io")
4758 (synopsis "Music player")
4759 (description "Pragha is a lightweight music player based on Gtk and
4760sqlite. It is constructed to be fast, light, and simultaneously tries to be
4761complete without obstructing your daily work.")
4762 (license license:gpl3+)))
1c463524
DW
4763
4764(define-public playerctl
4765 (package
4766 (name "playerctl")
4767 (version "2.0.2")
4768 (source (origin
4769 (method git-fetch)
4770 (uri (git-reference
4771 (url "https://github.com/altdesktop/playerctl.git")
4772 (commit (string-append "v" version))))
4773 (file-name (git-file-name name version))
4774 (sha256
4775 (base32
4776 "1f3njnpd52djx3dmhh9a8p5a67f0jmr1gbk98icflr2q91149gjz"))))
4777 (build-system meson-build-system)
4778 (arguments
4779 `(#:configure-flags '("-Dintrospection=false" "-Dgtk-doc=false")))
4780 (inputs `(("python-pygobject" ,python-pygobject)))
4781 (native-inputs
4782 `(("glib:bin" ,glib "bin")
4783 ("pkg-config" ,pkg-config)))
4784 (synopsis "Control MPRIS-supporting media player applications")
4785 (description
4786 "Playerctl is a command-line utility and library for controlling media
4787players that implement the MPRIS D-Bus Interface Specification. Playerctl
4788makes it easy to bind player actions, such as play and pause, to media keys.
4789You can also get metadata about the playing track such as the artist and title
4790for integration into status line generators or other command-line tools.")
4791 (home-page "https://github.com/altdesktop/playerctl")
4792 (license license:lgpl3+)))
50c5215c
AT
4793
4794(define-public artyfx
4795 (package
4796 (name "artyfx")
4797 (version "1.3")
4798 (source (origin
4799 (method git-fetch)
4800 (uri (git-reference
4801 (url
4802 "https://github.com/openAVproductions/openAV-ArtyFX.git")
4803 (commit (string-append "release-" version))))
4804 (file-name (git-file-name name version))
4805 (sha256
4806 (base32
4807 "012hcy1mxl7gs2lipfcqp5x0xv1azb9hjrwf0h59yyxnzx96h7c9"))))
4808 (build-system cmake-build-system)
4809 (arguments
4810 `(#:tests? #f ; no tests included
4811 #:phases
4812 (modify-phases %standard-phases
4813 (add-after 'unpack 'remove-architecture-specific-flags
4814 (lambda _
4815 (substitute* "CMakeLists.txt"
4816 (("-msse2 -mfpmath=sse") ""))
4817 #t)))))
4818 (inputs
4819 `(("cairo" ,cairo)
4820 ("libsndfile" ,libsndfile)))
4821 (native-inputs
4822 `(("pkg-config" ,pkg-config)
4823 ("lv2" ,lv2)))
4824 (home-page "http://openavproductions.com/artyfx/")
4825 (synopsis "Audio effect LV2 plugin bundle")
4826 (description "ArtyFX is an LV2 plugin bundle of artistic real-time audio
4827effects. It contains a bitcrusher, delay, distortion, equalizer, compressor,
4828and reverb.")
4829 (license license:gpl2+)))
5182fbe0
AT
4830
4831(define-public sherlock-lv2
4832 (package
4833 (name "sherlock-lv2")
4834 (version "0.20.0")
4835 (source
4836 (origin
4837 (method url-fetch)
4838 (uri (string-append
4839 "https://git.open-music-kontrollers.ch/lv2/"
4840 "sherlock.lv2/snapshot/sherlock.lv2-"
4841 version ".tar.xz"))
4842 (sha256
4843 (base32
4844 "1c5xajpss9h8lbyx160bbzg8va50n2d74qwnxig9sf468rzmha1y"))))
4845 (build-system meson-build-system)
4846 (inputs
4847 `(("libx11" ,libx11)
4848 ("mesa" ,mesa)
4849 ("sratom" ,sratom)))
4850 (native-inputs
4851 `(("flex" ,flex)
4852 ("pkg-config" ,pkg-config)))
4853 (synopsis "Investigative LV2 plugin bundle")
4854 (description "The Sherlock plugin bundle contains LV2 plugins for
4855visualizing LV2 atom, MIDI and OSC events. They can be used for monitoring
4856and debugging of event signal flows inside plugin graphs.")
4857 (home-page "https://open-music-kontrollers.ch/lv2/sherlock/")
4858 (license license:artistic2.0)))
fe06a6ee
AT
4859
4860(define-public x42-plugins
4861 (package
4862 (name "x42-plugins")
41dc70f4 4863 (version "20191215")
fe06a6ee
AT
4864 (source
4865 (origin
4866 (method url-fetch)
4867 (uri
4868 (string-append "http://gareus.org/misc/x42-plugins/x42-plugins-"
4869 version ".tar.xz"))
4870 (sha256
41dc70f4 4871 (base32 "1mwfvhsvc0qgjyiwd8pmmam1mav43lmv39fljhmj9yri558v5g1c"))))
fe06a6ee
AT
4872 (build-system gnu-build-system)
4873 (arguments
4874 `(#:tests? #f ; no "check" target
4875 #:make-flags
4876 (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
4877 "LIBZITACONVOLVER=-lzita-convolver"
4878 (string-append "FONTFILE="
4879 (assoc-ref %build-inputs "font-dejavu")
4880 "/share/fonts/truetype/DejaVuSans-Bold.ttf"))
4881 #:phases
4882 (modify-phases %standard-phases
4883 (add-before 'build 'set-CC-variable
4884 (lambda _
4885 (setenv "CC" "gcc")
4886 #t))
4887 (delete 'configure))))
4888 (inputs
4889 `(("cairo" ,cairo)
4890 ("fftwf" ,fftwf)
4891 ("ftgl" ,ftgl)
4892 ("glib" ,glib)
4893 ("glu" ,glu)
4894 ("hicolor-icon-theme" ,hicolor-icon-theme)
4895 ("jack" ,jack-1)
4896 ("libltc" ,libltc)
4897 ("libsamplerate" ,libsamplerate)
4898 ("libx11" ,libx11)
4899 ("pango" ,pango)
4900 ("zita-convolver" ,zita-convolver)))
4901 (native-inputs
4902 `(("help2man" ,help2man)
4903 ("liblo" ,liblo)
4904 ("lv2" ,lv2)
4905 ("font-dejavu" ,font-dejavu)
4906 ("pkg-config" ,pkg-config)))
4907 (synopsis "Collection of LV2/JACK audio/MIDI processing plugins")
4908 (description "x42-plugins is a collection of over 80 cross-platform LV2
4909audio and MIDI plugins that can also run as standalone JACK applications.")
4910 (home-page "https://x42-plugins.com/x42/")
4911 (license license:gpl2+)))
9a00130a
AT
4912
4913(define-public zam-plugins
4914 (package
4915 (name "zam-plugins")
a69b59e1 4916 (version "3.12")
9a00130a
AT
4917 (source
4918 (origin
4919 (method git-fetch)
4920 (uri
4921 (git-reference
4922 (url "https://github.com/zamaudio/zam-plugins.git")
4923 (commit version)
4924 ;; Recursive to fetch the DISTRHO plugin framework. This
4925 ;; framework is intended to be included in the sources
4926 ;; and not to be used as a library.
4927 (recursive? #t)))
4928 (file-name (git-file-name name version))
4929 (sha256
a69b59e1 4930 (base32 "0icsbarc9azcp0kjjydmiqn401v60jmf16zdcp4040q8g7bpfmfa"))))
9a00130a
AT
4931 (build-system gnu-build-system)
4932 (arguments
4933 `(#:tests? #f ;no "check" target
4934 #:make-flags
4935 (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
4936 "HAVE_ZITA_CONVOLVER=true")
4937 #:phases
4938 (modify-phases %standard-phases
4939 (add-before 'build 'set-CC-variable
4940 (lambda _
4941 (setenv "CC" "gcc") #t))
4942 (delete 'configure))))
4943 (inputs
4944 `(("fftwf" ,fftwf)
4945 ("jack" ,jack-1) ;for the standalone JACK application
4946 ("liblo" ,liblo)
4947 ("libsamplerate" ,libsamplerate)
4948 ("mesa" ,mesa)
4949 ("zita-convolver" ,zita-convolver)))
4950 (native-inputs
4951 `(("ladspa" ,ladspa)
4952 ("lv2" ,lv2)
4953 ("pkg-config" ,pkg-config)))
4954 (synopsis "Collection of audio processing plugins")
4955 (description
4956 "Zam plugins is a collection of audio processing plugins in the LADSPA,
4957LV2 and VST2 formats, as well as standalone JACK versions. The collection
4958includes ZaMaximX2, ZamAutoSat, ZamComp, ZamCompX2, ZamEQ2, ZamGEQ31,
4959ZamHeadX2, ZamPhono, ZamGate, ZamGateX2, ZamTube, ZamDelay, ZamDynamicEQ,
4960ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
4961 (home-page "http://www.zamaudio.com/?p=976")
4962 (license license:gpl2+)))
2ac65b9c
AT
4963
4964(define-public geonkick
4965 (package
4966 (name "geonkick")
4967 (version "1.9.0")
4968 (source
4969 (origin
2f491b88
MB
4970 (method git-fetch)
4971 (uri (git-reference
4972 (url "https://gitlab.com/geontime/geonkick.git")
4973 (commit (string-append "v" version))))
4974 (file-name (git-file-name name version))
2ac65b9c
AT
4975 (sha256
4976 (base32
2f491b88 4977 "17mwxnmxszdm2wjbigciwh8qx0487q9qhf4sl92y6nqdb0dlghnl"))))
2ac65b9c
AT
4978 (build-system cmake-build-system)
4979 (arguments
4980 `(#:tests? #f ;no tests included
4981 #:configure-flags
4982 (list (string-append "-DGKICK_REDKITE_SDK_PATH="
4983 (assoc-ref %build-inputs "redkite"))
4984 (string-append "-DCMAKE_INSTALL_PREFIX="
4985 (assoc-ref %outputs "out")))))
4986 (inputs
4987 `(("cairo" ,cairo)
4988 ("hicolor-icon-theme" ,hicolor-icon-theme)
4989 ("jack" ,jack-1) ;for the standalone JACK application
4990 ("libsndfile" ,libsndfile)
4991 ("libx11" ,libx11)
4992 ("redkite" ,redkite)
4993 ("rapidjson" ,rapidjson)))
4994 (native-inputs
4995 `(("lv2" ,lv2)
4996 ("pkg-config" ,pkg-config)
4997 ("sord" ,sord)))
4998 (synopsis "Percussion synthesizer")
4999 (description "Geonkick is a synthesizer that can synthesize elements
5000of percussion such as kicks, snares, hit-hats, shakers, claps and sticks.
5001It can also play and mix samples.")
5002 (home-page "https://gitlab.com/geontime/geonkick")
5003 (license license:gpl3+)))
5b1bf92e
AT
5004
5005(define-public dpf-plugins
5006 (package
5007 (name "dpf-plugins")
5008 (version "1.3")
5009 (source
5010 (origin
5011 (method git-fetch)
5012 (uri
5013 (git-reference
5014 (url "https://github.com/DISTRHO/DPF-Plugins.git")
5015 (commit (string-append "v" version))))
5016 (file-name (git-file-name name version))
5017 (sha256
5018 (base32
5019 "1hsfmpv3kvpiwk8nfw9xpaipzy0n27i83y2v1yr93lznwm5rqrbs"))))
5020 (build-system gnu-build-system)
5021 (arguments
5022 `(#:tests? #f ; no "check" target
5023 #:make-flags
5024 (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
5025 #:phases
5026 (modify-phases %standard-phases
5027 (add-before 'build 'set-CC-variable
5028 (lambda _ (setenv "CC" "gcc") #t))
5029 (delete 'configure))))
5030 (inputs
5031 `(("cairo" ,cairo)
5032 ("liblo" ,liblo) ; for dssi plugins
5033 ("jack" ,jack-1) ; for standalone applications
5034 ("mesa" ,mesa)))
5035 (native-inputs
5036 `(("pkg-config" ,pkg-config)
5037 ("dssi" ,dssi)
5038 ("lv2" ,lv2)))
5039 (home-page "https://github.com/DISTRHO/DPF-Plugins")
5040 (synopsis "Audio plugin collection")
5041 (description "Collection of audio plugins built with the DISTRHO Plugin
5042Framework (DPF) available in LADSPA, DSSI, LV2 and VST2 formats. This
5043package includes the following plugins: glBars, Kars, Max-Gen examples
5044(MaBitcrush, MaFreeverb, MaGigaverb, MaPitchshift), Mini-Series (3BandEQ,
50453BandSplitter, PingPongPan), ndc-Plugs (Amplitude Imposer, Cycle Shifter,
5046Soul Force), MVerb, Nekobi, and ProM.")
5047 ;; This package consists of several plugins refactored to use the
5048 ;; DISTHRO Plugin Framework (DPF). Different copyrights and licenses
5049 ;; apply to different plugins. The root LICENSE file has a table with
5050 ;; license information for each plugin and paths to each license
5051 (license (list license:isc license:gpl3 license:lgpl3 license:expat license:gpl2))))
bcf851bc
AT
5052
5053(define-public avldrums-lv2
5054 (package
5055 (name "avldrums-lv2")
aaa41b41 5056 (version "0.4.1")
bcf851bc
AT
5057 (source
5058 (origin
5059 (method git-fetch)
5060 (uri (git-reference
5061 (url "https://github.com/x42/avldrums.lv2.git")
5062 (commit (string-append "v" version))
5063 ;; This plugin expects the robtk submodule's source files to be
5064 ;; there in order to build.
5065 (recursive? #t)))
5066 (file-name (git-file-name name version))
5067 (sha256
aaa41b41 5068 (base32 "1vwdp3d8qzd493qa99ddya7iql67bbfxmbcl8hk96lxif2lhmyws"))))
bcf851bc
AT
5069 (build-system gnu-build-system)
5070 (arguments
5071 `(#:tests? #f ; no "check" target
5072 #:make-flags
5073 (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
5074 #:phases
5075 (modify-phases %standard-phases
5076 (add-before 'build 'set-CC-variable
5077 (lambda _
5078 (setenv "CC" "gcc") #t))
5079 (delete 'configure))))
5080 (inputs
5081 `(("cairo" ,cairo)
5082 ("dssi" ,dssi)
5083 ("glu" ,glu)
5084 ("mesa" ,mesa)
5085 ("pango" ,pango)))
5086 (native-inputs
5087 `(("pkg-config" ,pkg-config)
5088 ("lv2" ,lv2)))
5089 (home-page "https://x42-plugins.com/x42/x42-avldrums")
5090 (synopsis "Drum sample player LV2 plugin dedicated to the AVLinux Drumkits")
5091 (description "AVLdrums is a drum sample player LV2 plugin dedicated to Glen
5092MacArthur's AVLdrums. This plugin provides a convenient way to sequence and mix
5093MIDI drums and comes as two separate drumkits: Black Pearl and Red Zeppelin.")
5094 (license license:gpl2+)))
7281c8fd
AT
5095
5096(define-public helm
5097 (package
5098 (name "helm")
5099 (version "0.9.0")
5100 (source
5101 (origin
5102 (method git-fetch)
5103 (uri
5104 (git-reference
5105 (url "https://github.com/mtytel/helm.git")
5106 (commit (string-append "v" version))))
5107 (file-name (git-file-name name version))
5108 (sha256
5109 (base32
5110 "17ys2vvhncx9i3ydg3xwgz1d3gqv4yr5mqi7vr0i0ca6nad6x3d4"))))
5111 (build-system gnu-build-system)
5112 (arguments
5113 `(#:tests? #f ; no "check" target
5114 #:make-flags
5115 (list (string-append "DESTDIR=" (assoc-ref %outputs "out"))
5116 "lv2" "standalone")
5117 #:phases
5118 (modify-phases %standard-phases
5119 (add-after 'unpack 'include-pnglib-code-and-remove-usr-from-paths
5120 (lambda _
5121 (substitute* "standalone/builds/linux/Makefile"
5122 (("JUCE_INCLUDE_PNGLIB_CODE=0")
5123 "JUCE_INCLUDE_PNGLIB_CODE=1"))
5124 (substitute* "builds/linux/LV2/Makefile"
5125 (("JUCE_INCLUDE_PNGLIB_CODE=0")
5126 "JUCE_INCLUDE_PNGLIB_CODE=1"))
5127 (substitute* "Makefile"
5128 (("/usr") ""))
5129 #t))
5130 (add-before 'reset-gzip-timestamps 'make-gz-files-writable
5131 (lambda* (#:key outputs #:allow-other-keys)
5132 (for-each make-file-writable
5133 (find-files (string-append (assoc-ref outputs "out"))
5134 ".*\\.gz$"))
5135 #t))
5136 (delete 'configure))))
5137 (inputs
5138 `(("alsa-lib" ,alsa-lib)
5139 ("curl" ,curl)
5140 ("freetype2" ,freetype)
5141 ("hicolor-icon-theme" ,hicolor-icon-theme)
5142 ("libxcursor" ,libxcursor)
5143 ("libxinerama", libxinerama)
5144 ("jack", jack-1)
5145 ("mesa" ,mesa)))
5146 (native-inputs
5147 `(("pkg-config" ,pkg-config)
5148 ("lv2", lv2)))
5149 (home-page "https://tytel.org/helm/")
5150 (synopsis "Polyphonic synth with lots of modulation")
5151 (description "Helm is a cross-platform polyphonic synthesizer available standalone
5152and as an LV2 plugin.")
5153 (license license:gpl3+)))
93f4511e
AT
5154
5155(define-public zrythm
5156 (package
5157 (name "zrythm")
6616b22b 5158 (version "0.7.573")
93f4511e
AT
5159 (source
5160 (origin
5161 (method url-fetch)
5162 (uri (string-append "https://www.zrythm.org/releases/zrythm-"
5163 version ".tar.xz"))
5164 (sha256
5165 (base32
6616b22b 5166 "075gq478xbzz5ql4fsrgfzhgxi7z26k6034lhlkmm0klfcb8j9mg"))))
93f4511e
AT
5167 (build-system meson-build-system)
5168 (arguments
5169 `(#:glib-or-gtk? #t
5170 #:configure-flags
5171 `("-Denable_tests=true" "-Dmanpage=true"
6a428d45
AT
5172 "-Dinstall_dseg_font=false" "-Denable_ffmpeg=true")
5173 #:phases
5174 (modify-phases %standard-phases
5175 (add-after 'unpack 'patch-xdg-open
5176 (lambda _
5177 (substitute* "src/utils/io.c"
5178 (("OPEN_DIR_CMD")
5179 (string-append "\"" (which "xdg-open") "\"")))
5180 #t)))))
93f4511e
AT
5181 (inputs
5182 `(("alsa-lib" ,alsa-lib)
5183 ("jack" ,jack-1)
6616b22b
AT
5184 ("font-dseg" ,font-dseg)
5185 ("ffmpeg" ,ffmpeg)
5186 ("fftw" ,fftw)
5187 ("fftwf" ,fftwf)
5188 ("gettext" ,gettext-minimal)
5189 ("glibc" ,glibc)
5190 ("gtk+" ,gtk+)
5191 ("libcyaml" ,libcyaml)
93f4511e
AT
5192 ("libsamplerate" ,libsamplerate)
5193 ("libsndfile" ,libsndfile)
5194 ("libyaml" ,libyaml)
6616b22b
AT
5195 ("lilv" ,lilv)
5196 ("xdg-utils" ,xdg-utils)
5197 ("rubberband" ,rubberband)))
93f4511e 5198 (native-inputs
6616b22b
AT
5199 `(("pkg-config" ,pkg-config)
5200 ("help2man" ,help2man)
93f4511e 5201 ("libaudec" ,libaudec)
6616b22b 5202 ("lv2" ,lv2)
93f4511e
AT
5203 ("glib" ,glib "bin"))) ;for 'glib-compile-resources'
5204 (synopsis "Digital audio workstation focusing on usability")
5205 (description "Zrythm is a digital audio workstation designed to be
5206featureful and easy to use. It offers unlimited automation options, LV2
5207plugin support, JACK support and chord assistance.")
5208 (home-page "https://www.zrythm.org")
5209 (license license:agpl3+)))
70236bae
AT
5210
5211(define-public dragonfly-reverb
5212 (package
5213 (name "dragonfly-reverb")
5214 (version "2.0.0")
5215 (source
5216 (origin
5217 (method git-fetch)
5218 (uri
5219 (git-reference
5220 (url "https://github.com/michaelwillis/dragonfly-reverb.git")
5221 (commit version)
5222 ;; Bundles a specific commit of the DISTRHO plugin framework.
5223 (recursive? #t)))
5224 (file-name (git-file-name name version))
5225 (sha256
5226 (base32 "1qrbv4kk5v6ynx424h1i54qj0w8v6vpw81b759jawxvzzprpgq72"))))
5227 (build-system gnu-build-system)
5228 (arguments
5229 `(#:tests? #f ; no check target
5230 #:make-flags (list "CC=gcc")
5231 #:phases
5232 (modify-phases %standard-phases
5233 (delete 'configure) ;no configure target
5234 (replace 'install ;no install target
5235 (lambda* (#:key outputs #:allow-other-keys)
5236 (let* ((out (assoc-ref outputs "out"))
5237 (bin (string-append out "/bin"))
5238 (lv2 (string-append out "/lib/lv2")))
5239 ;; Install LV2.
5240 (for-each
5241 (lambda (file)
5242 (copy-recursively file
5243 (string-append lv2 "/" (basename file))))
5244 (find-files "bin" "\\.lv2$" #:directories? #t))
5245 ;; Install executables.
5246 (install-file "bin/DragonflyRoomReverb" bin)
5247 (install-file "bin/DragonflyHallReverb" bin)
5248 #t))))))
5249 (native-inputs
5250 `(("pkg-config" ,pkg-config)))
5251 (inputs
5252 `(("jack" ,jack-1)
5253 ("libx11" ,libx11)
5254 ("mesa" ,mesa)))
5255 (home-page "https://michaelwillis.github.io/dragonfly-reverb/")
5256 (synopsis "Concert hall reverb and room reverb effects")
5257 (description
5258 "Dragonfly Reverb is a bundle of two free audio effects: a concert
5259hall reverb and a room reverb. Both are available as LV2 plugins as well
5260as JACK standalone applications.")
5261 (license license:gpl3+)))
d3e7282e
AT
5262
5263(define-public zlfo
5264 (package
5265 (name "zlfo")
5266 (version "0.1.3")
5267 (source
5268 (origin
5269 (method git-fetch)
5270 (uri (git-reference
5271 (url "https://git.zrythm.org/git/ZLFO")
5272 (commit (string-append "v" version))))
5273 (file-name (git-file-name name version))
5274 (sha256
5275 (base32
5276 "0bm466ci5xyvxvq7l9p6xyh789lvk6i31b4zja1igqh13akbjnjz"))))
5277 (build-system meson-build-system)
5278 (inputs
5279 `(("librsvg" ,librsvg)
5280 ("lv2" ,lv2)
5281 ("ztoolkit-rsvg" ,ztoolkit-rsvg)))
5282 (native-inputs
5283 `(("pkg-config" ,pkg-config)))
5284 (synopsis "Low frequency oscillator plugin")
5285 (description "ZLFO is a fully featured
5286@dfn{low frequency oscillator} (LFO) for @dfn{control voltage} (CV)-based
5287automation that comes as an LV2 plugin bundle with a custom UI.")
5288 (home-page "https://git.zrythm.org/cgit/ZLFO/")
5289 (license license:agpl3+)))
cedd56f2
AT
5290
5291(define-public vl1-emulator
5292 (package
5293 (name "vl1-emulator")
5294 (version "1.1.0.0")
5295 (source
5296 (origin
5297 (method git-fetch)
5298 (uri (git-reference
5299 (url "https://github.com/linuxmao-org/VL1-emulator.git")
5300 (commit (string-append "v" version))
5301 ;; bundles a specific commit of the DISTRHO plugin framework
5302 (recursive? #t)))
5303 (file-name (git-file-name name version))
5304 (sha256
5305 (base32
5306 "1npc86vqma8gk1hawa0lii0r2xmnv846plyl1ci3bdswyrdk5chm"))))
5307 (build-system gnu-build-system)
5308 (arguments
5309 `(#:tests? #f ;no check target
5310 #:make-flags
5311 (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
5312 "CC=gcc")
5313 #:phases
5314 (modify-phases %standard-phases
5315 (delete 'configure)))) ;no configure target
5316 (inputs
5317 `(("cairo" ,cairo)
5318 ("jack" ,jack-1)
5319 ("mesa" ,mesa)))
5320 (native-inputs
5321 `(("pkg-config" ,pkg-config)))
5322 (home-page "https://github.com/linuxmao-org/VL1-emulator")
5323 (synopsis "Emulator of Casio VL-Tone VL1")
bce1e728
AT
5324 (description "The VL1-Emulator is an emulator of Casio VL-Tone VL1,
5325based on source code by PolyValens, offered as an LV2 plugin and a
cedd56f2
AT
5326standalone JACK application.")
5327 ;; Expat or CC0
5328 (license (list license:expat license:cc0))))
bce1e728
AT
5329
5330(define-public regrader
5331 (package
5332 (inherit vl1-emulator)
5333 (name "regrader")
5334 (version "1.0.0")
5335 (source
5336 (origin
5337 (method git-fetch)
5338 (uri (git-reference
5339 (url "https://github.com/linuxmao-org/regrader.git")
5340 (commit (string-append "v" version))
5341 ;; bundles a specific commit of the DISTRHO plugin framework
5342 (recursive? #t)))
5343 (file-name (git-file-name name version))
5344 (sha256
5345 (base32
5346 "0gl4d5lf2afqknz22jz7hh7029sc9v1xrz6nbz9dlv42bwc0cvl0"))))
5347 (home-page "https://github.com/linuxmao-org/regrader")
5348 (synopsis "Delay effect plugin")
5349 (description
5350 "Regrader is a delay effect where the repeats degrade in resolution.
5351This is an unofficial port of the Regrader plugin created by Igorski. It
5352is available as an LV2 plugin and a standalone JACK application.")
5353 (license license:expat)))
65f61dcc
AT
5354
5355(define-public fogpad
5356 (package
5357 (inherit vl1-emulator)
5358 (name "fogpad")
5359 (version "1.0.0")
5360 (source
5361 (origin
5362 (method git-fetch)
5363 (uri (git-reference
5364 (url "https://github.com/linuxmao-org/fogpad")
5365 (commit (string-append "v" version))
5366 ;; bundles a specific commit of the DISTRHO plugin framework
5367 (recursive? #t)))
5368 (file-name (git-file-name name version))
5369 (sha256
5370 (base32
5371 "1j1hbya2dsqpf22zkpi4kwz3dram9g1ndxzmgfwpmf3i4jd3csgb"))))
5372 (home-page "https://github.com/linuxmao-org/fogpad")
5373 (synopsis "Reverb effect plugin")
5374 (description
5375 "Fogpad is a reverb effect in which the reflections can be frozen,
5376filtered, pitch shifted and ultimately disintegrated. This is an unofficial
5377port of the Regrader plugin created by Igorski. It is available as an LV2
5378plugin and a standalone JACK application.")
5379 (license license:expat)))