2015-03-11 07:27:14 +01:00
|
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
2015-12-28 22:14:03 +01:00
|
|
|
|
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
|
2016-01-17 17:10:31 +01:00
|
|
|
|
;;; Copyright © 2015, 2016 Ricardo Wurmus <rekado@elephly.net>
|
2015-10-19 13:18:09 +02:00
|
|
|
|
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
|
2015-12-12 06:22:33 +01:00
|
|
|
|
;;; Copyright © 2016 Al McElrath <hello@yrns.org>
|
2016-02-16 13:16:16 +01:00
|
|
|
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
2016-03-04 01:55:03 +01:00
|
|
|
|
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
|
2016-05-18 15:58:47 +02:00
|
|
|
|
;;; Copyright © 2016 Kei Kebreau <kei@openmailbox.org>
|
2016-07-02 03:26:55 +02:00
|
|
|
|
;;; Copyright © 2016 John J. Foerch <jjfoerch@earthlink.net>
|
2016-07-29 17:39:47 +02:00
|
|
|
|
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
2015-03-11 07:27:14 +01:00
|
|
|
|
;;;
|
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
|
;;; your option) any later version.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
|
;;;
|
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
(define-module (gnu packages music)
|
|
|
|
|
#:use-module (guix utils)
|
|
|
|
|
#:use-module (guix packages)
|
|
|
|
|
#:use-module (guix download)
|
2015-07-17 08:47:54 +02:00
|
|
|
|
#:use-module (guix git-download)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
|
|
|
|
#:use-module (guix build-system gnu)
|
2016-05-16 10:16:28 +02:00
|
|
|
|
#:use-module (guix build-system ant)
|
2015-06-04 10:01:11 +02:00
|
|
|
|
#:use-module (guix build-system cmake)
|
2015-08-26 23:25:31 +02:00
|
|
|
|
#:use-module (guix build-system python)
|
2015-07-17 08:47:54 +02:00
|
|
|
|
#:use-module (guix build-system waf)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module (gnu packages)
|
2015-08-31 17:34:28 +02:00
|
|
|
|
#:use-module (gnu packages algebra)
|
2016-09-14 11:27:40 +02:00
|
|
|
|
#:use-module (gnu packages apr)
|
2015-03-11 09:02:34 +01:00
|
|
|
|
#:use-module (gnu packages audio)
|
2015-08-06 19:18:54 +02:00
|
|
|
|
#:use-module (gnu packages autotools)
|
2016-02-16 13:16:16 +01:00
|
|
|
|
#:use-module (gnu packages backup)
|
2015-06-04 10:01:11 +02:00
|
|
|
|
#:use-module (gnu packages base) ;libbdf
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module (gnu packages bison)
|
2016-02-16 13:16:16 +01:00
|
|
|
|
#:use-module (gnu packages boost)
|
2015-10-19 13:18:09 +02:00
|
|
|
|
#:use-module (gnu packages cdrom)
|
2015-06-04 10:01:11 +02:00
|
|
|
|
#:use-module (gnu packages code)
|
|
|
|
|
#:use-module (gnu packages check)
|
|
|
|
|
#:use-module (gnu packages compression)
|
2015-12-12 06:22:33 +01:00
|
|
|
|
#:use-module (gnu packages curl)
|
2016-05-07 00:57:42 +02:00
|
|
|
|
#:use-module (gnu packages cyrus-sasl)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module (gnu packages docbook)
|
gnu: Update module imports for asciidoc and doxygen.
This is a followup to commit 0573a923def01e54bf104e0015ade44ab42f694f.
* gnu/packages/algebra.scm, gnu/packages/bioinformatics.scm,
gnu/packages/fcitx.scm, gnu/packages/fish.scm,
gnu/packages/freedesktop.scm, gnu/packages/game-development.scm,
gnu/packages/gcc.scm, gnu/packages/graphics.scm, gnu/packages/image.scm,
gnu/packages/kodi.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/messaging.scm,
gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/rdf.scm,
gnu/packages/serialization.scm, gnu/packages/version-control.scm,
gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm,
gnu/packages/xiph.scm: Change imports of (gnu packages asciidoc) or
(gnu packages doxygen) to (gnu packages documentation).
2016-05-13 02:18:15 +02:00
|
|
|
|
#:use-module (gnu packages documentation)
|
2016-09-14 11:27:40 +02:00
|
|
|
|
#:use-module (gnu packages emacs)
|
2016-05-07 00:57:42 +02:00
|
|
|
|
#:use-module (gnu packages file)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module (gnu packages flex)
|
2015-07-17 08:47:54 +02:00
|
|
|
|
#:use-module (gnu packages fltk)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module (gnu packages fonts)
|
|
|
|
|
#:use-module (gnu packages fontutils)
|
2016-02-14 09:19:59 +01:00
|
|
|
|
#:use-module (gnu packages freedesktop)
|
2015-04-19 18:39:25 +02:00
|
|
|
|
#:use-module (gnu packages gcc)
|
2015-12-12 06:22:33 +01:00
|
|
|
|
#:use-module (gnu packages gnupg)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module (gnu packages gettext)
|
|
|
|
|
#:use-module (gnu packages ghostscript)
|
2015-06-18 17:37:47 +02:00
|
|
|
|
#:use-module (gnu packages gl)
|
2015-07-17 08:47:54 +02:00
|
|
|
|
#:use-module (gnu packages glib)
|
2015-03-11 09:02:34 +01:00
|
|
|
|
#:use-module (gnu packages gnome)
|
2016-04-14 20:26:23 +02:00
|
|
|
|
#:use-module (gnu packages graphics)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module (gnu packages gtk)
|
|
|
|
|
#:use-module (gnu packages guile)
|
2015-03-11 09:02:34 +01:00
|
|
|
|
#:use-module (gnu packages image)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module (gnu packages imagemagick)
|
2015-04-19 18:39:25 +02:00
|
|
|
|
#:use-module (gnu packages java)
|
2015-03-11 09:02:34 +01:00
|
|
|
|
#:use-module (gnu packages linux) ; for alsa-utils
|
2016-09-14 11:27:40 +02:00
|
|
|
|
#:use-module (gnu packages libffi)
|
|
|
|
|
#:use-module (gnu packages llvm)
|
2015-03-11 09:02:34 +01:00
|
|
|
|
#:use-module (gnu packages man)
|
|
|
|
|
#:use-module (gnu packages mp3)
|
2016-02-14 09:19:59 +01:00
|
|
|
|
#:use-module (gnu packages mpd)
|
2015-10-19 13:18:09 +02:00
|
|
|
|
#:use-module (gnu packages ncurses)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module (gnu packages netpbm)
|
2016-09-14 11:27:40 +02:00
|
|
|
|
#:use-module (gnu packages pcre)
|
2015-08-26 23:25:31 +02:00
|
|
|
|
#:use-module (gnu packages pdf)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module (gnu packages perl)
|
|
|
|
|
#:use-module (gnu packages pkg-config)
|
2015-06-29 18:26:43 +02:00
|
|
|
|
#:use-module (gnu packages pulseaudio) ;libsndfile
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module (gnu packages python)
|
2015-06-04 10:01:11 +02:00
|
|
|
|
#:use-module (gnu packages qt)
|
2015-06-29 18:26:43 +02:00
|
|
|
|
#:use-module (gnu packages rdf)
|
2015-12-23 08:45:56 +01:00
|
|
|
|
#:use-module (gnu packages readline)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module (gnu packages rsync)
|
2016-03-30 04:17:21 +02:00
|
|
|
|
#:use-module (gnu packages sdl)
|
2015-08-06 19:18:54 +02:00
|
|
|
|
#:use-module (gnu packages tcl)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:use-module (gnu packages texinfo)
|
2016-05-24 21:18:53 +02:00
|
|
|
|
#:use-module (gnu packages tex)
|
2016-05-07 00:57:42 +02:00
|
|
|
|
#:use-module (gnu packages tls)
|
2015-10-19 13:18:09 +02:00
|
|
|
|
#:use-module (gnu packages video)
|
2015-06-04 10:01:11 +02:00
|
|
|
|
#:use-module (gnu packages web)
|
2016-03-28 16:52:50 +02:00
|
|
|
|
#:use-module (gnu packages wxwidgets)
|
2015-03-11 09:02:34 +01:00
|
|
|
|
#:use-module (gnu packages xml)
|
2015-08-31 17:34:28 +02:00
|
|
|
|
#:use-module (gnu packages xorg)
|
2015-03-11 09:02:34 +01:00
|
|
|
|
#:use-module (gnu packages xiph)
|
2015-08-06 19:18:54 +02:00
|
|
|
|
#:use-module (gnu packages zip)
|
|
|
|
|
#:use-module ((srfi srfi-1) #:select (last)))
|
2015-03-11 07:27:14 +01:00
|
|
|
|
|
2016-03-28 16:52:50 +02:00
|
|
|
|
(define-public aria-maestosa
|
|
|
|
|
(package
|
|
|
|
|
(name "aria-maestosa")
|
|
|
|
|
(version "1.4.11")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "mirror://sourceforge/ariamaestosa/ariamaestosa/"
|
|
|
|
|
version "/AriaSrc-" version ".tar.bz2"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0gf9z96z83jiabxhpl856j15vl9flfgs6x1r0r6hc7g2xvwag0vy"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ;no tests
|
|
|
|
|
#:phases
|
|
|
|
|
;; TODO: Add scons-build-system and use it here.
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(add-after 'unpack 'scons-propagate-environment
|
|
|
|
|
(lambda _
|
|
|
|
|
;; By design, SCons does not, by default, propagate
|
|
|
|
|
;; environment variables to subprocesses. See:
|
|
|
|
|
;; <http://comments.gmane.org/gmane.linux.distributions.nixos/4969>
|
|
|
|
|
;; Here, we modify the SConstruct file to arrange for
|
|
|
|
|
;; environment variables to be propagated.
|
|
|
|
|
(substitute* "SConstruct"
|
|
|
|
|
(("env = Environment\\(\\)")
|
|
|
|
|
"env = Environment(ENV=os.environ)")
|
|
|
|
|
;; Scons errors out when copying subdirectories from Resources,
|
|
|
|
|
;; so we move them instead.
|
|
|
|
|
(("Copy") "Move")
|
|
|
|
|
;; We move the "score" and "Documentation" directories at once,
|
|
|
|
|
;; so we have to ignore files contained therein.
|
|
|
|
|
(("if \".svn\" in file" line)
|
|
|
|
|
(string-append line
|
|
|
|
|
" or \"score/\" in file"
|
|
|
|
|
" or \"Documentation/\" in file")))
|
|
|
|
|
#t))
|
|
|
|
|
(replace 'build (lambda _ (zero? (system* "scons"))))
|
|
|
|
|
(replace 'install
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(and
|
|
|
|
|
(zero? (system* "scons"
|
|
|
|
|
(string-append "prefix=" out)
|
|
|
|
|
"install"))
|
|
|
|
|
;; Fix directory permissions
|
|
|
|
|
(begin
|
|
|
|
|
(chmod (string-append out "/share/Aria/Documentation") #o555)
|
|
|
|
|
(chmod (string-append out "/share/Aria/score") #o555)
|
|
|
|
|
#t))))))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("wxwidgets" ,wxwidgets)
|
|
|
|
|
("glib" ,glib)
|
|
|
|
|
("alsa-lib" ,alsa-lib)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("scons" ,scons)
|
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
|
(home-page "http://ariamaestosa.sourceforge.net/")
|
|
|
|
|
(synopsis "MIDI sequencer and editor")
|
|
|
|
|
(description
|
|
|
|
|
"Aria Maestosa is a MIDI sequencer and editor. It lets you compose, edit
|
|
|
|
|
and play MIDI files with a few clicks in a user-friendly interface offering
|
|
|
|
|
score, keyboard, guitar, drum and controller views.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2015-10-19 13:18:09 +02:00
|
|
|
|
(define-public cmus
|
|
|
|
|
(package
|
|
|
|
|
(name "cmus")
|
|
|
|
|
(version "2.7.1")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://github.com/" name "/" name "/archive/v"
|
|
|
|
|
version ".tar.gz"))
|
2015-10-22 11:21:51 +02:00
|
|
|
|
(file-name (string-append name "-" version ".tar.gz"))
|
2015-10-19 13:18:09 +02:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0raixgjavkm7hxppzsc5zqbfbh2bhjcmbiplhnsxsmyj8flafyc1"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; cmus does not include tests
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(replace
|
|
|
|
|
'configure
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
|
|
|
|
|
;; It's an idiosyncratic configure script that doesn't
|
|
|
|
|
;; understand --prefix=..; it wants prefix=.. instead.
|
|
|
|
|
(zero?
|
|
|
|
|
(system* "./configure"
|
|
|
|
|
(string-append "prefix=" out)))))))))
|
|
|
|
|
;; TODO: cmus optionally supports the following formats, which haven't yet
|
|
|
|
|
;; been added to Guix:
|
|
|
|
|
;;
|
|
|
|
|
;; - Roar, libroar
|
|
|
|
|
;;
|
|
|
|
|
;; - DISCID_LIBS, apparently different from cd-discid which is included in
|
|
|
|
|
;; Guix. See <http://sourceforge.net/projects/discid/>
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("alsa-lib" ,alsa-lib)
|
|
|
|
|
("ao" ,ao)
|
|
|
|
|
("ffmpeg" ,ffmpeg)
|
|
|
|
|
("flac" ,flac)
|
|
|
|
|
("jack" ,jack-1)
|
|
|
|
|
("libcddb" ,libcddb)
|
|
|
|
|
("libcdio-paranoia" ,libcdio-paranoia)
|
|
|
|
|
("libcue" ,libcue)
|
|
|
|
|
("libmad" ,libmad)
|
|
|
|
|
("libmodplug" ,libmodplug)
|
|
|
|
|
("libmpcdec" ,libmpcdec)
|
|
|
|
|
("libsamplerate" ,libsamplerate)
|
|
|
|
|
("libvorbis" ,libvorbis)
|
|
|
|
|
("ncurses" ,ncurses)
|
|
|
|
|
("opusfile" ,opusfile)
|
|
|
|
|
("pulseaudio" ,pulseaudio)
|
|
|
|
|
("wavpack" ,wavpack)))
|
|
|
|
|
(home-page "https://cmus.github.io/")
|
|
|
|
|
(synopsis "Small console music player")
|
|
|
|
|
(description "Cmus is a small and fast console music player. It supports
|
|
|
|
|
many input formats and provides a customisable Vi-style user interface.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2015-06-29 18:26:43 +02:00
|
|
|
|
(define-public hydrogen
|
|
|
|
|
(package
|
|
|
|
|
(name "hydrogen")
|
2016-02-16 13:16:16 +01:00
|
|
|
|
(version "0.9.6.1")
|
2015-06-29 18:26:43 +02:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
2016-02-16 13:16:16 +01:00
|
|
|
|
"https://github.com/hydrogen-music/hydrogen/archive/"
|
|
|
|
|
version ".tar.gz"))
|
2015-06-29 18:26:43 +02:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2016-02-16 13:16:16 +01:00
|
|
|
|
"0vxnaqfmcv7hhk0cj67imdcqngspnck7f0wfmvhfgfqa7x1xznll"))))
|
|
|
|
|
(build-system cmake-build-system)
|
2015-06-29 18:26:43 +02:00
|
|
|
|
(arguments
|
2016-02-16 13:16:16 +01:00
|
|
|
|
`(#:test-target "tests"))
|
2015-06-29 18:26:43 +02:00
|
|
|
|
(native-inputs
|
2016-02-16 13:16:16 +01:00
|
|
|
|
`(("cppunit" ,cppunit)
|
2015-06-29 18:26:43 +02:00
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
|
(inputs
|
2016-02-16 13:16:16 +01:00
|
|
|
|
`(("alsa-lib" ,alsa-lib)
|
2015-06-29 18:26:43 +02:00
|
|
|
|
("jack" ,jack-1)
|
2016-02-16 13:16:16 +01:00
|
|
|
|
;; ("ladspa" ,ladspa) ; cannot find during configure
|
2015-06-29 18:26:43 +02:00
|
|
|
|
("lash" ,lash)
|
2016-02-16 13:16:16 +01:00
|
|
|
|
("libarchive" ,libarchive)
|
|
|
|
|
("libsndfile" ,libsndfile)
|
|
|
|
|
("libtar" ,libtar)
|
|
|
|
|
("lrdf" ,lrdf)
|
2015-06-29 18:26:43 +02:00
|
|
|
|
("qt" ,qt-4)
|
2016-02-16 13:16:16 +01:00
|
|
|
|
("zlib" ,zlib)))
|
2015-06-29 18:26:43 +02:00
|
|
|
|
(home-page "http://www.hydrogen-music.org")
|
|
|
|
|
(synopsis "Drum machine")
|
|
|
|
|
(description
|
|
|
|
|
"Hydrogen is an advanced drum machine for GNU/Linux. Its main goal is to
|
|
|
|
|
enable professional yet simple and intuitive pattern-based drum programming.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2016-09-14 11:27:40 +02:00
|
|
|
|
(define-public extempore
|
|
|
|
|
(package
|
|
|
|
|
(name "extempore")
|
|
|
|
|
(version "0.7.0")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://github.com/digego/extempore/archive/"
|
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1wap1mvsicrhlazikf7l8zxg37fir8bmnh9rin28m1rix730vcch"))
|
|
|
|
|
(file-name (string-append name "-" version ".tar.gz"))))
|
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(;; The default target also includes ahead-of-time compilation of the
|
|
|
|
|
;; standard libraries. However, during the "install" phase this would
|
|
|
|
|
;; happen *again* for unknown reasons. Hence we only build the
|
|
|
|
|
;; extempore executable during the build phase.
|
|
|
|
|
#:make-flags '("extempore")
|
|
|
|
|
#:configure-flags '("-DJACK=ON"
|
|
|
|
|
;; We want to distribute.
|
|
|
|
|
"-DIN_TREE=OFF"
|
|
|
|
|
;; Don't download any dependencies.
|
|
|
|
|
"-DBUILD_DEPS=OFF")
|
|
|
|
|
#:modules ((ice-9 match)
|
|
|
|
|
(guix build cmake-build-system)
|
|
|
|
|
(guix build utils))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'patch-directories
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
;; Rewrite default path to runtime directory
|
|
|
|
|
(substitute* "src/Extempore.cpp"
|
|
|
|
|
(("runtimedir \\+= \"runtime\"")
|
|
|
|
|
(string-append "runtimedir = \""
|
|
|
|
|
(assoc-ref outputs "out")
|
|
|
|
|
"/lib/extempore/runtime\"")))
|
|
|
|
|
(substitute* "extras/extempore.el"
|
|
|
|
|
(("\\(runtime-directory \\(concat default-directory \"runtime\"\\)\\)")
|
|
|
|
|
(string-append "(runtime-directory \""
|
|
|
|
|
(assoc-ref outputs "out")
|
|
|
|
|
"/lib/extempore/runtime"
|
|
|
|
|
"\")")))
|
|
|
|
|
#t))
|
|
|
|
|
(add-after 'unpack 'link-with-additional-libs
|
|
|
|
|
(lambda _
|
|
|
|
|
;; The executable must be linked with libffi and zlib.
|
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
|
(("add_dependencies\\(aot_extended extended_deps\\)") "")
|
|
|
|
|
(("target_link_libraries\\(extempore PRIVATE dl" line)
|
|
|
|
|
(string-append line " ffi z")))
|
|
|
|
|
#t))
|
|
|
|
|
;; FIXME: AOT compilation of the nanovg bindings fail with the error:
|
|
|
|
|
;; "Compiler Error could not bind _nvgLinearGradient"
|
|
|
|
|
(add-after 'unpack 'disable-nanovg
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
|
(("aotcompile_lib\\(libs/external/nanovg.xtm.*") ""))
|
|
|
|
|
#t))
|
|
|
|
|
;; FIXME: All examples that are used as tests segfault for some
|
|
|
|
|
;; unknown reason.
|
|
|
|
|
(add-after 'unpack 'disable-broken-tests
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
|
(("extempore_add_example_as_test\\(.*") ""))
|
|
|
|
|
#t))
|
|
|
|
|
(add-after 'unpack 'hardcode-external-lib-paths
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(use-modules (ice-9 match))
|
|
|
|
|
(for-each
|
|
|
|
|
(match-lambda
|
|
|
|
|
((file-name lib pkg-name)
|
|
|
|
|
(substitute* (string-append "libs/external/" file-name ".xtm")
|
|
|
|
|
((lib) (string-append (assoc-ref inputs pkg-name)
|
|
|
|
|
"/lib/" lib)))))
|
|
|
|
|
'(("assimp" "libassimp.so" "assimp")
|
|
|
|
|
("portmidi" "libportmidi.so" "portmidi")
|
|
|
|
|
("sndfile" "libsndfile.so" "libsndfile")
|
|
|
|
|
("fft" "libkiss_fft.so" "kiss-fft")
|
|
|
|
|
("stb_image" "libstb_image.so" "stb-image")
|
|
|
|
|
("nanovg" "libnanovg.so" "nanovg")
|
|
|
|
|
("glext" "libGL.so" "mesa")
|
|
|
|
|
("glfw3" "libglfw.so" "glfw")
|
|
|
|
|
("gl/glcore-directbind" "libGL.so" "mesa")
|
|
|
|
|
("gl/glcompat-directbind" "libGL.so" "mesa")))
|
|
|
|
|
#t))
|
|
|
|
|
(add-after 'unpack 'use-own-llvm
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(setenv "EXT_LLVM_DIR" (assoc-ref inputs "llvm"))
|
|
|
|
|
;; Our LLVM builds shared libraries, so Extempore should use
|
|
|
|
|
;; those.
|
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
|
(("CMAKE_STATIC_LIBRARY") "CMAKE_SHARED_LIBRARY"))
|
|
|
|
|
#t))
|
|
|
|
|
(add-after 'unpack 'fix-aot-compilation
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
|
;; EXT_SHARE_DIR does not exist before installation, so the
|
|
|
|
|
;; working directory should be the source directory instead.
|
|
|
|
|
(("WORKING_DIRECTORY \\$\\{EXT_SHARE_DIR\\}")
|
|
|
|
|
"WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}")
|
|
|
|
|
;; Extempore needs to be told where the runtime is to be found.
|
|
|
|
|
;; While we're at it we disable automatic tuning for a specific
|
|
|
|
|
;; CPU to make binary substitution possible.
|
|
|
|
|
(("COMMAND extempore" prefix)
|
|
|
|
|
(string-append prefix " --sharedir " (getcwd)
|
|
|
|
|
" --mcpu=generic --attr=none")))
|
|
|
|
|
#t)))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("llvm" ,llvm-for-extempore)
|
|
|
|
|
("libffi" ,libffi)
|
|
|
|
|
("jack" ,jack-1)
|
|
|
|
|
("libsndfile" ,libsndfile)
|
|
|
|
|
("glfw" ,glfw)
|
|
|
|
|
("apr" ,apr)
|
|
|
|
|
("stb-image" ,stb-image-for-extempore)
|
|
|
|
|
("kiss-fft" ,kiss-fft-for-extempore)
|
|
|
|
|
("nanovg" ,nanovg-for-extempore)
|
|
|
|
|
("portmidi" ,portmidi-for-extempore)
|
|
|
|
|
("assimp" ,assimp)
|
|
|
|
|
("alsa-lib" ,alsa-lib)
|
|
|
|
|
("portaudio" ,portaudio)
|
|
|
|
|
("mesa" ,mesa)
|
|
|
|
|
("pcre" ,pcre)
|
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("perl" ,perl)
|
|
|
|
|
("emacs" ,emacs-no-x)))
|
2016-09-21 21:47:56 +02:00
|
|
|
|
;; Extempore refuses to build on architectures other than x86_64
|
|
|
|
|
(supported-systems '("x86_64-linux"))
|
2016-09-14 11:27:40 +02:00
|
|
|
|
(home-page "http://benswift.me/extempore-docs/index.html")
|
|
|
|
|
(synopsis "Programming environment for live coding of multimedia")
|
|
|
|
|
(description
|
|
|
|
|
"Extempore is a programming language and runtime environment designed
|
|
|
|
|
with live programming in mind. It supports interactive programming in a REPL
|
|
|
|
|
style, compiling and binding code just-in-time. Although Extempore has its
|
|
|
|
|
roots in 'live coding' of audiovisual media art, it is suitable for any task
|
|
|
|
|
domain where dynamic run-time modifiability and good numerical performance are
|
|
|
|
|
required. Extempore also has strong timing and concurrency semantics, which
|
|
|
|
|
are helpful when working in problem spaces where timing is important (such as
|
|
|
|
|
audio and video).")
|
|
|
|
|
(license license:bsd-2)))
|
|
|
|
|
|
2015-07-19 18:37:15 +02:00
|
|
|
|
(define-public klick
|
|
|
|
|
(package
|
|
|
|
|
(name "klick")
|
|
|
|
|
(version "0.12.2")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "http://das.nasophon.de/download/klick-"
|
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0hmcaywnwzjci3pp4xpvbijnnwvibz7gf9xzcdjbdca910y5728j"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ;no "check" target
|
|
|
|
|
#:phases
|
|
|
|
|
;; TODO: Add scons-build-system and use it here.
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(replace 'build
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(mkdir-p out)
|
|
|
|
|
(zero? (system* "scons" (string-append "PREFIX=" out))))))
|
|
|
|
|
(replace 'install (lambda _ (zero? (system* "scons" "install")))))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("boost" ,boost)
|
|
|
|
|
("jack" ,jack-1)
|
|
|
|
|
("libsndfile" ,libsndfile)
|
|
|
|
|
("libsamplerate" ,libsamplerate)
|
|
|
|
|
("liblo" ,liblo)
|
|
|
|
|
("rubberband" ,rubberband)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("scons" ,scons)
|
|
|
|
|
("python" ,python-2)
|
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
|
(home-page "http://das.nasophon.de/klick/")
|
|
|
|
|
(synopsis "Metronome for JACK")
|
|
|
|
|
(description
|
|
|
|
|
"klick is an advanced command-line based metronome for JACK. It allows
|
|
|
|
|
you to define complex tempo maps for entire songs or performances.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2016-02-25 09:46:01 +01:00
|
|
|
|
(define-public gtklick
|
|
|
|
|
(package
|
|
|
|
|
(name "gtklick")
|
|
|
|
|
(version "0.6.4")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "http://das.nasophon.de/download/gtklick-"
|
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0dq1km6njnzsqdqyf6wzir9g733z0mc9vmxfg2383k3c2a2di6bp"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; no tests
|
|
|
|
|
#:python ,python-2
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before 'build 'add-sitedirs
|
|
|
|
|
;; .pth files are not automatically interpreted unless the
|
|
|
|
|
;; directories containing them are added as "sites". The directories
|
|
|
|
|
;; are then added to those in the PYTHONPATH. This is required for
|
|
|
|
|
;; the operation of pygtk.
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "gtklick/gtklick.py"
|
|
|
|
|
(("import pygtk")
|
|
|
|
|
"import pygtk, site, sys
|
|
|
|
|
for path in [path for path in sys.path if 'site-packages' in path]: site.addsitedir(path)"))))
|
|
|
|
|
(add-after 'unpack 'inject-store-path-to-klick
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(substitute* "gtklick/klick_backend.py"
|
|
|
|
|
(("KLICK_PATH = 'klick'")
|
|
|
|
|
(string-append "KLICK_PATH = '"
|
|
|
|
|
(assoc-ref inputs "klick")
|
|
|
|
|
"/bin/klick'")))
|
|
|
|
|
#t)))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("klick" ,klick)
|
|
|
|
|
("python2-pyliblo" ,python2-pyliblo)
|
|
|
|
|
("python2-pygtk" ,python2-pygtk)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("gettext" ,gnu-gettext)))
|
|
|
|
|
(home-page "http://das.nasophon.de/gtklick/")
|
|
|
|
|
(synopsis "Simple metronome with an easy-to-use graphical interface")
|
|
|
|
|
(description
|
|
|
|
|
"Gtklick is a simple metronome with an easy-to-use graphical user
|
|
|
|
|
interface. It is implemented as a frontend to @code{klick}.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2015-03-11 07:27:14 +01:00
|
|
|
|
(define-public lilypond
|
|
|
|
|
(package
|
|
|
|
|
(name "lilypond")
|
2015-12-24 09:56:21 +01:00
|
|
|
|
(version "2.19.33")
|
2015-03-11 07:27:14 +01:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"http://download.linuxaudio.org/lilypond/sources/v"
|
|
|
|
|
(version-major+minor version) "/"
|
|
|
|
|
name "-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2015-12-24 09:56:21 +01:00
|
|
|
|
"0s4vbbfy4xwq4da4kmlnndalmcyx2jaz7y8praah2146qbnr90xh"))))
|
2015-03-11 07:27:14 +01:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
2015-08-31 10:08:20 +02:00
|
|
|
|
`(#:tests? #f ; out-test/collated-files.html fails
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:out-of-source? #t
|
2015-12-24 09:53:07 +01:00
|
|
|
|
#:make-flags '("conf=www") ;to generate images for info manuals
|
2015-08-31 10:08:20 +02:00
|
|
|
|
#:configure-flags
|
2015-12-24 09:53:07 +01:00
|
|
|
|
(list "CONFIGURATION=www"
|
|
|
|
|
(string-append "--with-texgyre-dir="
|
2015-08-31 10:08:20 +02:00
|
|
|
|
(assoc-ref %build-inputs "font-tex-gyre")
|
|
|
|
|
"/share/fonts/opentype/"))
|
2015-03-11 07:27:14 +01:00
|
|
|
|
#:phases
|
2015-10-11 11:24:20 +02:00
|
|
|
|
(modify-phases %standard-phases
|
2015-12-24 09:53:07 +01:00
|
|
|
|
(add-after 'unpack 'fix-path-references
|
|
|
|
|
(lambda _
|
2015-10-11 11:24:20 +02:00
|
|
|
|
(substitute* "scm/backend-library.scm"
|
|
|
|
|
(("\\(search-executable '\\(\"gs\"\\)\\)")
|
2015-12-24 09:53:07 +01:00
|
|
|
|
(string-append "\"" (which "gs") "\""))
|
|
|
|
|
(("\"/bin/sh\"")
|
|
|
|
|
(string-append "\"" (which "sh") "\"")))
|
2015-10-11 11:24:20 +02:00
|
|
|
|
#t))
|
|
|
|
|
(add-before 'configure 'prepare-configuration
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "configure"
|
2016-03-25 09:58:57 +01:00
|
|
|
|
(("SHELL=/bin/sh") "SHELL=sh")
|
|
|
|
|
;; When checking the fontforge version do not consider the
|
|
|
|
|
;; version string that's part of the directory.
|
|
|
|
|
(("head -n") "tail -n"))
|
2015-12-24 09:53:07 +01:00
|
|
|
|
(setenv "out" "www")
|
|
|
|
|
(setenv "conf" "www")
|
|
|
|
|
#t))
|
|
|
|
|
(add-after 'install 'install-info
|
|
|
|
|
(lambda _
|
|
|
|
|
(zero? (system* "make"
|
|
|
|
|
"-j" (number->string (parallel-job-count))
|
|
|
|
|
"conf=www" "install-info")))))))
|
2015-03-11 07:27:14 +01:00
|
|
|
|
(inputs
|
|
|
|
|
`(("guile" ,guile-1.8)
|
|
|
|
|
("font-dejavu" ,font-dejavu)
|
2015-08-31 10:08:20 +02:00
|
|
|
|
("font-tex-gyre" ,font-tex-gyre)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
("fontconfig" ,fontconfig)
|
|
|
|
|
("freetype" ,freetype)
|
2016-07-25 11:37:43 +02:00
|
|
|
|
("ghostscript" ,ghostscript-gs)
|
2015-03-11 07:27:14 +01:00
|
|
|
|
("pango" ,pango)
|
|
|
|
|
("python" ,python-2)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("bison" ,bison)
|
|
|
|
|
("perl" ,perl)
|
|
|
|
|
("flex" ,flex)
|
|
|
|
|
("fontforge" ,fontforge)
|
|
|
|
|
("dblatex" ,dblatex)
|
|
|
|
|
("gettext" ,gnu-gettext)
|
|
|
|
|
("imagemagick" ,imagemagick)
|
|
|
|
|
("netpbm" ,netpbm) ;for pngtopnm
|
|
|
|
|
("texlive" ,texlive) ;metafont and metapost
|
|
|
|
|
("texinfo" ,texinfo)
|
|
|
|
|
("texi2html" ,texi2html)
|
|
|
|
|
("rsync" ,rsync)
|
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
|
("zip" ,zip)))
|
|
|
|
|
(home-page "http://www.lilypond.org/")
|
|
|
|
|
(synopsis "Music typesetting")
|
|
|
|
|
(description
|
|
|
|
|
"GNU LilyPond is a music typesetter, which produces high-quality sheet
|
|
|
|
|
music. Music is input in a text file containing control sequences which are
|
|
|
|
|
interpreted by LilyPond to produce the final document. It is extendable with
|
|
|
|
|
Guile.")
|
2016-01-19 22:14:15 +01:00
|
|
|
|
(license license:gpl3+)
|
|
|
|
|
|
|
|
|
|
;; On armhf and mips64el, building the documentation sometimes leads to
|
|
|
|
|
;; more than an hour of silence, so double the max silent time.
|
|
|
|
|
(properties `((max-silent-time . 7200)))))
|
2015-03-11 09:02:34 +01:00
|
|
|
|
|
2015-07-17 08:47:54 +02:00
|
|
|
|
(define-public non-sequencer
|
|
|
|
|
;; The latest tagged release is three years old and uses a custom build
|
|
|
|
|
;; system, so we take the last commit affecting the "sequencer" directory.
|
2016-06-02 13:29:52 +02:00
|
|
|
|
(let ((commit "1d9bd576f6bf7ea240af5f7a60260592750af0dd"))
|
2015-07-17 08:47:54 +02:00
|
|
|
|
(package
|
|
|
|
|
(name "non-sequencer")
|
2016-06-02 13:29:52 +02:00
|
|
|
|
(version (string-append "1.9.5-" (string-take commit 7)))
|
2015-07-17 08:47:54 +02:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "git://git.tuxfamily.org/gitroot/non/non.git")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0pkkw8q6d55j38xm7r4rwpdv1wy00a44h8c4wrn7vbgpq9nij46y"))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))))
|
|
|
|
|
(build-system waf-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ;no "check" target
|
2015-10-17 10:10:07 +02:00
|
|
|
|
#:configure-flags
|
|
|
|
|
(list "--project=sequencer"
|
|
|
|
|
;; Disable the use of SSE unless on x86_64.
|
|
|
|
|
,@(if (not (string-prefix? "x86_64" (or (%current-target-system)
|
|
|
|
|
(%current-system))))
|
|
|
|
|
'("--disable-sse")
|
|
|
|
|
'()))
|
2015-10-27 13:01:35 +01:00
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before
|
|
|
|
|
'configure 'set-flags
|
|
|
|
|
(lambda _
|
|
|
|
|
;; Compile with C++11, required by libsigc++.
|
|
|
|
|
(setenv "CXXFLAGS" "-std=c++11")
|
|
|
|
|
#t)))
|
2015-07-17 08:47:54 +02:00
|
|
|
|
#:python ,python-2))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("jack" ,jack-1)
|
|
|
|
|
("libsigc++" ,libsigc++)
|
|
|
|
|
("liblo" ,liblo)
|
|
|
|
|
("ntk" ,ntk)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
|
(home-page "http://non.tuxfamily.org/wiki/Non%20Sequencer")
|
|
|
|
|
(synopsis "Pattern-based MIDI sequencer")
|
|
|
|
|
(description
|
|
|
|
|
"The Non Sequencer is a powerful, lightweight, real-time,
|
|
|
|
|
pattern-based MIDI sequencer. It utilizes the JACK Audio Connection Kit for
|
|
|
|
|
MIDI I/O and the NTK GUI toolkit for its user interface. Everything in Non
|
|
|
|
|
Sequencer happens on-line, in real-time. Music can be composed live, while the
|
|
|
|
|
transport is rolling.")
|
|
|
|
|
(license license:gpl2+))))
|
|
|
|
|
|
2015-03-11 09:02:34 +01:00
|
|
|
|
(define-public solfege
|
|
|
|
|
(package
|
|
|
|
|
(name "solfege")
|
|
|
|
|
(version "3.22.2")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"mirror://gnu/solfege/solfege-"
|
|
|
|
|
version ".tar.xz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1w25rxdbj907nsx285k9nm480pvy12w3yknfh4n1dfv17cwy072i"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; xmllint attempts to download DTD
|
|
|
|
|
#:test-target "test"
|
|
|
|
|
#:phases
|
|
|
|
|
(alist-cons-after
|
|
|
|
|
'unpack 'fix-configuration
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(substitute* "default.config"
|
|
|
|
|
(("csound=csound")
|
|
|
|
|
(string-append "csound="
|
|
|
|
|
(assoc-ref inputs "csound")
|
|
|
|
|
"/bin/csound"))
|
|
|
|
|
(("/usr/bin/aplay")
|
|
|
|
|
(string-append (assoc-ref inputs "aplay")
|
|
|
|
|
"/bin/aplay"))
|
|
|
|
|
(("/usr/bin/timidity")
|
|
|
|
|
(string-append (assoc-ref inputs "timidity")
|
|
|
|
|
"/bin/timidity"))
|
|
|
|
|
(("/usr/bin/mpg123")
|
|
|
|
|
(string-append (assoc-ref inputs "mpg123")
|
|
|
|
|
"/bin/mpg123"))
|
|
|
|
|
(("/usr/bin/ogg123")
|
|
|
|
|
(string-append (assoc-ref inputs "ogg123")
|
|
|
|
|
"/bin/ogg123"))))
|
|
|
|
|
(alist-cons-before
|
|
|
|
|
'build 'patch-python-shebangs
|
|
|
|
|
(lambda _
|
|
|
|
|
;; Two python scripts begin with a Unicode BOM, so patch-shebang
|
|
|
|
|
;; has no effect.
|
|
|
|
|
(substitute* '("solfege/parsetree.py"
|
|
|
|
|
"solfege/presetup.py")
|
|
|
|
|
(("#!/usr/bin/python") (string-append "#!" (which "python")))))
|
|
|
|
|
(alist-cons-before
|
|
|
|
|
'build 'add-sitedirs
|
|
|
|
|
;; .pth files are not automatically interpreted unless the
|
|
|
|
|
;; directories containing them are added as "sites". The directories
|
|
|
|
|
;; are then added to those in the PYTHONPATH. This is required for
|
|
|
|
|
;; the operation of pygtk and pygobject.
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "run-solfege.py"
|
|
|
|
|
(("import os")
|
|
|
|
|
"import os, site
|
|
|
|
|
for path in [path for path in sys.path if 'site-packages' in path]: site.addsitedir(path)")))
|
|
|
|
|
(alist-cons-before
|
|
|
|
|
'build 'adjust-config-file-prefix
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(substitute* "run-solfege.py"
|
|
|
|
|
(("prefix = os.path.*$")
|
|
|
|
|
(string-append "prefix = " (assoc-ref outputs "out")))))
|
|
|
|
|
(alist-cons-after
|
|
|
|
|
'install 'wrap-program
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
2016-04-28 06:13:26 +02:00
|
|
|
|
;; Make sure 'solfege' runs with the correct PYTHONPATH.
|
2015-03-11 09:02:34 +01:00
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
2016-04-28 06:13:26 +02:00
|
|
|
|
(path (getenv "PYTHONPATH")))
|
2015-03-11 09:02:34 +01:00
|
|
|
|
(wrap-program (string-append out "/bin/solfege")
|
2016-04-28 06:13:26 +02:00
|
|
|
|
`("PYTHONPATH" ":" prefix (,path)))))
|
2015-03-11 09:02:34 +01:00
|
|
|
|
%standard-phases)))))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("python" ,python-2)
|
|
|
|
|
("pygtk" ,python2-pygtk)
|
|
|
|
|
("gettext" ,gnu-gettext)
|
|
|
|
|
("gtk" ,gtk+)
|
2016-01-17 22:56:48 +01:00
|
|
|
|
("lilypond" ,lilypond)
|
2015-03-11 09:02:34 +01:00
|
|
|
|
;; players needed at runtime
|
|
|
|
|
("aplay" ,alsa-utils)
|
|
|
|
|
("csound" ,csound) ; optional, needed for some exercises
|
|
|
|
|
("mpg123" ,mpg123)
|
|
|
|
|
("ogg123" ,vorbis-tools)
|
|
|
|
|
("timidity" ,timidity++)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
|
("txt2man" ,txt2man)
|
|
|
|
|
("libxml2" ,libxml2) ; for tests
|
|
|
|
|
("ghostscript" ,ghostscript)
|
|
|
|
|
("texinfo" ,texinfo)))
|
|
|
|
|
(home-page "https://www.gnu.org/software/solfege/")
|
|
|
|
|
(synopsis "Ear training")
|
|
|
|
|
(description
|
|
|
|
|
"GNU Solfege is a program for practicing musical ear-training. With it,
|
|
|
|
|
you can practice your recognition of various musical intervals and chords. It
|
|
|
|
|
features a statistics overview so you can monitor your progress across several
|
|
|
|
|
sessions. Solfege is also designed to be extensible so you can easily write
|
|
|
|
|
your own lessons.")
|
|
|
|
|
(license license:gpl3+)))
|
2015-04-19 18:39:25 +02:00
|
|
|
|
|
2015-06-04 10:01:11 +02:00
|
|
|
|
(define-public powertabeditor
|
|
|
|
|
(package
|
|
|
|
|
(name "powertabeditor")
|
2015-07-04 11:12:17 +02:00
|
|
|
|
(version "2.0.0-alpha8")
|
2015-06-04 10:01:11 +02:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://github.com/powertab/powertabeditor/archive/"
|
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(file-name (string-append name "-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2015-07-04 11:12:17 +02:00
|
|
|
|
"0gaa2x209v3azql8ak3r1n9a9qbxjx2ssirvwdxwklv2lmfqkm82"))
|
2015-06-04 10:01:11 +02:00
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
|
(snippet
|
|
|
|
|
'(begin
|
|
|
|
|
;; Remove bundled sources for external libraries
|
|
|
|
|
(delete-file-recursively "external")
|
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
|
(("include_directories\\(\\$\\{PROJECT_SOURCE_DIR\\}/external/.*") "")
|
|
|
|
|
(("add_subdirectory\\(external\\)") ""))
|
|
|
|
|
(substitute* "test/CMakeLists.txt"
|
|
|
|
|
(("include_directories\\(\\$\\{PROJECT_SOURCE_DIR\\}/external/.*") ""))
|
|
|
|
|
|
|
|
|
|
;; Add install target
|
|
|
|
|
(substitute* "source/CMakeLists.txt"
|
|
|
|
|
(("qt5_use_modules")
|
|
|
|
|
(string-append
|
|
|
|
|
"install(TARGETS powertabeditor "
|
|
|
|
|
"RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)\n"
|
|
|
|
|
"install(FILES data/tunings.json DESTINATION "
|
|
|
|
|
"${CMAKE_INSTALL_PREFIX}/share/powertabeditor/)\n"
|
|
|
|
|
"qt5_use_modules")))
|
|
|
|
|
#t))))
|
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
2015-07-04 11:11:19 +02:00
|
|
|
|
`(#:modules ((guix build cmake-build-system)
|
2015-06-04 10:01:11 +02:00
|
|
|
|
(guix build utils)
|
|
|
|
|
(ice-9 match))
|
|
|
|
|
#:configure-flags
|
|
|
|
|
;; CMake appears to lose the RUNPATH for some reason, so it has to be
|
|
|
|
|
;; explicitly set with CMAKE_INSTALL_RPATH.
|
2015-07-04 11:11:19 +02:00
|
|
|
|
(list "-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE"
|
|
|
|
|
"-DCMAKE_ENABLE_PRECOMPILED_HEADERS=OFF" ; if ON pte_tests cannot be built
|
|
|
|
|
(string-append "-DCMAKE_INSTALL_RPATH="
|
2015-06-04 10:01:11 +02:00
|
|
|
|
(string-join (map (match-lambda
|
|
|
|
|
((name . directory)
|
|
|
|
|
(string-append directory "/lib")))
|
|
|
|
|
%build-inputs) ";")))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
2015-07-04 11:11:19 +02:00
|
|
|
|
(replace
|
|
|
|
|
'check
|
|
|
|
|
(lambda _
|
|
|
|
|
(zero? (system* "bin/pte_tests"
|
|
|
|
|
;; Exclude this failing test
|
|
|
|
|
"~Formats/PowerTabOldImport/Directions"))))
|
|
|
|
|
(add-before
|
|
|
|
|
'configure 'fix-tests
|
|
|
|
|
(lambda _
|
|
|
|
|
;; Tests cannot be built with precompiled headers
|
|
|
|
|
(substitute* "test/CMakeLists.txt"
|
|
|
|
|
(("cotire\\(pte_tests\\)") ""))
|
|
|
|
|
#t))
|
2015-06-04 10:01:11 +02:00
|
|
|
|
(add-before
|
|
|
|
|
'configure 'remove-third-party-libs
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
;; Link with required static libraries, because we're not
|
|
|
|
|
;; using the bundled version of withershins.
|
|
|
|
|
(substitute* '("source/CMakeLists.txt"
|
|
|
|
|
"test/CMakeLists.txt")
|
2015-07-04 11:11:19 +02:00
|
|
|
|
(("target_link_libraries\\((powertabeditor|pte_tests)" _ target)
|
2015-06-04 10:01:11 +02:00
|
|
|
|
(string-append "target_link_libraries(" target " "
|
|
|
|
|
(assoc-ref inputs "binutils")
|
|
|
|
|
"/lib/libbfd.a "
|
2015-07-01 21:50:08 +02:00
|
|
|
|
(assoc-ref inputs "libiberty")
|
2015-06-04 10:01:11 +02:00
|
|
|
|
"/lib/libiberty.a "
|
|
|
|
|
"dl")))
|
|
|
|
|
#t)))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("boost" ,boost)
|
|
|
|
|
("alsa-lib" ,alsa-lib)
|
2016-06-16 10:20:23 +02:00
|
|
|
|
("qtbase" ,qtbase)
|
2015-06-04 10:01:11 +02:00
|
|
|
|
("withershins" ,withershins)
|
2015-07-01 21:50:08 +02:00
|
|
|
|
("libiberty" ,libiberty) ;for withershins
|
2015-06-04 10:01:11 +02:00
|
|
|
|
("binutils" ,binutils) ;for -lbfd and -liberty (for withershins)
|
|
|
|
|
("timidity" ,timidity++)
|
|
|
|
|
("pugixml" ,pugixml)
|
|
|
|
|
("rtmidi" ,rtmidi)
|
|
|
|
|
("rapidjson" ,rapidjson)
|
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("catch" ,catch-framework)
|
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
|
(home-page "http://powertabs.net")
|
|
|
|
|
(synopsis "Guitar tablature editor")
|
|
|
|
|
(description
|
|
|
|
|
"Power Tab Editor 2.0 is the successor to the famous original Power Tab
|
|
|
|
|
Editor. It is compatible with Power Tab Editor 1.7 and Guitar Pro.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2016-04-27 22:49:22 +02:00
|
|
|
|
(define-public synthv1
|
|
|
|
|
(package
|
|
|
|
|
(name "synthv1")
|
2016-06-18 21:26:58 +02:00
|
|
|
|
(version "0.7.5")
|
2016-04-27 22:49:22 +02:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri
|
2016-07-21 08:35:30 +02:00
|
|
|
|
(string-append "mirror://sourceforge/synthv1/synthv1/" version
|
|
|
|
|
"/synthv1-" version ".tar.gz"))
|
2016-04-27 22:49:22 +02:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2016-06-18 21:26:58 +02:00
|
|
|
|
"0h5zja78phf9705i9g54zh61iczb24iv7rxhljyms30sjgajig1y"))))
|
2016-04-27 22:49:22 +02:00
|
|
|
|
(build-system gnu-build-system)
|
2016-08-20 21:36:10 +02:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; There are no tests.
|
|
|
|
|
#:configure-flags
|
|
|
|
|
'("CXXFLAGS=-std=gnu++11")))
|
2016-04-27 22:49:22 +02:00
|
|
|
|
(inputs
|
|
|
|
|
`(("jack" ,jack-1)
|
|
|
|
|
("lv2" ,lv2)
|
|
|
|
|
("alsa-lib" ,alsa-lib)
|
|
|
|
|
("liblo" ,liblo)
|
2016-06-16 10:31:54 +02:00
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
|
("qttools" ,qttools)))
|
2016-04-27 22:49:22 +02:00
|
|
|
|
(home-page "http://synthv1.sourceforge.net")
|
|
|
|
|
(synopsis "Polyphonic subtractive synthesizer")
|
|
|
|
|
(description
|
|
|
|
|
"Synthv1 is an old-school subtractive polyphonic synthesizer with four
|
|
|
|
|
oscillators and stereo effects.")
|
|
|
|
|
(license license:gpl2+)))
|
2016-06-18 22:12:34 +02:00
|
|
|
|
|
|
|
|
|
(define-public amsynth
|
|
|
|
|
(package
|
|
|
|
|
(name "amsynth")
|
|
|
|
|
(version "1.6.4")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://github.com/amsynth/amsynth/releases/"
|
|
|
|
|
"download/release-" version
|
|
|
|
|
"/amsynth-" version ".tar.bz2"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"07dp9dl38g9krjqxxh89l2z42z08yzrl57cx95b1l67xnxwjp5k3"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before 'configure 'set-flags
|
|
|
|
|
(lambda _
|
|
|
|
|
;; Compile with C++11, required by gtkmm.
|
|
|
|
|
(setenv "CXXFLAGS" "-std=c++11")
|
|
|
|
|
#t)))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("alsa-lib" ,alsa-lib)
|
|
|
|
|
("jack" ,jack-1)
|
|
|
|
|
("lv2" ,lv2)
|
|
|
|
|
("libsndfile" ,libsndfile)
|
|
|
|
|
("gtk+" ,gtk+-2)
|
|
|
|
|
("gtkmm" ,gtkmm-2)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
|
(home-page "http://amsynth.github.io")
|
|
|
|
|
(synopsis "Analog modeling synthesizer")
|
|
|
|
|
(description
|
|
|
|
|
"amsynth is an easy-to-use software synthesizer with a classic
|
|
|
|
|
subtractive synthesizer topology. Its features include: dual
|
|
|
|
|
oscillators (sine, saw, square, noise) with hard sync; 12 and 24 dB/oct
|
|
|
|
|
resonant filters (low-pass, high-pass, band-pass, notch); mono, poly, legato
|
|
|
|
|
keyboard modes; dual ADSR envelope generators for filter and amplitude; LFO
|
|
|
|
|
which can modulate the oscillators, filter, and amplitude; distortion and
|
|
|
|
|
reverb effects.")
|
|
|
|
|
(license license:gpl2+)))
|
2016-04-27 22:49:22 +02:00
|
|
|
|
|
2015-06-18 17:37:47 +02:00
|
|
|
|
(define-public setbfree
|
|
|
|
|
(package
|
|
|
|
|
(name "setbfree")
|
2016-04-27 22:11:54 +02:00
|
|
|
|
(version "0.8.1")
|
2015-06-18 17:37:47 +02:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri
|
2016-04-27 22:11:54 +02:00
|
|
|
|
(string-append "https://github.com/pantherb/setBfree/archive/v"
|
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(file-name (string-append name "-" version ".tar.gz"))
|
2015-06-18 17:37:47 +02:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2016-04-27 22:11:54 +02:00
|
|
|
|
"0hj0rqk5yd4fzs7bwy6a6nhqgrmcggkjcr4il76rxy92r7nwabf3"))))
|
2015-06-18 17:37:47 +02:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; no "check" target
|
|
|
|
|
#:make-flags
|
|
|
|
|
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
|
|
|
|
(string-append "FONTFILE="
|
|
|
|
|
(assoc-ref %build-inputs "font-bitstream-vera")
|
2015-07-05 20:40:56 +02:00
|
|
|
|
"/share/fonts/truetype/VeraBd.ttf")
|
|
|
|
|
;; Disable unsupported optimization flags on non-x86
|
|
|
|
|
,@(let ((system (or (%current-target-system)
|
|
|
|
|
(%current-system))))
|
|
|
|
|
(if (or (string-prefix? "x86_64" system)
|
|
|
|
|
(string-prefix? "i686" system))
|
|
|
|
|
'()
|
|
|
|
|
'("OPTIMIZATIONS=-ffast-math -fomit-frame-pointer -O3"))))
|
2015-06-18 17:37:47 +02:00
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before 'build 'set-CC-variable
|
|
|
|
|
(lambda _ (setenv "CC" "gcc") #t))
|
|
|
|
|
(delete 'configure))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("jack" ,jack-1)
|
|
|
|
|
("lv2" ,lv2)
|
|
|
|
|
("zita-convolver" ,zita-convolver)
|
|
|
|
|
("glu" ,glu)
|
|
|
|
|
("ftgl" ,ftgl)
|
|
|
|
|
("font-bitstream-vera" ,font-bitstream-vera)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("help2man" ,help2man)
|
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
|
(home-page "http://setbfree.org")
|
|
|
|
|
(synopsis "Tonewheel organ")
|
|
|
|
|
(description
|
|
|
|
|
"setBfree is a MIDI-controlled, software synthesizer designed to imitate
|
|
|
|
|
the sound and properties of the electromechanical organs and sound
|
|
|
|
|
modification devices that brought world-wide fame to the names and products of
|
|
|
|
|
Laurens Hammond and Don Leslie.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2016-04-14 20:26:23 +02:00
|
|
|
|
(define-public beast
|
|
|
|
|
(package
|
|
|
|
|
(name "beast")
|
|
|
|
|
(version "0.10.0")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://testbit.eu/pub/dists/beast/beast-"
|
|
|
|
|
version ".tar.xz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1jzzmfwssklzw8fvvil04n8csc0zm99fnd9p2xa7c0xchg37lvhn"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
|
|
|
|
`(("rapicorn" ,rapicorn)
|
|
|
|
|
("guile" ,guile-1.8)
|
|
|
|
|
("python" ,python-2)
|
|
|
|
|
("cython" ,python2-cython)
|
|
|
|
|
("libgnomecanvas" ,libgnomecanvas)
|
|
|
|
|
("libogg" ,libogg)
|
|
|
|
|
("libmad" ,libmad)
|
|
|
|
|
("flac" ,flac)
|
|
|
|
|
("alsa-lib" ,alsa-lib)
|
|
|
|
|
("libvorbis" ,libvorbis)
|
|
|
|
|
("gettext" ,gnu-gettext)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
|
("glib:bin" ,glib "bin")
|
|
|
|
|
("perl" ,perl)
|
|
|
|
|
("perl-xml-parser" ,perl-xml-parser)))
|
|
|
|
|
(home-page "https://testbit.eu/wiki/Beast_Home")
|
|
|
|
|
(synopsis "Music composition and modular synthesis environment")
|
|
|
|
|
(description
|
|
|
|
|
"Beast is a music composition and modular synthesis application. It
|
|
|
|
|
supports a wide range of standards in the field, such as MIDI, various audio
|
|
|
|
|
file formats and LADSPA modules. It allows for multitrack editing, real-time
|
|
|
|
|
synthesis, 32bit audio rendering, precise timing down to sample granularity,
|
|
|
|
|
on-demand and partial loading of wave files, on the fly decoding, stereo
|
|
|
|
|
mixing, FFT scopes, MIDI automation and full scriptability in Scheme.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2015-12-24 13:43:32 +01:00
|
|
|
|
(define-public bristol
|
|
|
|
|
(package
|
|
|
|
|
(name "bristol")
|
|
|
|
|
(version "0.60.11")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "mirror://sourceforge/bristol/bristol/"
|
|
|
|
|
(version-major+minor version)
|
|
|
|
|
"/bristol-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1fi2m4gmvxdi260821y09lxsimq82yv4k5bbgk3kyc3x1nyhn7vx"))))
|
|
|
|
|
(build-system gnu-build-system)
|
2016-01-11 19:38:11 +01:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'remove-sse-flags
|
|
|
|
|
(lambda* (#:key system #:allow-other-keys)
|
|
|
|
|
(when (not (or (string-prefix? "x86_64" system)
|
|
|
|
|
(string-prefix? "i686" system)))
|
|
|
|
|
(substitute* "bristol/Makefile.in"
|
|
|
|
|
(("-msse -mfpmath=sse") "")))
|
2016-05-02 19:41:55 +02:00
|
|
|
|
#t))
|
|
|
|
|
;; We know that Bristol has been linked with JACK and we don't have
|
|
|
|
|
;; ldd, so we can just skip this check.
|
|
|
|
|
(add-after 'unpack 'do-not-grep-for-jack
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "bin/startBristol.in"
|
|
|
|
|
(("ldd `which bristol` | grep jack") "echo guix"))
|
2016-01-11 19:38:11 +01:00
|
|
|
|
#t)))))
|
2015-12-24 13:43:32 +01:00
|
|
|
|
(inputs
|
|
|
|
|
`(("alsa-lib" ,alsa-lib)
|
|
|
|
|
("jack" ,jack-1)
|
|
|
|
|
("liblo" ,liblo)
|
|
|
|
|
("libx11" ,libx11)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
|
(home-page "http://bristol.sourceforge.net/")
|
|
|
|
|
(synopsis "Synthesizer emulator")
|
|
|
|
|
(description
|
|
|
|
|
"Bristol is an emulation package for a number of different 'classic'
|
|
|
|
|
synthesizers including additive and subtractive and a few organs. The
|
|
|
|
|
application consists of the engine, which is called bristol, and its own GUI
|
|
|
|
|
library called brighton that represents all the emulations. There are
|
|
|
|
|
currently more than twenty different emulations; each does sound different
|
|
|
|
|
although the author maintains that the quality and accuracy of each emulation
|
|
|
|
|
is subjective.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2015-04-19 18:39:25 +02:00
|
|
|
|
(define-public tuxguitar
|
|
|
|
|
(package
|
|
|
|
|
(name "tuxguitar")
|
2016-05-16 10:16:28 +02:00
|
|
|
|
(version "1.3.2")
|
2015-04-19 18:39:25 +02:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"mirror://sourceforge/tuxguitar/TuxGuitar/TuxGuitar-"
|
2016-05-16 10:16:28 +02:00
|
|
|
|
version "/tuxguitar-" version "-src.tar.gz"))
|
2015-04-19 18:39:25 +02:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2016-05-16 10:16:28 +02:00
|
|
|
|
"0ldml31zvywid1w28mfd65ramyiics55fdl0ch846vm7j7nwv58j"))
|
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
|
(snippet
|
|
|
|
|
;; Delete pre-built classes
|
|
|
|
|
'(delete-file-recursively "TuxGuitar-android/bin"))))
|
|
|
|
|
(build-system ant-build-system)
|
2015-04-19 18:39:25 +02:00
|
|
|
|
(arguments
|
2016-05-16 10:16:28 +02:00
|
|
|
|
`(#:build-target "build"
|
|
|
|
|
#:tests? #f ; no tests
|
2015-04-19 18:39:25 +02:00
|
|
|
|
#:phases
|
2015-12-29 07:48:10 +01:00
|
|
|
|
(modify-phases %standard-phases
|
2016-05-16 10:16:28 +02:00
|
|
|
|
(add-after 'unpack 'enter-dir
|
|
|
|
|
(lambda _ (chdir "TuxGuitar-lib") #t))
|
|
|
|
|
(add-after 'build 'build-editor-utils
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(chdir "..")
|
|
|
|
|
(let ((cwd (getcwd)))
|
|
|
|
|
(setenv "CLASSPATH"
|
|
|
|
|
(string-append
|
|
|
|
|
cwd "/TuxGuitar-lib/tuxguitar-lib.jar" ":"
|
|
|
|
|
cwd "/TuxGuitar-editor-utils/build/jar/tuxguitar-editor-utils.jar" ":"
|
|
|
|
|
(getenv "CLASSPATH"))))
|
|
|
|
|
(chdir "TuxGuitar-editor-utils")
|
|
|
|
|
;; Generate default build.xml
|
|
|
|
|
((@@ (guix build ant-build-system) default-build.xml)
|
|
|
|
|
"tuxguitar-editor-utils.jar"
|
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
|
"/share/java"))
|
|
|
|
|
((assoc-ref %standard-phases 'build))))
|
|
|
|
|
(add-after 'build-editor-utils 'build-application
|
|
|
|
|
(lambda _
|
|
|
|
|
(chdir "../TuxGuitar")
|
|
|
|
|
((assoc-ref %standard-phases 'build)
|
|
|
|
|
#:build-target "build")))
|
|
|
|
|
(replace 'install
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
|
(bin (string-append out "/bin"))
|
|
|
|
|
(share (string-append out "/share"))
|
|
|
|
|
(lib (string-append share "/java"))
|
|
|
|
|
(swt (assoc-ref inputs "java-swt")))
|
|
|
|
|
(mkdir-p bin)
|
|
|
|
|
(mkdir-p lib)
|
|
|
|
|
;; install all jars
|
|
|
|
|
(for-each (lambda (file)
|
|
|
|
|
(install-file file lib))
|
|
|
|
|
(find-files ".." "\\.jar$"))
|
|
|
|
|
;; install all resources
|
|
|
|
|
(for-each (lambda (file)
|
|
|
|
|
(install-file file share))
|
|
|
|
|
(find-files "share" ".*"))
|
|
|
|
|
;; create wrapper
|
|
|
|
|
(call-with-output-file (string-append bin "/tuxguitar")
|
|
|
|
|
(lambda (port)
|
|
|
|
|
(let ((classpath (string-join (append (find-files lib "\\.jar$")
|
|
|
|
|
(find-files swt "\\.jar$"))
|
|
|
|
|
":")))
|
|
|
|
|
(format
|
|
|
|
|
port
|
|
|
|
|
(string-append "#!/bin/sh\n"
|
|
|
|
|
(which "java")
|
|
|
|
|
" -cp " classpath
|
|
|
|
|
" -Dtuxguitar.home.path=" out
|
|
|
|
|
" -Dtuxguitar.share.path=" out "/share"
|
|
|
|
|
" -Dswt.library.path=" swt "/lib"
|
|
|
|
|
" org.herac.tuxguitar.app.TGMainSingleton"
|
|
|
|
|
" \"$1\" \"$2\"")))))
|
|
|
|
|
(chmod (string-append bin "/tuxguitar") #o555)
|
|
|
|
|
#t))))))
|
2015-04-19 18:39:25 +02:00
|
|
|
|
(inputs
|
2016-04-16 10:51:23 +02:00
|
|
|
|
`(("java-swt" ,java-swt)))
|
2015-04-19 18:39:25 +02:00
|
|
|
|
(home-page "http://tuxguitar.com.ar")
|
|
|
|
|
(synopsis "Multitrack tablature editor and player")
|
|
|
|
|
(description
|
|
|
|
|
"TuxGuitar is a guitar tablature editor with player support through midi.
|
|
|
|
|
It can display scores and multitrack tabs. TuxGuitar provides various
|
|
|
|
|
additional features, including autoscrolling while playing, note duration
|
|
|
|
|
management, bend/slide/vibrato/hammer-on/pull-off effects, support for
|
|
|
|
|
tuplets, time signature management, tempo management, gp3/gp4/gp5 import and
|
|
|
|
|
export.")
|
|
|
|
|
(license license:lgpl2.1+)))
|
2015-08-06 19:18:54 +02:00
|
|
|
|
|
|
|
|
|
(define-public pd
|
|
|
|
|
(package
|
|
|
|
|
(name "pd")
|
|
|
|
|
(version "0.45.4")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri
|
|
|
|
|
(string-append "mirror://sourceforge/pure-data/pure-data/"
|
|
|
|
|
version "/pd-" (version-major+minor version)
|
|
|
|
|
"-" (last (string-split version #\.))
|
|
|
|
|
".src.tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1ls2ap5yi2zxvmr247621g4jx0hhfds4j5704a050bn2n3l0va2p"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; no "check" target
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before
|
|
|
|
|
'configure 'fix-wish-path
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "src/s_inter.c"
|
|
|
|
|
((" wish ") (string-append " " (which "wish8.6") " ")))
|
|
|
|
|
(substitute* "tcl/pd-gui.tcl"
|
|
|
|
|
(("exec wish ") (string-append "exec " (which "wish8.6") " ")))
|
|
|
|
|
#t))
|
|
|
|
|
(add-after
|
|
|
|
|
'unpack 'autoconf
|
|
|
|
|
(lambda _ (zero? (system* "autoreconf" "-vfi")))))))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("autoconf" ,autoconf)
|
|
|
|
|
("automake" ,automake)
|
|
|
|
|
("libtool" ,libtool)
|
|
|
|
|
("gettext" ,gnu-gettext)
|
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("tk" ,tk)
|
|
|
|
|
("alsa-lib" ,alsa-lib)
|
|
|
|
|
("jack" ,jack-1)))
|
|
|
|
|
(home-page "http://puredata.info")
|
|
|
|
|
(synopsis "Visual programming language for artistic performances")
|
|
|
|
|
(description
|
|
|
|
|
"Pure Data (aka Pd) is a visual programming language. Pd enables
|
|
|
|
|
musicians, visual artists, performers, researchers, and developers to create
|
|
|
|
|
software graphically, without writing lines of code. Pd is used to process
|
|
|
|
|
and generate sound, video, 2D/3D graphics, and interface sensors, input
|
|
|
|
|
devices, and MIDI. Pd can easily work over local and remote networks to
|
|
|
|
|
integrate wearable technology, motor systems, lighting rigs, and other
|
|
|
|
|
equipment. Pd is suitable for learning basic multimedia processing and visual
|
|
|
|
|
programming methods as well as for realizing complex systems for large-scale
|
|
|
|
|
projects.")
|
|
|
|
|
(license license:bsd-3)))
|
2015-08-26 23:25:31 +02:00
|
|
|
|
|
2016-04-27 21:20:07 +02:00
|
|
|
|
(define-public portmidi
|
|
|
|
|
(package
|
|
|
|
|
(name "portmidi")
|
|
|
|
|
(version "217")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "mirror://sourceforge/portmedia/portmidi/"
|
|
|
|
|
version "/portmidi-src-" version ".zip"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"03rfsk7z6rdahq2ihy5k13qjzgx757f75yqka88v3gc0pn9ais88"))
|
|
|
|
|
(patches (list (search-patch "portmidi-modular-build.patch")))))
|
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; tests cannot be linked
|
|
|
|
|
#:configure-flags
|
|
|
|
|
(list "-DPORTMIDI_ENABLE_JAVA=Off"
|
|
|
|
|
"-DCMAKE_BUILD_TYPE=Release" ; needed to have PMALSA set
|
|
|
|
|
"-DPORTMIDI_ENABLE_TEST=Off"))) ; tests fail linking
|
|
|
|
|
(inputs
|
|
|
|
|
`(("alsa-lib" ,alsa-lib)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("unzip" ,unzip)))
|
|
|
|
|
(home-page "http://portmedia.sourceforge.net/portmidi/")
|
|
|
|
|
(synopsis "Library for MIDI I/O")
|
|
|
|
|
(description
|
|
|
|
|
"PortMidi is a library supporting real-time input and output of MIDI data
|
|
|
|
|
using a system-independent interface.")
|
|
|
|
|
(license license:expat)))
|
2016-04-27 21:25:14 +02:00
|
|
|
|
|
2016-09-14 11:26:54 +02:00
|
|
|
|
(define-public portmidi-for-extempore
|
|
|
|
|
(package (inherit portmidi)
|
|
|
|
|
(name "portmidi-for-extempore")
|
|
|
|
|
(version "217")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://github.com/extemporelang/portmidi/"
|
|
|
|
|
"archive/" version ".tar.gz"))
|
|
|
|
|
(file-name (string-append name "-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0gjikwciyr8kk4y3qiv1pcq58xpgw38ql1m2gs6g0qc1s8sx4235"))))
|
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments `(#:tests? #f)) ; no tests
|
|
|
|
|
(native-inputs '())
|
2016-09-21 21:47:56 +02:00
|
|
|
|
;; Extempore refuses to build on architectures other than x86_64
|
|
|
|
|
(supported-systems '("x86_64-linux"))
|
2016-09-14 11:26:54 +02:00
|
|
|
|
(home-page "https://github.com/extemporelang/portmidi/")))
|
|
|
|
|
|
2016-04-27 21:25:14 +02:00
|
|
|
|
(define-public python-pyportmidi
|
|
|
|
|
(package
|
|
|
|
|
(name "python-pyportmidi")
|
|
|
|
|
(version (package-version portmidi))
|
|
|
|
|
(source (package-source portmidi))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; no tests included
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'enter-dir
|
|
|
|
|
(lambda _ (chdir "pm_python") #t))
|
|
|
|
|
(add-after 'enter-dir 'fix-setup.py
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "setup.py"
|
|
|
|
|
;; Use Python 3 syntax
|
|
|
|
|
(("print (\".*\")" _ text)
|
|
|
|
|
(string-append "print(" text ")\n"))
|
|
|
|
|
;; TODO.txt and CHANGES.txt don't exist
|
|
|
|
|
(("CHANGES =.*") "CHANGES = \"\"\n")
|
|
|
|
|
(("TODO =.*") "TODO = \"\"\n"))
|
|
|
|
|
#t)))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("portmidi" ,portmidi)
|
|
|
|
|
("alsa-lib" ,alsa-lib)
|
|
|
|
|
("python-cython" ,python-cython)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("unzip" ,unzip)))
|
|
|
|
|
(home-page "http://portmedia.sourceforge.net/portmidi/")
|
|
|
|
|
(synopsis "Python bindings to PortMidi")
|
|
|
|
|
(description
|
|
|
|
|
"This package provides Python bindings to the PortMidi library.")
|
|
|
|
|
(license license:expat)))
|
2016-04-27 21:20:07 +02:00
|
|
|
|
|
2015-08-26 23:25:31 +02:00
|
|
|
|
(define-public frescobaldi
|
|
|
|
|
(package
|
|
|
|
|
(name "frescobaldi")
|
2016-04-26 21:11:07 +02:00
|
|
|
|
(version "2.19.0")
|
2015-08-26 23:25:31 +02:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://github.com/wbsoft/frescobaldi/releases/download/v"
|
|
|
|
|
version "/frescobaldi-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2016-04-26 21:11:07 +02:00
|
|
|
|
"1rnk8i8dlshzx16n2qxcsqcs7kywgyazzyzw2vy4vp2gsm9vs9ml"))))
|
2015-08-26 23:25:31 +02:00
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(inputs
|
|
|
|
|
`(("lilypond" ,lilypond)
|
2016-04-27 21:25:42 +02:00
|
|
|
|
("portmidi" ,portmidi)
|
2015-08-26 23:25:31 +02:00
|
|
|
|
("python-pyqt-4" ,python-pyqt-4)
|
|
|
|
|
("python-ly" ,python-ly)
|
2016-04-27 21:25:42 +02:00
|
|
|
|
("python-pyportmidi" ,python-pyportmidi)
|
2015-08-26 23:25:31 +02:00
|
|
|
|
("poppler" ,poppler)
|
|
|
|
|
("python-poppler-qt4" ,python-poppler-qt4)
|
|
|
|
|
("python-sip" ,python-sip)))
|
|
|
|
|
(home-page "http://www.frescobaldi.org/")
|
|
|
|
|
(synopsis "LilyPond sheet music text editor")
|
|
|
|
|
(description
|
|
|
|
|
"Frescobaldi is a LilyPond sheet music text editor with syntax
|
|
|
|
|
highlighting and automatic completion. Among other things, it can render
|
|
|
|
|
scores next to the source, can capture input from MIDI or read MusicXML and
|
|
|
|
|
ABC files, has a MIDI player for proof-listening, and includes a documentation
|
|
|
|
|
browser.")
|
|
|
|
|
(license license:gpl2+)))
|
2015-08-31 17:34:28 +02:00
|
|
|
|
|
2015-12-20 21:54:56 +01:00
|
|
|
|
(define-public drumstick
|
|
|
|
|
(package
|
|
|
|
|
(name "drumstick")
|
2016-10-08 00:15:53 +02:00
|
|
|
|
(version "1.1.0")
|
2015-12-20 21:54:56 +01:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "mirror://sourceforge/drumstick/"
|
|
|
|
|
version "/drumstick-" version ".tar.bz2"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2016-10-08 00:15:53 +02:00
|
|
|
|
"13pkfqrav30bbcddgf1imd7jk6lpqbxkz1qv31718pdl446jq7df"))))
|
2015-12-20 21:54:56 +01:00
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; no test target
|
|
|
|
|
#:configure-flags '("-DLIB_SUFFIX=")
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before 'configure 'fix-docbook
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(substitute* "cmake_admin/CreateManpages.cmake"
|
|
|
|
|
(("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
|
|
|
|
|
(string-append (assoc-ref inputs "docbook-xsl")
|
|
|
|
|
"/xml/xsl/docbook-xsl-"
|
|
|
|
|
,(package-version docbook-xsl)
|
|
|
|
|
"/manpages/docbook.xsl")))
|
|
|
|
|
#t)))))
|
|
|
|
|
(inputs
|
2016-06-16 10:56:00 +02:00
|
|
|
|
`(("qtbase" ,qtbase)
|
|
|
|
|
("qtsvg" ,qtsvg)
|
2015-12-20 21:54:56 +01:00
|
|
|
|
("alsa-lib" ,alsa-lib)
|
|
|
|
|
("fluidsynth" ,fluidsynth)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
|
("libxslt" ,libxslt) ;for xsltproc
|
|
|
|
|
("docbook-xsl" ,docbook-xsl)
|
|
|
|
|
("doxygen" ,doxygen)))
|
|
|
|
|
(home-page "http://drumstick.sourceforge.net/")
|
|
|
|
|
(synopsis "C++ MIDI library")
|
|
|
|
|
(description
|
|
|
|
|
"Drumstick is a set of MIDI libraries using C++/Qt5 idioms and style. It
|
|
|
|
|
includes a C++ wrapper around the ALSA library sequencer interface. A
|
|
|
|
|
complementary library provides classes for processing SMF (Standard MIDI
|
|
|
|
|
files: .MID/.KAR), Cakewalk (.WRK), and Overture (.OVE) file formats. A
|
|
|
|
|
multiplatform realtime MIDI I/O library is also provided with various output
|
|
|
|
|
backends, including ALSA, OSS, Network and FluidSynth.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2015-12-21 09:57:56 +01:00
|
|
|
|
(define-public vmpk
|
|
|
|
|
(package
|
|
|
|
|
(name "vmpk")
|
2016-01-17 19:55:58 +01:00
|
|
|
|
(version "0.6.2a")
|
2015-12-21 09:57:56 +01:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "mirror://sourceforge/vmpk/vmpk/"
|
2016-01-17 19:55:58 +01:00
|
|
|
|
(string-drop-right version 1)
|
|
|
|
|
"/vmpk-" version ".tar.bz2"))
|
2015-12-21 09:57:56 +01:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2016-01-17 19:55:58 +01:00
|
|
|
|
"0259iikvxnfdiifrh02g8xgcxikrkca4nhd3an8xzx0bd6bk8ifi"))))
|
2015-12-21 09:57:56 +01:00
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; no test target
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before 'configure 'fix-docbook
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(substitute* "cmake_admin/CreateManpages.cmake"
|
|
|
|
|
(("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
|
|
|
|
|
(string-append (assoc-ref inputs "docbook-xsl")
|
|
|
|
|
"/xml/xsl/docbook-xsl-"
|
|
|
|
|
,(package-version docbook-xsl)
|
|
|
|
|
"/manpages/docbook.xsl")))
|
|
|
|
|
#t)))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("drumstick" ,drumstick)
|
2016-06-16 10:42:26 +02:00
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
|
("qttools" ,qttools)
|
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
2015-12-21 09:57:56 +01:00
|
|
|
|
(native-inputs
|
|
|
|
|
`(("libxslt" ,libxslt) ;for xsltproc
|
|
|
|
|
("docbook-xsl" ,docbook-xsl)
|
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
|
(home-page "http://vmpk.sourceforge.net")
|
|
|
|
|
(synopsis "Virtual MIDI piano keyboard")
|
|
|
|
|
(description
|
|
|
|
|
"Virtual MIDI Piano Keyboard is a MIDI events generator and receiver. It
|
|
|
|
|
doesn't produce any sound by itself, but can be used to drive a MIDI
|
|
|
|
|
synthesizer (either hardware or software, internal or external). You can use
|
|
|
|
|
the computer's keyboard to play MIDI notes, and also the mouse. You can use
|
|
|
|
|
the Virtual MIDI Piano Keyboard to display the played MIDI notes from another
|
|
|
|
|
instrument or MIDI file player.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2015-08-31 17:34:28 +02:00
|
|
|
|
(define-public zynaddsubfx
|
|
|
|
|
(package
|
|
|
|
|
(name "zynaddsubfx")
|
2016-04-27 22:10:47 +02:00
|
|
|
|
(version "2.5.4")
|
2015-08-31 17:34:28 +02:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"mirror://sourceforge/zynaddsubfx/zynaddsubfx/"
|
2016-02-11 08:23:57 +01:00
|
|
|
|
version "/zynaddsubfx-" version ".tar.bz2"))
|
2015-08-31 17:34:28 +02:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2016-04-27 22:10:47 +02:00
|
|
|
|
"16llaa2wg2gbgjhwp3632b2vx9jvanj4csv7d41k233ms6d1sjq1"))))
|
2015-08-31 17:34:28 +02:00
|
|
|
|
(build-system cmake-build-system)
|
2015-11-02 22:03:25 +01:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
;; Move SSE compiler optimization flags from generic target to
|
|
|
|
|
;; athlon64 and core2 targets, because otherwise the build would fail
|
|
|
|
|
;; on non-Intel machines.
|
|
|
|
|
(add-after 'unpack 'remove-sse-flags-from-generic-target
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "src/CMakeLists.txt"
|
|
|
|
|
(("-msse -msse2 -mfpmath=sse") "")
|
|
|
|
|
(("-march=(athlon64|core2)" flag)
|
|
|
|
|
(string-append flag " -msse -msse2 -mfpmath=sse")))
|
|
|
|
|
#t)))))
|
2015-08-31 17:34:28 +02:00
|
|
|
|
(inputs
|
|
|
|
|
`(("liblo" ,liblo)
|
|
|
|
|
("ntk" ,ntk)
|
|
|
|
|
("alsa-lib" ,alsa-lib)
|
|
|
|
|
("jack" ,jack-1)
|
|
|
|
|
("fftw" ,fftw)
|
|
|
|
|
("minixml" ,minixml)
|
|
|
|
|
("libxpm" ,libxpm)
|
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
|
(home-page "http://zynaddsubfx.sf.net/")
|
|
|
|
|
(synopsis "Software synthesizer")
|
|
|
|
|
(description
|
|
|
|
|
"ZynAddSubFX is a feature heavy realtime software synthesizer. It offers
|
|
|
|
|
three synthesizer engines, multitimbral and polyphonic synths, microtonal
|
|
|
|
|
capabilities, custom envelopes, effects, etc.")
|
|
|
|
|
(license license:gpl2)))
|
2015-12-23 08:45:56 +01:00
|
|
|
|
|
|
|
|
|
(define-public yoshimi
|
|
|
|
|
(package
|
|
|
|
|
(name "yoshimi")
|
2016-10-08 11:24:20 +02:00
|
|
|
|
(version "1.4.1")
|
2015-12-23 08:45:56 +01:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "mirror://sourceforge/yoshimi/"
|
|
|
|
|
(version-major+minor version)
|
|
|
|
|
"/yoshimi-" version ".tar.bz2"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2016-10-08 11:24:20 +02:00
|
|
|
|
"133sx42wb66g803pcrgdwph40wh94knvab3yfqkgm0001jv4v14y"))))
|
2015-12-23 08:45:56 +01:00
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; there are no tests
|
|
|
|
|
#:configure-flags
|
|
|
|
|
(list (string-append "-DCMAKE_INSTALL_DATAROOTDIR="
|
|
|
|
|
(assoc-ref %outputs "out") "/share"))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before 'configure 'enter-dir
|
|
|
|
|
(lambda _ (chdir "src") #t))
|
|
|
|
|
;; Move SSE compiler optimization flags from generic target to
|
|
|
|
|
;; athlon64 and core2 targets, because otherwise the build would fail
|
|
|
|
|
;; on non-Intel machines.
|
|
|
|
|
(add-after 'unpack 'remove-sse-flags-from-generic-target
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "src/CMakeLists.txt"
|
|
|
|
|
(("-msse -msse2 -mfpmath=sse") "")
|
|
|
|
|
(("-march=(athlon64|core2)" flag)
|
|
|
|
|
(string-append flag " -msse -msse2 -mfpmath=sse")))
|
2016-10-08 11:24:20 +02:00
|
|
|
|
#t))
|
|
|
|
|
;; Yoshimi tries to find ncurses with pkg-config, but our ncurses
|
|
|
|
|
;; package does not install .pc files.
|
|
|
|
|
(add-after 'unpack 'find-ncurses
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "src/CMakeLists.txt"
|
|
|
|
|
(("LIBNCURSES REQUIRED") "LIBNCURSES")
|
|
|
|
|
(("NCURSES REQUIRED") "NCURSES")
|
|
|
|
|
(("FATAL_ERROR \"libncurses") "STATUS \"libncurses")
|
|
|
|
|
(("\\$\\{NCURSES_LIBRARIES\\}") "ncurses"))
|
|
|
|
|
#t)))))
|
2015-12-23 08:45:56 +01:00
|
|
|
|
(inputs
|
|
|
|
|
`(("boost" ,boost)
|
|
|
|
|
("fftwf" ,fftwf)
|
|
|
|
|
("alsa-lib" ,alsa-lib)
|
|
|
|
|
("jack" ,jack-1)
|
|
|
|
|
("fontconfig" ,fontconfig)
|
|
|
|
|
("minixml" ,minixml)
|
|
|
|
|
("mesa" ,mesa)
|
|
|
|
|
("fltk" ,fltk)
|
|
|
|
|
("lv2" ,lv2)
|
|
|
|
|
("readline" ,readline)
|
|
|
|
|
("ncurses" ,ncurses)
|
|
|
|
|
("cairo" ,cairo)
|
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
|
(home-page "http://yoshimi.sourceforge.net/")
|
|
|
|
|
(synopsis "Multi-paradigm software synthesizer")
|
|
|
|
|
(description
|
|
|
|
|
"Yoshimi is a fork of ZynAddSubFX, a feature heavy realtime software
|
|
|
|
|
synthesizer. It offers three synthesizer engines, multitimbral and polyphonic
|
|
|
|
|
synths, microtonal capabilities, custom envelopes, effects, etc. Yoshimi
|
|
|
|
|
improves on support for JACK features, such as JACK MIDI.")
|
|
|
|
|
(license license:gpl2)))
|
2015-12-28 22:14:03 +01:00
|
|
|
|
|
|
|
|
|
(define-public cursynth
|
|
|
|
|
(package
|
|
|
|
|
(name "cursynth")
|
|
|
|
|
(version "1.5")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "mirror://gnu/cursynth/cursynth-"
|
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1dhphsya41rv8z6yqcv9l6fwbslsds4zh1y56zizi39nd996d40v"))
|
2016-04-08 14:18:13 +02:00
|
|
|
|
(patches (search-patches "cursynth-wave-rand.patch"))))
|
2015-12-28 22:14:03 +01:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
|
|
|
|
;; TODO: See https://github.com/iyoko/cursynth/issues/4 which currently
|
|
|
|
|
;; prevents us from using pulseaudio
|
|
|
|
|
(inputs `(("ncurses" ,ncurses)
|
|
|
|
|
("alsa" ,alsa-lib)))
|
|
|
|
|
(home-page "http://www.gnu.org/software/cursynth")
|
|
|
|
|
(synopsis "Polyphonic and MIDI subtractive music synthesizer using curses")
|
|
|
|
|
(description "GNU cursynth is a polyphonic synthesizer that runs
|
|
|
|
|
graphically in the terminal. It is built on a full-featured subtractive
|
|
|
|
|
synthesis engine. Notes and parameter changes may be entered via MIDI or the
|
|
|
|
|
computer's keyboard.")
|
|
|
|
|
(license license:gpl3+)))
|
2016-01-17 17:10:31 +01:00
|
|
|
|
|
|
|
|
|
(define-public qtractor
|
|
|
|
|
(package
|
|
|
|
|
(name "qtractor")
|
2016-09-26 08:16:13 +02:00
|
|
|
|
(version "0.7.9")
|
2016-01-17 17:10:31 +01:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "http://downloads.sourceforge.net/qtractor/"
|
|
|
|
|
"qtractor-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2016-09-26 08:16:13 +02:00
|
|
|
|
"0pp459kfgrnngj373gnwwl43xjz32lmyf7v62p2nnjh6c7wr1ryq"))))
|
2016-01-17 17:10:31 +01:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments `(#:tests? #f)) ; no "check" target
|
|
|
|
|
(inputs
|
|
|
|
|
`(("qt" ,qt)
|
|
|
|
|
("alsa-lib" ,alsa-lib)
|
|
|
|
|
("jack" ,jack-1)
|
|
|
|
|
("libsndfile" ,libsndfile)
|
|
|
|
|
("ladspa" ,ladspa)
|
|
|
|
|
("lv2" ,lv2)
|
|
|
|
|
("lilv" ,lilv)
|
|
|
|
|
("suil" ,suil)
|
|
|
|
|
("libsamplerate" ,libsamplerate)
|
|
|
|
|
("libvorbis" ,libvorbis)
|
|
|
|
|
("libmad" ,libmad)
|
|
|
|
|
("rubberband" ,rubberband)
|
|
|
|
|
("liblo" ,liblo)
|
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
|
(home-page "http://qtractor.sourceforge.net/")
|
|
|
|
|
(synopsis "Audio/MIDI multi-track sequencer")
|
|
|
|
|
(description
|
|
|
|
|
"Qtractor is an Audio/MIDI multi-track sequencer application. It uses
|
|
|
|
|
JACK for audio and ALSA sequencer for MIDI as multimedia infrastructures and
|
|
|
|
|
follows a traditional multi-track tape recorder control paradigm.")
|
|
|
|
|
(license license:gpl2+)))
|
2015-12-12 06:22:33 +01:00
|
|
|
|
|
2016-10-09 20:09:37 +02:00
|
|
|
|
(define-public gxtuner
|
|
|
|
|
(package
|
|
|
|
|
(name "gxtuner")
|
|
|
|
|
(version "2.3")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://github.com/brummer10/gxtuner/"
|
|
|
|
|
"archive/v" version ".tar.gz"))
|
|
|
|
|
(file-name (string-append name "-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1abpxiydn4c9wssz6895hnad9ipkcy3rkgzbnanvwb46nm44x6if"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:make-flags
|
|
|
|
|
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
|
|
|
|
(string-append "INCLUDE_L_DIR="
|
|
|
|
|
(assoc-ref %build-inputs "zita-resampler")
|
|
|
|
|
"/include/"))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("gtk+" ,gtk+-2)
|
|
|
|
|
("jack" ,jack-1)
|
|
|
|
|
("fftwf" ,fftwf)
|
|
|
|
|
("cairo" ,cairo)
|
|
|
|
|
("zita-resampler" ,zita-resampler)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
|
(home-page "https://github.com/brummer10/gxtuner")
|
|
|
|
|
(synopsis "Guitar tuner")
|
|
|
|
|
(description "GXtuner is a simple guitar tuner for JACK with an
|
|
|
|
|
analogue-like user interface.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2015-12-12 06:22:33 +01:00
|
|
|
|
(define-public pianobar
|
|
|
|
|
(package
|
|
|
|
|
(name "pianobar")
|
|
|
|
|
(version "2015.11.22")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://github.com/PromyLOPh/"
|
|
|
|
|
name "/archive/" version ".tar.gz"))
|
|
|
|
|
(file-name (string-append name "-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"022df19bhxqvkhy0qy21xahba5s1fm17b13y0p9p9dnf2yl44wfv"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; no tests
|
|
|
|
|
#:make-flags (list "CC=gcc" "CFLAGS=-std=c99"
|
|
|
|
|
(string-append "PREFIX=" %output))
|
|
|
|
|
#:phases (modify-phases %standard-phases
|
|
|
|
|
(delete 'configure))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("ao" ,ao)
|
|
|
|
|
("curl" ,curl)
|
|
|
|
|
("libgcrypt" ,libgcrypt)
|
|
|
|
|
("json-c" ,json-c)
|
|
|
|
|
("ffmpeg" ,ffmpeg)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
|
(home-page "http://6xq.net/projects/pianobar/")
|
|
|
|
|
(synopsis "Console-based pandora.com player")
|
|
|
|
|
(description "pianobar is a console-based music player for the
|
|
|
|
|
personalized online radio pandora.com. It has configurable keys for playing
|
|
|
|
|
and managing stations, can be controlled remotely via fifo, and can run
|
|
|
|
|
event-based scripts for scrobbling, notifications, etc.")
|
|
|
|
|
(license license:expat)))
|
2016-03-04 01:55:03 +01:00
|
|
|
|
|
|
|
|
|
(define-public python-mutagen
|
|
|
|
|
(package
|
|
|
|
|
(name "python-mutagen")
|
|
|
|
|
(version "1.31")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "mutagen" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"16fnnhspniac2i7qswxafawsh2x2a803hmc6bn9k1zl5fxq1380a"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(home-page "https://bitbucket.org/lazka/mutagen")
|
|
|
|
|
(synopsis "Read and write audio tags")
|
|
|
|
|
(description "Mutagen is a Python module to handle audio metadata. It
|
|
|
|
|
supports ASF, FLAC, M4A, Monkey’s Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg
|
|
|
|
|
Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio files. All versions
|
|
|
|
|
of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read
|
|
|
|
|
Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and
|
|
|
|
|
APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg
|
|
|
|
|
streams on an individual packet/page level.")
|
|
|
|
|
(license license:gpl2))) ; "later version" never mentioned
|
|
|
|
|
|
|
|
|
|
(define-public python2-mutagen
|
|
|
|
|
(package-with-python2 python-mutagen))
|
2016-03-04 01:58:07 +01:00
|
|
|
|
|
|
|
|
|
(define-public python-musicbrainzngs
|
|
|
|
|
(package
|
|
|
|
|
(name "python-musicbrainzngs")
|
|
|
|
|
(version "0.5")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "musicbrainzngs" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"12f48llmdf5rkiqxcb70k2k1dmhm8byq0ifazvlrca8dfnmqh4r8"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(home-page "https://python-musicbrainzngs.readthedocs.org/")
|
|
|
|
|
(synopsis "Python bindings for MusicBrainz NGS webservice")
|
|
|
|
|
(description "Musicbrainzngs implements Python bindings of the MusicBrainz
|
|
|
|
|
web service. This library can be used to retrieve music metadata from the
|
|
|
|
|
MusicBrainz database.")
|
|
|
|
|
;; 'musicbrainzngs/compat.py' is ISC licensed.
|
|
|
|
|
(license (list license:bsd-2 license:isc))))
|
|
|
|
|
|
|
|
|
|
(define-public python2-musicbrainzngs
|
|
|
|
|
(package-with-python2 python-musicbrainzngs))
|
2016-03-04 02:01:22 +01:00
|
|
|
|
|
|
|
|
|
(define-public python-pyechonest
|
|
|
|
|
(package
|
|
|
|
|
(name "python-pyechonest")
|
|
|
|
|
(version "9.0.0")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "pyechonest" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1584nira3rkiman9dm81kdshihmkj21s8navndz2l8spnjwb790x"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(home-page "https://github.com/echonest/pyechonest")
|
|
|
|
|
(synopsis "Python interface to The Echo Nest APIs")
|
2016-03-26 22:23:18 +01:00
|
|
|
|
(description "Pyechonest is a Python library for the Echo Nest API. With
|
|
|
|
|
Pyechonest you have Python access to the entire set of API methods including:
|
2016-03-04 02:01:22 +01:00
|
|
|
|
|
|
|
|
|
@enumerate
|
|
|
|
|
@item artist - search for artists by name, description, or attribute, and get
|
|
|
|
|
back detailed information about any artist including audio, similar artists,
|
|
|
|
|
blogs, familiarity, hotttnesss, news, reviews, urls and video.
|
|
|
|
|
@item song - search songs by artist, title, description, or attribute (tempo,
|
|
|
|
|
duration, etc) and get detailed information back about each song, such as
|
|
|
|
|
hotttnesss, audio_summary, or tracks.
|
|
|
|
|
@item track - upload a track to the Echo Nest and receive summary information
|
|
|
|
|
about the track including key, duration, mode, tempo, time signature along with
|
|
|
|
|
detailed track info including timbre, pitch, rhythm and loudness information.
|
|
|
|
|
@end enumerate\n")
|
|
|
|
|
(license license:bsd-3)
|
|
|
|
|
(properties `((python2-variant . ,(delay python2-pyechonest))))))
|
|
|
|
|
|
|
|
|
|
(define-public python2-pyechonest
|
|
|
|
|
(package (inherit (package-with-python2
|
|
|
|
|
(strip-python2-variant python-pyechonest)))
|
|
|
|
|
(native-inputs `(("python2-setuptools" ,python2-setuptools)))))
|
2016-03-04 02:03:23 +01:00
|
|
|
|
|
|
|
|
|
(define-public python-pylast
|
|
|
|
|
(package
|
|
|
|
|
(name "python-pylast")
|
|
|
|
|
(version "1.5.1")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "pylast" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"10znd9xr1vs2ix519jkz3ccm90zciaddcdr2w2wrrh2jyy3bc59a"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("python-coverage" ,python-coverage)
|
|
|
|
|
("python-mock" ,python-mock)
|
|
|
|
|
("python-pep8" ,python-pep8)
|
|
|
|
|
("python-pytest" ,python-pytest)
|
|
|
|
|
("python-pyflakes" ,python-pyflakes)
|
|
|
|
|
("python-pyyaml" ,python-pyyaml)))
|
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("python-six" ,python-six)))
|
|
|
|
|
(home-page "https://github.com/pylast/pylast")
|
|
|
|
|
(synopsis "Python interface to Last.fm and Libre.fm")
|
|
|
|
|
(description "A Python interface to Last.fm and other API-compatible
|
|
|
|
|
websites such as Libre.fm.")
|
|
|
|
|
(license license:asl2.0)
|
|
|
|
|
(properties `((python2-variant . ,(delay python2-pylast))))))
|
|
|
|
|
|
|
|
|
|
(define-public python2-pylast
|
|
|
|
|
(let ((pylast (package-with-python2
|
|
|
|
|
(strip-python2-variant python-pylast))))
|
|
|
|
|
(package (inherit pylast)
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("python2-setuptools" ,python2-setuptools)
|
|
|
|
|
,@(package-native-inputs pylast))))))
|
2016-02-14 09:19:59 +01:00
|
|
|
|
|
|
|
|
|
(define-public beets
|
|
|
|
|
(package
|
|
|
|
|
(name "beets")
|
2016-07-29 17:39:47 +02:00
|
|
|
|
(version "1.3.19")
|
2016-02-14 09:19:59 +01:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2016-07-29 17:39:47 +02:00
|
|
|
|
(uri (pypi-uri "beets" version))
|
2016-02-14 09:19:59 +01:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2016-07-29 17:39:47 +02:00
|
|
|
|
"1vi1dh3fr554bnm8y9pjy09hblw18v6cl2jppzwlp72afri1w93b"))))
|
2016-02-14 09:19:59 +01:00
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:python ,python-2 ; only Python 2 is supported
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'set-HOME
|
2016-03-26 22:53:59 +01:00
|
|
|
|
(lambda _ (setenv "HOME" (string-append (getcwd) "/tmp"))))
|
|
|
|
|
(replace 'check
|
|
|
|
|
(lambda _ (zero? (system* "nosetests" "-v")))))))
|
2016-02-14 09:19:59 +01:00
|
|
|
|
(native-inputs
|
|
|
|
|
`(("python2-beautifulsoup4" ,python2-beautifulsoup4)
|
|
|
|
|
("python2-flask" ,python2-flask)
|
|
|
|
|
("python2-setuptools" ,python2-setuptools)
|
|
|
|
|
("python2-mock" ,python2-mock)
|
|
|
|
|
("python2-mpd2" ,python2-mpd2)
|
2016-03-26 22:53:59 +01:00
|
|
|
|
("python2-nose" ,python2-nose)
|
2016-02-14 09:19:59 +01:00
|
|
|
|
("python2-pathlib" ,python2-pathlib)
|
|
|
|
|
("python2-pyxdg" ,python2-pyxdg)
|
|
|
|
|
("python2-pyechonest" ,python2-pyechonest)
|
|
|
|
|
("python2-pylast" ,python2-pylast)
|
|
|
|
|
("python2-rarfile" ,python2-rarfile)
|
|
|
|
|
("python2-responses" ,python2-responses)))
|
|
|
|
|
;; TODO: Install optional plugins and dependencies.
|
2016-06-22 07:53:53 +02:00
|
|
|
|
(inputs
|
2016-02-14 09:19:59 +01:00
|
|
|
|
`(("python2-enum34" ,python2-enum34)
|
|
|
|
|
("python2-jellyfish" ,python2-jellyfish)
|
|
|
|
|
("python2-munkres" ,python2-munkres)
|
|
|
|
|
("python2-musicbrainzngs" ,python2-musicbrainzngs)
|
|
|
|
|
("python2-mutagen" ,python2-mutagen)
|
|
|
|
|
("python2-pyyaml" ,python2-pyyaml)
|
|
|
|
|
("python2-unidecode" ,python2-unidecode)))
|
|
|
|
|
(home-page "http://beets.io")
|
|
|
|
|
(synopsis "Music organizer")
|
|
|
|
|
(description "The purpose of beets is to get your music collection right
|
|
|
|
|
once and for all. It catalogs your collection, automatically improving its
|
|
|
|
|
metadata as it goes using the MusicBrainz database. Then it provides a variety
|
|
|
|
|
of tools for manipulating and accessing your music.")
|
|
|
|
|
(license license:expat)))
|
2016-03-30 04:17:21 +02:00
|
|
|
|
|
|
|
|
|
(define-public milkytracker
|
|
|
|
|
(package
|
|
|
|
|
(name "milkytracker")
|
|
|
|
|
(version "0.90.86")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "http://milkytracker.org/files/"
|
|
|
|
|
name "-" version ".tar.bz2"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1v9vp8vi24lkagfpr92c128whvakwgrm9pq2zf6ijpl5sh7014zb"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:make-flags '("CXXFLAGS=-lasound")))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("alsa-lib" ,alsa-lib)
|
|
|
|
|
("jack" ,jack-1)
|
|
|
|
|
("sdl" ,sdl)
|
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
|
(synopsis "Music tracker for working with .MOD/.XM module files")
|
|
|
|
|
(description "MilkyTracker is a music application for creating .MOD and .XM
|
|
|
|
|
module files. It attempts to recreate the module replay and user experience of
|
|
|
|
|
the popular DOS program Fasttracker II, with special playback modes available
|
|
|
|
|
for improved Amiga ProTracker 2/3 compatibility.")
|
|
|
|
|
(home-page "http://milkytracker.org/")
|
|
|
|
|
;; 'src/milkyplay' is under Modified BSD, the rest is under GPL3 or later.
|
|
|
|
|
(license (list license:bsd-3 license:gpl3+))))
|
2016-05-07 00:57:42 +02:00
|
|
|
|
|
2016-09-10 16:27:34 +02:00
|
|
|
|
(define-public schismtracker
|
|
|
|
|
(package
|
|
|
|
|
(name "schismtracker")
|
|
|
|
|
(version "20160521")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://github.com/" name "/" name "/archive/"
|
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(file-name (string-append name "-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0c6r24wm3rldm4j8cskl9xnixj3rwi3lnrhckw5gv43wpy6h4jcz"))
|
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
|
(snippet
|
|
|
|
|
;; Remove use of __DATE__ and __TIME__ for reproducibility.
|
|
|
|
|
`(substitute* "schism/version.c"
|
|
|
|
|
(("Schism Tracker build %s %s.*$")
|
|
|
|
|
(string-append "Schism Tracker version " ,version "\");"))))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'autoconf
|
|
|
|
|
(lambda _ (zero? (system* "autoreconf" "-vfi"))))
|
|
|
|
|
(add-before 'configure 'link-libm
|
|
|
|
|
(lambda _ (setenv "LIBS" "-lm") #t)))))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("autoconf" ,autoconf)
|
|
|
|
|
("automake" ,automake)
|
|
|
|
|
("python" ,python)))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("alsa-lib" ,alsa-lib) ; for asound dependency
|
|
|
|
|
("libx11" ,libx11)
|
|
|
|
|
("libxext" ,libxext)
|
|
|
|
|
("sdl" ,sdl)))
|
|
|
|
|
(home-page "http://schismtracker.org")
|
|
|
|
|
(synopsis "Oldschool sample-based music composition tool")
|
|
|
|
|
(description
|
|
|
|
|
"Schism Tracker is a reimplementation of Impulse Tracker, a program used to
|
|
|
|
|
create high quality music without the requirements of specialized, expensive
|
|
|
|
|
equipment, and with a unique \"finger feel\" that is difficult to replicate in
|
|
|
|
|
part. The player is based on a highly modified version of the ModPlug engine,
|
|
|
|
|
with a number of bugfixes and changes to improve IT playback.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2016-05-07 00:57:42 +02:00
|
|
|
|
(define-public moc
|
|
|
|
|
(package
|
|
|
|
|
(name "moc")
|
|
|
|
|
(version "2.5.1")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "http://ftp.daper.net/pub/soft/"
|
|
|
|
|
name "/stable/"
|
|
|
|
|
name "-" version ".tar.bz2"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1wn4za08z64bhsgfhr9c0crfyvy8c3b6a337wx7gz19am5srqh8v"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
|
|
|
|
`(("alsa-lib" ,alsa-lib)
|
|
|
|
|
("curl" ,curl)
|
|
|
|
|
("faad2" ,faad2)
|
|
|
|
|
("ffmpeg" ,ffmpeg)
|
|
|
|
|
("file" ,file)
|
|
|
|
|
("jack" ,jack-1)
|
|
|
|
|
("libid3tag" ,libid3tag)
|
|
|
|
|
("libltdl" ,libltdl)
|
|
|
|
|
("libmodplug" ,libmodplug)
|
|
|
|
|
("libmpcdec" ,libmpcdec)
|
|
|
|
|
("libmad" ,libmad)
|
|
|
|
|
("ncurses" ,ncurses)
|
|
|
|
|
("openssl" ,openssl)
|
|
|
|
|
("sasl" ,cyrus-sasl)
|
|
|
|
|
("speex" ,speex)
|
|
|
|
|
("taglib" ,taglib)
|
|
|
|
|
("wavpack" ,wavpack)
|
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
|
(synopsis "Console audio player designed to be powerful and easy to use")
|
|
|
|
|
(description
|
|
|
|
|
"Music on Console is a console audio player that supports many file
|
|
|
|
|
formats, including most audio formats recognized by FFMpeg.")
|
|
|
|
|
(home-page "http://moc.daper.net")
|
|
|
|
|
(license license:gpl2+)))
|
2016-07-02 03:26:55 +02:00
|
|
|
|
|
|
|
|
|
(define-public midicsv
|
|
|
|
|
(package
|
|
|
|
|
(name "midicsv")
|
|
|
|
|
(version "1.1")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "http://www.fourmilab.ch/webtools/midicsv/"
|
|
|
|
|
name "-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1vvhk2nf9ilfw0wchmxy8l13hbw9cnpz079nsx5srsy4nnd78nkw"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases (modify-phases %standard-phases (delete 'configure))
|
|
|
|
|
#:make-flags (list "CC=gcc" (string-append "INSTALL_DEST=" %output))))
|
|
|
|
|
(synopsis "Convert MIDI files to and from CSV")
|
|
|
|
|
(description
|
|
|
|
|
"Midicsv reads a standard MIDI file and decodes it into a comma-separated
|
|
|
|
|
value file (CSV), which preserves all the information in the MIDI file. The
|
|
|
|
|
ASCII CSV file may be loaded into a spreadsheet or database application, or
|
|
|
|
|
processed by a program to transform the MIDI data (for example, to key
|
|
|
|
|
transpose a composition or extract a track from a multi-track sequence). A
|
|
|
|
|
CSV file in the format created by midicsv may be converted back into a
|
|
|
|
|
standard MIDI file with the csvmidi program.")
|
|
|
|
|
(home-page "http://www.fourmilab.ch/webtools/midicsv/")
|
|
|
|
|
(license license:public-domain)))
|
2016-10-12 20:04:23 +02:00
|
|
|
|
|
|
|
|
|
(define-public gx-guvnor-lv2
|
|
|
|
|
(let ((commit "9f528a7623a201383e119bb6a2df32b18396a9d5")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package
|
|
|
|
|
(name "gx-guvnor-lv2")
|
|
|
|
|
(version (string-append "0-" revision "." (string-take commit 9)))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/brummer10/GxGuvnor.lv2")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"10zx84p2vd7i1yqc5ma9p17927265j4g0zfwv9rxladw0nm8y45k"))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(;; The check target is used only to output a warning.
|
|
|
|
|
#:tests? #f
|
|
|
|
|
#:make-flags
|
|
|
|
|
(list (string-append "DESTDIR=" (assoc-ref %outputs "out")))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(replace 'configure
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "Makefile"
|
|
|
|
|
(("INSTALL_DIR = .*") "INSTALL_DIR=/lib/lv2\n")
|
|
|
|
|
;; Avoid rebuilding everything
|
|
|
|
|
(("install : all") "install:"))
|
|
|
|
|
#t)))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("lv2" ,lv2)))
|
|
|
|
|
(home-page "https://github.com/brummer10/GxGuvnor.lv2")
|
|
|
|
|
(synopsis "Overdrive/distortion pedal simulation")
|
|
|
|
|
(description "This package provides the LV2 plugin \"GxGuvnor\", a
|
|
|
|
|
simulation of an overdrive or distortion pedal for guitars.")
|
|
|
|
|
;; The LICENSE file says GPLv3 but the license headers in the files say
|
|
|
|
|
;; GPLv2 or later.
|
|
|
|
|
(license license:gpl2+))))
|
2016-10-12 20:05:00 +02:00
|
|
|
|
|
|
|
|
|
(define-public gx-vbass-preamp-lv2
|
|
|
|
|
(let ((commit "0e599abab10c7669dd444e5d06f671c2fc1b9c6c")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package (inherit gx-guvnor-lv2)
|
|
|
|
|
(name "gx-vbass-preamp-lv2")
|
|
|
|
|
(version (string-append "0-" revision "." (string-take commit 9)))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/brummer10/GxVBassPreAmp.lv2")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1dzksdfrva666gpi62fd2ni9rhf18sl917f1894qr0b17pbdh9k1"))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))))
|
|
|
|
|
(home-page "https://github.com/brummer10/GxVBassPreAmp.lv2")
|
|
|
|
|
(synopsis "Simulation of the Vox Venue Bass 100 Pre Amp Section")
|
|
|
|
|
(description "This package provides the LV2 plugin \"GxVBassPreAmp\", a
|
|
|
|
|
pre-amplifier simulation modelled after the 1984 Vox Venue Bass 100 Pre Amp
|
|
|
|
|
Section."))))
|
2016-10-12 20:05:17 +02:00
|
|
|
|
|
|
|
|
|
(define-public gx-overdriver-lv2
|
|
|
|
|
(let ((commit "ed71801987449414bf3adaa0dbfac68e8775f1ce")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package (inherit gx-guvnor-lv2)
|
|
|
|
|
(name "gx-overdriver-lv2")
|
|
|
|
|
(version (string-append "0-" revision "." (string-take commit 9)))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/brummer10/GxOverDriver.lv2")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"13j614jh525fbkby79nnzwj0z1ac0c9wclyn5pfqvkmx6a7j24r8"))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))))
|
|
|
|
|
(home-page "https://github.com/brummer10/GxOverDriver.lv2")
|
|
|
|
|
(synopsis "Overdrive effect with level and tone control")
|
|
|
|
|
(description "This package provides the LV2 plugin \"GxOverDriver\", an
|
|
|
|
|
overdrive effect."))))
|
2016-10-12 20:05:34 +02:00
|
|
|
|
|
|
|
|
|
(define-public gx-tone-mender-lv2
|
|
|
|
|
(let ((commit "b6780b4a3e4782b3ed0e5882d6788f178aed138f")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package (inherit gx-guvnor-lv2)
|
|
|
|
|
(name "gx-tone-mender-lv2")
|
|
|
|
|
(version (string-append "0-" revision "." (string-take commit 9)))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/brummer10/GxToneMender.lv2")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"07qdcfsvv2vdnfnjh91pfgvjdcs5y91nvwfm8c0z8fp6b4bk7a9q"))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))))
|
|
|
|
|
(home-page "https://github.com/brummer10/GxToneMender.lv2")
|
|
|
|
|
(synopsis "Clean boost with a 3-knob tonestack")
|
|
|
|
|
(description "This package provides the LV2 plugin \"GxToneMender\", a
|
|
|
|
|
clean boost effect with a 3-knob tonestack."))))
|
2016-10-12 20:05:58 +02:00
|
|
|
|
|
|
|
|
|
(define-public gx-push-pull-lv2
|
|
|
|
|
(let ((commit "7f76ae2068498643ac8671ee0930b13ee3fd8eb5")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package (inherit gx-guvnor-lv2)
|
|
|
|
|
(name "gx-push-pull-lv2")
|
|
|
|
|
(version (string-append "0-" revision "." (string-take commit 9)))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/brummer10/GxPushPull.lv2")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"12f5hwck2irph0gjbj8xy8jqcqdwb8l1hlwf29k0clz52h1jhb5q"))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))))
|
|
|
|
|
(home-page "https://github.com/brummer10/GxPushPull.lv2")
|
|
|
|
|
(synopsis "Octave up push pull transistor fuzz simulation")
|
|
|
|
|
(description "This package provides the LV2 plugin \"GxPushPull\", a
|
|
|
|
|
simulation of a push pull transistor fuzz effect with added high octave."))))
|
2016-10-12 20:06:23 +02:00
|
|
|
|
|
|
|
|
|
(define-public gx-suppa-tone-bender-lv2
|
|
|
|
|
(let ((commit "4e6dc713ec24e7fcf5ea23b7e685af627c01b9c9")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package (inherit gx-guvnor-lv2)
|
|
|
|
|
(name "gx-suppa-tone-bender-lv2")
|
|
|
|
|
(version (string-append "0-" revision "." (string-take commit 9)))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/brummer10/GxSuppaToneBender.lv2")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1i22xr252nkbazkwidll2zb3i96610gx65qn5djdkijlz7j77138"))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))))
|
|
|
|
|
(home-page "https://github.com/brummer10/GxSuppaToneBender.lv2")
|
|
|
|
|
(synopsis "Simulation of the Vox Suppa Tone Bender pedal")
|
|
|
|
|
(description "This package provides the LV2 plugin
|
|
|
|
|
\"GxSuppaToneBender\", a simulation modelled after the Vox Suppa Tone Bender
|
|
|
|
|
pedal."))))
|
2016-10-12 20:06:40 +02:00
|
|
|
|
|
|
|
|
|
(define-public gx-saturator-lv2
|
|
|
|
|
(let ((commit "361399245d234b4d02f11f066d25ac15d90c6bf8")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package (inherit gx-guvnor-lv2)
|
|
|
|
|
(name "gx-saturator-lv2")
|
|
|
|
|
(version (string-append "0-" revision "." (string-take commit 9)))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/brummer10/GxSaturator.lv2")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"13cf5gxr2wzp5954hdhbl79v98a665ll5434mb3668p4j33sv217"))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))))
|
|
|
|
|
(home-page "https://github.com/brummer10/GxSaturator.lv2")
|
|
|
|
|
(synopsis "Saturation effect")
|
|
|
|
|
(description "This package provides the LV2 plugin \"GxSaturator\", a
|
|
|
|
|
saturation effect."))))
|
2016-10-12 20:06:57 +02:00
|
|
|
|
|
|
|
|
|
(define-public gx-hyperion-lv2
|
|
|
|
|
(let ((commit "7d993bc77f9946b3df0e481632c61b2dcbb6549f")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package (inherit gx-guvnor-lv2)
|
|
|
|
|
(name "gx-hyperion-lv2")
|
|
|
|
|
(version (string-append "0-" revision "." (string-take commit 9)))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/brummer10/GxHyperion.lv2")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"12klcyc6l9v93ii3478mqz44jzvh5np1sk8zzdmz42jp0w8qd429"))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))))
|
|
|
|
|
(home-page "https://github.com/brummer10/GxHyperion.lv2")
|
|
|
|
|
(synopsis "Simulation of the Hyperion Fuzz pedal")
|
|
|
|
|
(description "This package provides the LV2 plugin \"GxHyperion\", a
|
|
|
|
|
simulation of the Hyperion Fuzz pedal."))))
|
2016-10-12 20:07:14 +02:00
|
|
|
|
|
|
|
|
|
(define-public gx-voodoo-fuzz-lv2
|
|
|
|
|
(let ((commit "d2d6b27bc279f98c2fd11bbd58ffe2fb2c321ec4")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package (inherit gx-guvnor-lv2)
|
|
|
|
|
(name "gx-voodoo-fuzz-lv2")
|
|
|
|
|
(version (string-append "0-" revision "." (string-take commit 9)))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/brummer10/GxVoodoFuzz.lv2")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1ji915bly588a8xwvwspvsqv0nh8ljgi6rky2mk1d9d6nz96jrbk"))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))))
|
|
|
|
|
(home-page "https://github.com/brummer10/GxVoodoFuzz.lv2")
|
|
|
|
|
(synopsis "Fuzz effect modelled after the Voodoo Lab SuperFuzz")
|
|
|
|
|
(description "This package provides the LV2 plugin \"GxVoodooFuzz\", a
|
|
|
|
|
simulation modelled after the Voodoo Lab SuperFuzz pedal. It's basically a
|
|
|
|
|
Bosstone circuit, followed by the tone control of the FoxToneMachine in
|
|
|
|
|
parallel with a DarkBooster, followed by a volume control."))))
|