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