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