aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/music.scm
Commit message (Collapse)AuthorAge
* gnu: Add comments to the bottom of a few more package modules.Christopher Baines2022-09-14
| | | | | | | | | | | | | | | | This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelihood of conflicts when applying patches. If there are more specific ways that packages should be arranged in specific modules, this message can be updated accordingly. * gnu/packages/crates-graphics.scm: Add comment discouraging adding packages to the bottom of the file. * gnu/packages/crates-gtk.scm: ditto. * gnu/packages/games.scm: ditto. * gnu/packages/music.scm: ditto. * gnu/packages/qt.scm: ditto. * gnu/packages/web.scm: ditto.
* gnu: strawberry: Update to 1.0.9.Michael Rohleder2022-09-08
| | | | | | | * gnu/packages/music.scm (strawberry): Update to 1.0.9. [inputs]: Add icu4c. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cmus: Update to 2.10.0.Nikolay Korotkiy2022-08-29
| | | | | | * gnu/packages/music.scm (cmus): Update to 2.10.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: beets: Update to 1.6.0.Michael Rohleder2022-08-22
| | | | | | | * gnu/packages/music.scm (beets): Update to 1.6.0. [inputs]: Remove python-six. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: qtractor: Fix build.Marius Bakke2022-08-13
| | | | | | This is a follow-up to commit 1ef04fb2288dade3ad2883026ae286a68ef13a1e. * gnu/packages/music.scm (qtractor)[inputs]: Change from QTSVG to QTSVG-5.
* gnu: gsequencer: Update to 4.3.4.Vinicius Monego2022-08-13
| | | | | | * gnu/packages/music.scm (gsequencer): Update to 4.3.4. [inputs]: Replace gtk+ with gtk, libsoup-minimal-2 with libsoup, webkitgtk-with-libsoup-2 with webkitgtk.
* gnu: mixxx: Update to 2.3.3.Vinicius Monego2022-08-13
| | | | * gnu/packages/music.scm (mixxx): Update to 2.3.3.
* gnu: strawberry: Update to 1.0.7.Michael Rohleder2022-08-02
| | | | | | * gnu/packages/music.scm (strawberry): Update to 1.0.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS
* gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
* gnu: qtmultimedia: Rename to qtmultimedia-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
* gnu: qtractor: Remove input labels.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/music.scm (qtractor)[inputs]: Remove input labels.
* gnu: qtractor: Update to 0.9.27.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/music.scm (qtractor): Update to 0.9.27. [inputs]: Add qtsvg.
* gnu: clyrics: Update to 0.13.Ludovic Courtès2022-07-19
| | | | * gnu/packages/music.scm (clyrics): Update to 0.13.
* gnu: rosegarden: Update to 22.06.Nicolas Goaziou2022-07-06
| | | | * gnu/packages/music.scm (rosegarden): Update to 22.06.
* gnu: Add luppp.Sughosha2022-07-01
| | | | | | * gnu/packages/music.scm (luppp): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add fabla.Sughosha2022-07-01
| | | | | | * gnu/packages/music.scm (fabla): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: sorcer: Update to 1.1.3-1.cc7f6f5.Sughosha2022-07-01
| | | | | | | | | | * gnu/packages/music.scm (sorcer): Update to 1.1.3-1.cc7f6f5. [source]: Fetch with git; remove generated C++ file. [native-inputs]: Replace faust with faust-0.9.67. This update fixes the building of the package. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: playerctl: Update to 2.4.1.Jose G Perez Taveras2022-06-28
| | | | | | | | | * gnu/packages/music.scm (playerctl): Update to 2.4.1. [arguments]: Remove -Dintrospection=false. [inputs]: Remove python-pygobject. [native-inputs]: Add gobject-introspection. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add orca-music.Christopher Rodriguez2022-06-26
| | | | * gnu/packages/music.scm (orca-music): New variable.
* gnu: muse-sequencer: Use Gexps.Vinicius Monego2022-06-18
| | | | * gnu/packages/music.scm (muse-sequencer)[arguments]: Use Gexps.
* gnu: muse-sequencer: Update to 4.1.0.Vinicius Monego2022-06-18
| | | | * gnu/packages/music.scm (muse-sequencer): Update to 4.1.0.
* gnu: rtmidi: Add version 5.0.0.Alexandros Theodotou2022-06-15
| | | | | | | | | | * gnu/packages/audio.scm (rtmidi): Update to 5.0.0. (rtmidi-4.0): New variable. * gnu/packages/music.scm (milkytracker)[inputs]: Use RTMIDI-4.0 rather than RTMIDI. (zrythm)[inputs]: Likewise. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: padthv1: Update to 0.9.26.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/music.scm (padthv1): Update to 0.9.26. [inputs]: Add qtsvg.
* gnu: samplv1: Update to 0.9.26.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/music.scm (samplv1): Update to 0.9.26. [inputs]: Add qtsvg.
* gnu: drumkv1: Update to 0.9.26.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/music.scm (drumkv1): Update to 0.9.26. [inputs]: Add qtsvg.
* gnu: synthv1: Update to 0.9.26.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/music.scm (synthv1): Update to 0.9.26. [inputs]: Add qtsvg.
* gnu: quodlibet: Add missing plugin dependencies.Wamm K. D2022-06-04
| | | | | | | * gnu/packages/music.scm (quodlibet)[inputs]: Add gtksourceview, keybinder-3.0, python-musicbrainzngs, and python-pyinotify. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: mod-host: Update to 0.10.6-4.cdd30dd.Maxim Cournoyer2022-05-31
| | | | | | | | | * gnu/packages/music.scm (mod-host): Update to 0.10.6-4.cdd30dd. [source]: Use git-version and git-file-name. [arguments]: Use gexps. [phases]: Delete trailing #t. [inputs]: Replace jack-1 with jack-2. [native-inputs]: replace python-2 with python-wrapper.
* gnu: Remove beast.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/music.scm (beast): Delete variable.
* gnu: solfege: Update to 3.23.5pre2.Maxim Cournoyer2022-05-31
| | | | | | | | | | | * gnu/packages/music.scm (solfege): Update to 3.23.5pre2. [source]: Use git. [arguments]: Use gexps. Remove trailing #t. [phases]{patch-python-shebangs, wrap-program}: Use search-file-input. {fix-version}: New phase. [inputs]: Use new style. Remove python-2 and python2-pygtk. Add python-wrapper and python-pygobject. [native-inputs]: Add autoconf and automake. Use latest texinfo.
* gnu: non-session-manager: Supersede with new-session-manager.Maxim Cournoyer2022-05-31
| | | | | | | | | | The new-session-manager project seems a more active fork (and the source of non-session-manager is no longer available from its project page). * gnu/packages/music.scm (non-sequencer): Mark as superseded with... (new-session-manager): ... this new package. (synthv1, drumkv1, samplv1, padthv1): Replace non-session-manager with new-session-manager.
* gnu: Remove gtklick.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/music.scm (gtklick): Delete variable.
* gnu: Remove mloop.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/music.scm (mloop): Delete variable.
* gnu: Remove python2-pyechonest.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/music.scm (python2-pyechonest): Delete variable.
* gnu: Remove python2-musicbrainzngs.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/music.scm (python2-musicbrainzngs): Delete variable.
* gnu: Remove ingen.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/music.scm (ingen): Delete variable.
* gnu: non-sequencer: Update to 1.9.5-5.257ec59.Ricardo Wurmus2022-05-30
| | | | | | | | | | | | * gnu/packages/music.scm (non-sequencer): Update to 1.9.5-5.257ec59. [source]: Use fork as old repository is defunct; use git-file-name and git-version. [arguments]: Remove python-2; add phase to replace bundled waf. [native-inputs]: Add python-waf. (non-session-manager)[native-inputs]: Add python-waf. (non-mixer)[inputs]: Add lv2 and lilv. [native-inputs]: Add python-waf. (non-timeline)[native-inputs]: Add python-waf.
* gnu: quodlibet: Correct wrappers.Liliana Marie Prikler2022-05-30
| | | | | | * gnu/packages/music.scm (quodlibet)[#:phases]: Rename ‘wrap-gi-typelib’ to ‘wrap-extra-paths’. Use ‘=’ for GI_TYPELIB_PATH. Add ‘GST_PLUGIN_SYSTEM_PATH’ with suffix binding.
* gnu: quodlibet: Fix inputs.Liliana Marie Prikler2022-05-28
| | | | | * gnu/packages/music.scm (quodlibet)[inputs]: Add bash-minimal for ‘wrap-program’. Remove extraneous gtk+.
* gnu: Add quodlibet.Remco van 't Veer2022-05-28
| | | | | | * gnu/packages/music.scm (quodlibet): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: dumb: Fix build.Foo Chuan Wei2022-05-24
| | | | | | | * gnu/packages/music.scm (dumb, dumb-allegro4): Fix failing build of "dumb" caused by missing allegro-4 dependency. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qtractor: Update to 0.9.26.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/music.scm (qtractor): Update to 0.9.26.
* gnu: padthv1: Update to 0.9.25.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/music.scm (padthv1): Update to 0.9.25.
* gnu: samplv1: Update to 0.9.25.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/music.scm (samplv1): Update to 0.9.25.
* gnu: drumkv1: Update to 0.9.25.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/music.scm (drumkv1): Update to 0.9.25.
* gnu: synthv1: Update to 0.9.25.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/music.scm (synthv1): Update to 0.9.25.
* gnu: gsequencer: Update to 3.18.2.Vinicius Monego2022-04-20
| | | | * gnu/packages/music.scm (gsequencer): Update to 3.18.2.