summaryrefslogtreecommitdiff
path: root/gnu/packages/music.scm
Commit message (Collapse)AuthorAge
* gnu: pd: Update to 0.55-0.jgart2024-06-16
| | | | | | * gnu/packages/music.scm (pd): Update to 0.55-0. Change-Id: Ia462c10919749c2bffea9cfa92efd82079075926
* gnu: pd: Update to 0.54-1.jgart2024-06-16
| | | | | | * gnu/packages/music.scm (pd): Update to 0.54-1. Change-Id: Ie8647bb958989150a40f59b8806824a4c2dc66a2
* gnu: stargate: Move libsbsms and soundtouch forks to audio.scm.Ludovic Courtès2024-06-13
| | | | | | | | | | | This avoids generating new packages at run time and makes them visible to ‘fold-packages’. * gnu/packages/audio.scm (stargate-sbsms, stargate-soundtouch): New variables, taken from… * gnu/packages/music.scm (stargate)[inputs]: … here. Use them. Change-Id: I2344d82756b3b7295c505fbdb36886b74abe5d5d
* gnu: Add stargate.Sughosha2024-06-13
| | | | | | | * gnu/packages/music.scm (stargate): New variable. Change-Id: I625c68746ca6bdf9f8de6ebde602ffa7428a2a0c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cmus: Switch to new package style.Timotej Lazar2024-06-11
| | | | | | | | * gnu/packages/music.scm (cmus): Switch to new style. [arguments]: Use g-exps. Drop trailing #t from 'configure phase. Change-Id: Ia840202adddf390bd29a0fb57fa1a3294dd7a61a Signed-off-by: jgart <jgart@dismail.de>
* gnu: cmus: Update to 2.11.0.Timotej Lazar2024-06-11
| | | | | | | * gnu/packages/music.scm (cmus): Update to 2.11.0. Change-Id: I2b0895640e3db1997c3e78c4d7def3ba9a97697e Signed-off-by: jgart <jgart@dismail.de>
* gnu: clementine: Build with libgpod.Sergey Trofimov2024-05-31
| | | | | | * gnu/packages/music.scm (clementine): Add libgpod to dependencies. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libgpod.Sergey Trofimov2024-05-31
| | | | | | | * gnu/packages/music.scm (libgpod): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: If4dbf8648b95f9c47d39de870be3227522454cc6
* gnu: qmmp: Update to 2.1.8.Timotej Lazar2024-05-27
| | | | | | | * gnu/packages/music.scm (qmmp): Update to 2.1.8. Change-Id: If3d04c4b8d20a262b61c1c7ec45b2a29f48f882e Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: wolf-shaper: Add tunable property.Efraim Flashner2024-05-06
| | | | | | * gnu/packages/music.scm (wolf-shaper)[properties]: Add tunable? flag. Change-Id: I32b26effaa18b814fcca8f4cd88b083969682a81
* gnu: wolf-shaper: Fix building on more architectures.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/music.scm (wolf-shaper)[arguments]: Add make-flag to disable optimizations. Change-Id: I2976d1769324765df3f0aa8b636f528526bdfd78
* gnu: musescore: Propagate alsa-plugins pulseaudio to runtime.Rovanion Luckey2024-05-06
| | | | | | | | | | | | | | | In order for libasound_module_conf_pulse.so to be present at runtime of MuseScore the alsa-plugins output "pulseaudio" must be present. Playback of scores was not working, at least on a foreign distro like Debian. When running on Debian, MuseScore complained that libasound_module_conf_pulse.so was missing at startup. This patch was tested on Debian 12 and fixed the issue. * gnu/packages/music.scm (musescore): Propagate alsa-plugins pulseaudio to runtime Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I4e2db8e45fdf33987817cef41bcd336526b16d90
* gnu: go-github-com-mgutz-ansi: Propagate inputs.Sharlatan Hellseher2024-04-28
| | | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-mgutz-ansi): Propagate inputs. * gnu/packages/music.scm (demlo) [native-inputs]: Remove go-github-com-mattn-go-isatty, and go-github-com-mattn-go-colorable. Change-Id: I26949e5ef7dd5cf3e118883c28a30d9e859a11b0
* gnu: lsp-plugins: Split outputs.Parnikkapore2024-04-26
| | | | | | | | | * gnu/packages/music.scm (lsp-plugins): Split outputs. [phases]: Add move-large-subdirs. [outputs]: Declare outputs. Change-Id: I50dc27b7ec43657fda12c7b03068f7be6290aeef Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: lsp-plugins: Enable all features.Parnikkapore2024-04-26
| | | | | | | | | * gnu/packages/music.scm (lsp-plugins): Enable all features. [make-flags]: Unset VST_UI. [phases]: Use upstream's feature list. Change-Id: I6f3b906e26819da8e72dc360ea55f3948fa2992e Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: lsp-plugins: Update build environment variables.Parnikkapore2024-04-26
| | | | | | | | | | * gnu/packages/music.scm (lsp-plugins): Update build environment variables. [make-flags]: Unset BUILD_MODULES, PREFIX, and ETC_PATH. [phases]: Set FEATURES and TEST. Change-Id: I24b6324eda6647429c7fe128abdc631b02f94cd1 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: lsp-plugins: Use new package style.Parnikkapore2024-04-26
| | | | | | | | * gnu/packages/music (lsp-plugins)[arguments]: Use G-expressions. Use #$output instead of assoc-ref. Change-Id: Idca583b06e54c15f98a8439e7fb2a553bf9b112c Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: lsp-plugins: Update to 1.2.15.Parnikkapore2024-04-26
| | | | | | | | | | * gnu/packages/music.scm (lsp-plugins): Update to 1.2.15. [phases]: Skip tests if tests are disabled. [inputs]: Remove unused inputs. [native-inputs]: Ditto. Change-Id: Iac82d106d7bd18049e7798c86afb9185d0ccff95 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: qmmp: Add missing inputs.Timotej Lazar2024-04-22
| | | | | | | | | * gnu/packages/music.scm (qmmp): Add inputs to support unpacking skins. [inputs]: Add tar and unzip. [arguments]: Add phase to set absolute paths to these programs. Change-Id: I79a6530ad27b474ecc64e5b7de36e0370595bc69 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: qmmp: Update to 2.1.7.Timotej Lazar2024-04-22
| | | | | | | * gnu/packages/music.scm (qmmp): Update to 2.1.7. [properties]: Add release-monitoring-url. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: Add qmmp.Timotej Lazar2024-04-16
| | | | | | | * gnu/packages/music.scm (qmmp): New variable. Change-Id: Id5548eaeb73904120473397cac74ef7a5f10ecec Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: powertabeditor: Update to 2.0.0-alpha19.Ricardo Wurmus2024-04-07
| | | | | | | | | | * gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha19. [arguments]: Remove 'fix-pugixml-detection phase; respect #:tests? setting in custom 'check phase. [inputs]: Drop labels; add nlohmann-json and qttools-5; remove rapidjson. [home-page]: Add missing letter. Change-Id: Idf8617f3d39dd97ba59753fc7294515032f1656d
* gnu: go-github-com-mattn-go-isatty: Move to golang-xyz.Sharlatan Hellseher2024-04-06
| | | | | | | | | | * gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/music.scm: Add (gnu packages golang-xyz) module. Change-Id: Ibbab55ed60afdd5513f91dde93550b2eff7a622c
* gnu: clyrics: Update to 0.16.Ludovic Courtès2024-04-04
| | | | | | * gnu/packages/music.scm (clyrics): Update to 0.16. Change-Id: Ie60ab9136accbb029e3072ed60aaa0f8341d3178
* gnu: Add mididings.Ricardo Wurmus2024-04-01
| | | | | | * gnu/packages/music.scm (mididings): New variable. Change-Id: I7a4c6d05c04c1ed62ff467c83c77defaa114f37e
* gnu: Add python-pysmf.Ricardo Wurmus2024-04-01
| | | | | | * gnu/packages/music.scm (python-pysmf): New variable. Change-Id: Ia3ddd5e47e4f42f3ef37b503c24a5df8e79b1726
* gnu: alsa-scarlett-gui: Update to 0.4.0.Ricardo Wurmus2024-04-01
| | | | | | | * gnu/packages/music.scm (alsa-scarlett-gui): Update to 0.4.0. [inputs]: Add openssl. Change-Id: I8d4101bd7bf64b2032f60b9b309bd1450f2fffbc
* gnu: zrythm: Update to 1.0.0-beta.4.12.5.Ricardo Wurmus2024-04-01
| | | | | | | | * gnu/packages/music.scm (zrythm): Update to 1.0.0-beta.4.12.5. [arguments]: Update disabled tests; remove patching of helper. [inputs]: Remove libaudec; add lsp-dsp-lib, pcre, and soxr. Change-Id: Id13a04aa270526ca8e105d5d4429d6ecbafe13c4
* gnu: muse-sequencer: Update to 4.2.1.Vinicius Monego2024-03-29
| | | | | | | * gnu/packages/music.scm (muse-sequencer): Update to 4.2.1. [native-inputs]: Add extra-cmake-modules. Change-Id: Ieba29ffd20539b8f5820bc1598db2262126ee0dc
* gnu: gsequencer: Update to 6.5.2.Vinicius Monego2024-03-23
| | | | | | * gnu/packages/music.scm (gsequencer): Update to 6.5.2. Change-Id: I028a10d05935b4b90ab9517de993fcd3b62bb07d
* gnu: a2jmidid: Fix build for riscv64-linux.Zheng Junjie2024-03-19
| | | | | | | * gnu/packages/music.scm (a2jmidid)[source]: Add snippet. Change-Id: I7bcbe87cba314eeb7f939ea64573b3717e4ed448 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: a2jmidid: Use G-expressions.Z5722024-03-19
| | | | | | | * gnu/packages/music.scm (a2jmidid)[arguments]: Use G-expressions. Change-Id: I05101e63ff5aec8946f6f8f187bb5a02960e0901 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: rosegarden: Update to 23.12.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/music.scm (rosegarden): Update to 23.12. Change-Id: I88b808eded4f85fe9b1f1afd3367d51a92dedd79
* gnu: musescore: Update to 4.2.1.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/music.scm (musescore): Update to 4.2.1. Change-Id: I99895852743c5f3ffa1cd79d5b815ed452e09ff3
* gnu: lilypond: Update to 2.24.3.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/music.scm (lilypond): Update to 2.24.3. Change-Id: I5af6092b25ae280832eab4fe50c3db10ab967d56
* gnu: hydrogen: Update to 1.2.3.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/music.scm (hydrogen): Update to 1.2.3. Change-Id: Ibd6651a7dbfb61f1dd0cc0c436a5a9cff0fb559a
* gnu: frescobaldi: Make it display icons with qtsvg-5.Marco Rimoldi2024-03-16
| | | | | | | | | | * gnu/packages/music.scm (frescobaldi) [origin]<uri>: Updated to avoid automatic redirect. [arguments]<phases>: Add 'wrap-executable to export QT_PLUGIN_PATH. [inputs]: Add qtsvg-5, bash-minimal. Change-Id: I55b3c56d41bd60e4ba4c938109ff41631e211ad2 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: portmidi: Add variant portmidi-2 updated to release 2.0.4.Marco Rimoldi2024-03-16
| | | | | | | | | | | | | | Tested with package Frescobaldi. Other packages dependent on the old 217 version still need to be tested and updated so that it can be phased out. * gnu/packages/music.scm (portmidi): Add variant portmidi-2. [version]: Change to new scheme, jumping from 217 to 2.0.4. [source]: Change origin from Sourceforge to GitHub. * gnu/packages/music.scm (python-pyportmidi) [inputs]: Change portmidi to portmidi-2. * gnu/packages/music.scm (frescobaldi) [inputs]: Change portmidi to portmidi-2. Change-Id: I2530d206e19e885082a95f1aac65348e7a51d4ca Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-pyportmidi: Update to 0.0.7-0.d9e5ee0.Marco Rimoldi2024-03-16
| | | | | | | | | | | | | | | When the PortMidi project moved to GitHub in 2021, changing version numbering scheme, the Python bindings were moved to a separate repository and marked as needing a new maintainer. The chosen revision, dated June 2023, is the first to allow the package to build successfully in the temporary lack of an official new release. * gnu/packages/music.scm (python-pyportmidi): Source moved, fix build. [version]: Change to new scheme, jumping from 217 to 0.0.7. [source]: Change origin from Sourceforge to GitHub. Change-Id: Ibe02edca39731f3f3c9001818665d2da97df9465 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: alsa-scarlett-gui: Use ungexp.Ricardo Wurmus2024-02-20
| | | | | | | | | This is a follow-up to commit 5d81aa8613e7f9e348ccc9fd83c25d75a900ba37. * gnu/packages/music.scm (alsa-scarlett-gui)[arguments]: Use #$output and THIS-PACKAGE-INPUT instead of ASSOC-REF. Change-Id: If56af33e361a215c63c5e004b81d2d0e84a2dd56
* gnu: alsa-scarlett-gui: Wrap with GSETTINGS_SCHEMA_DIR.Robby Zambito2024-02-20
| | | | | | | * gnu/packages/music.scm (alsa-scarlett-gui)[arguments]: Wrap with GSETTINGS_SCHEMA_DIR. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: abjad-ext-rmakers: Simplify package.Sharlatan Hellseher2024-02-11
| | | | | | | | * gnu/packages/music.scm (abjad-ext-rmakers) [build-system]: Swap to pyproject-build-system. [arguments]: Use standard 'check phase. Change-Id: Ic2591fbe35d7479e120048d334cc202a5e1c9243
* gnu: abjad-ext-rmakers: Fix build.Sharlatan Hellseher2024-02-11
| | | | | | | * gnu/packages/music.scm (abjad-ext-rmakers) [native-inputs]: Add python-sphinx-autodoc-typehints. Change-Id: Ide0e00b3c12180d341f1ed8052fb4e10a6504499
* gnu: abjad-ext-nauert: Simplify package.Sharlatan Hellseher2024-02-11
| | | | | | | | * gnu/packages/music.scm (abjad-ext-nauert) [build-system]: Swap to pyproject-build-system. [arguments]: Use standard 'check phase. Change-Id: Ica32dd692964d200a81628e82a8333656dc10170
* gnu: abjad-ext-nauert: Fix build.Sharlatan Hellseher2024-02-11
| | | | | | | * gnu/packages/music.scm (abjad-ext-nauert) [native-inputs]: Add python-sphinx-autodoc-typehints. Change-Id: Iec9dcbf1127ef7dc7b3bcd5a4be9eada51424f4a
* gnu: picard: Update to 2.11.Hilton Chain2024-02-05
| | | | | | * gnu/packages/music.scm (picard): Update to 2.11. Change-Id: I61c4563a09f195415f6a67f657e4f9061e2f4389
* gnu: abjad-ext-ipython: Fix build.Sharlatan Hellseher2024-01-16
| | | | | | | * gnu/packages/music.scm (abjad-ext-ipython): Fix build. [propagated-inputs]: Add python-sphinx-autodoc-typehints. Change-Id: Id20c0527e61b8be194c5387c6c43fdf82ab5ff09
* Merge branch 'master' into wip-webkitLiliana Marie Prikler2023-12-18
|\
| * gnu: Add alsa-scarlett-gui.Ricardo Wurmus2023-12-15
| | | | | | | | | | | | * gnu/packages/music.scm (alsa-scarlett-gui): New variable. Change-Id: Ia92a0be7e0f08cf42bc263f2c321b4617fa6935b
| * gnu: tascam-gtk: Update to 0.4-0.69fb86f.Ricardo Wurmus2023-12-15
| | | | | | | | | | | | | | * gnu/packages/music.scm (tascam-gtk): Update to 0.4-0.69fb86f. [inputs]: Replace libxml++-2 with libxml++-3. Change-Id: Iae8ff22ee7ee5888ff4d24209f2f09fbecf52889