Commit Graph

1206 Commits

Author SHA1 Message Date
Ricardo Wurmus
3339f6f550
gnu: foo-yc20: Drop input labels.
* gnu/packages/music.scm (foo-yc20)[inputs]: Drop labels.
2023-02-07 15:04:12 +01:00
Ricardo Wurmus
85e387fe89
gnu: libsmf: Simplify description.
* gnu/packages/music.scm (libsmf)[description]: Remove claim about
dependencies.
2023-02-07 15:04:12 +01:00
Ricardo Wurmus
6de3c1088e
gnu: libsmf: Use gexp.
* gnu/packages/music.scm (libsmf)[arguments]: Use gexp.
2023-02-07 15:04:11 +01:00
Ricardo Wurmus
76f4f79267
gnu: lmms: Reformat description.
* gnu/packages/music.scm (lmms)[description]: Reformat.
2023-02-07 15:04:11 +01:00
Ricardo Wurmus
7dcc4d70ee
gnu: lmms: Use Gexp.
* gnu/packages/music.scm (lmms)[arguments]: Use gexp; drop trailing #T from
build phase.
2023-02-07 15:04:11 +01:00
Ricardo Wurmus
5a88a42fde
gnu: lmms: Drop input labels.
* gnu/packages/music.scm (lmms)[inputs]: Drop labels.
2023-02-07 15:04:03 +01:00
Maxim Cournoyer
6e946a55b5
gnu: hydrogen: Remove lash input.
* gnu/packages/music.scm (hydrogen) [inputs]: Remove lash.
[phases]: Remove trailing #t.
[native-inputs]: Remove labels.
[home-page]: Update URL.
2023-02-07 08:23:59 -05:00
Maxim Cournoyer
42ee282d2d
gnu: jack-keyboard: Update to 2.7.2.
* gnu/packages/music.scm (jack-keyboard): Update to 2.7.2.
[build-system]: Use cmake-build-system.
[arguments]: Set #:tests? to #f.  Adjust configure-flags for CMake.
[native-inputs]: Delete field.
[home-page]: Update URL.
2023-02-07 08:23:58 -05:00
Maxim Cournoyer
5449290b57
gnu: jack-keyboard: Remove lash input.
* gnu/packages/music.scm (jack-keyboard) [inputs]: Remove lash.
2023-02-07 08:23:58 -05:00
Maxim Cournoyer
73b248c841
gnu: muse-sequencer: Remove lash input.
* gnu/packages/music.scm (muse-sequencer) [inputs]: Remove lash.
[native-inputs]: Remove labels.
2023-02-07 08:23:58 -05:00
Maxim Cournoyer
c3115e3517
gnu: seq24: Remove lash input.
* gnu/packages/music.scm (seq24) [inputs]: Remove lash.
[home-page]: Update URL.
2023-02-07 08:23:58 -05:00
Jonathan Brielmaier
607f1738db
gnu: lilypond: Remove input labels.
* gnu/packages/music.scm (lilypond)[inputs]: Remove input labels.
[native-inputs]: Dito.
2023-02-06 23:24:27 +01:00
jgart
1df2430f46
gnu: lilypond: Update to 2.24.0.
* gnu/packages/music.scm (lilypond): Update to 2.24.0.
[arguments]: Remove adjust-to-API-change, prepare-configuration, and
install-info phases. Use disable-documentation flag and GUILE_FLAVOUR
environment variable. Remove make-flags keyword option.
[inputs]: Add extractpdfmark and update guile to 3.0.
[native-inputs]: Update Python 2 to 3 and add missing texlive-fontinst
and texlive-lm.
[home-page]: Update it.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Tested-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-06 23:18:54 +01:00
Ricardo Wurmus
f5446f7211
gnu: liquidsfz: Update to 0.3.1.
* gnu/packages/music.scm (liquidsfz): Update to 0.3.1.
[source]: Fetch with git.
[arguments]: Replace 'bootstrap phase.
[native-inputs]: Add autoconf, automake, and libtool.
[inputs]: Drop labels.
2023-02-02 13:00:14 +01:00
Ricardo Wurmus
45e3933421
gnu: sfizz: Do not delete bundled simde headers.
* gnu/packages/music.scm (sfizz)[source]: Keep simde headers because we can't
provide the required version.
2023-02-02 10:23:09 +01:00
Efraim Flashner
4cf1acc7f3
Merge remote-tracking branch 'origin/master' into core-updates
Conflicts:
	doc/guix.texi
	gnu/local.mk
	gnu/packages/admin.scm
	gnu/packages/base.scm
	gnu/packages/chromium.scm
	gnu/packages/compression.scm
	gnu/packages/databases.scm
	gnu/packages/diffoscope.scm
	gnu/packages/freedesktop.scm
	gnu/packages/gnome.scm
	gnu/packages/gnupg.scm
	gnu/packages/guile.scm
	gnu/packages/inkscape.scm
	gnu/packages/llvm.scm
	gnu/packages/openldap.scm
	gnu/packages/pciutils.scm
	gnu/packages/ruby.scm
	gnu/packages/samba.scm
	gnu/packages/sqlite.scm
	gnu/packages/statistics.scm
	gnu/packages/syndication.scm
	gnu/packages/tex.scm
	gnu/packages/tls.scm
	gnu/packages/version-control.scm
	gnu/packages/xml.scm
	guix/build-system/copy.scm
	guix/scripts/home.scm
2023-01-30 12:39:40 +02:00
kiasoc5
5062c64ccb
gnu: zynaddsubfx: Update to 3.0.6.
* gnu/packages/music.scm (zynaddsubfx): Update to 3.0.6.
[phases]: Remove trailing #t.
[inputs]: Add fftwf.
[native-inputs]: Add ruby.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30 10:53:10 +08:00
Sughosha
e225dbcb1d
gnu: pd: Update to 0.53-1.
* gnu/packages/music.scm (pd): Update to 0.53-1.
[arguments]: Add "--disable-oss" and "--without-local-portaudio" to
configure-flags.
[inputs]: Add portaudio.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-29 14:53:41 +08:00
kiasoc5
75749bbf7b
gnu: zam-plugins: Use new package style.
* gnu/packages/music.scm (zam-plugins)[arguments]: Use G-expressions. Use #$output instead of assoc-ref.
[home-page]: Use https.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-01-31 14:16:34 +00:00
kiasoc5
511b57deac
gnu: zam-plugins: Update to 4.1.
* gnu/packages/music.scm (zam-plugins): Update to 4.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-01-31 14:16:06 +00:00
kiasoc5
8781ab4057
gnu: x42-plugins: Use new package style.
* gnu/packages/music.scm (x42-plugins)[arguments]: Use g-expressions. Remove
references to %outputs and %build-inputs.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-01-31 14:15:03 +00:00
kiasoc5
d386fa6cba
gnu: x42-plugins: Update to 20221119.
* gnu/packages/music.scm (x42-plugins): Update to 20221119.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-01-31 14:12:35 +00:00
Michael Rohleder
d5fece6bfe
gnu: strawberry: Update to 1.0.14.
* gnu/packages/music.scm (strawberry): Update to 1.0.14.
[inputs]: Remove qtx11extras (left from qt5 to qt6 migration).

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-26 11:11:19 +01:00
Sughosha
dfcd913578
gnu: Add synthpod.
* gnu/packages/music.scm (synthpod): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-01-25 00:22:53 +01:00
Sughosha
3846ceec4e
gnu: Add petri-foo.
* gnu/packages/music.scm (petri-foo): New public variable.
* gnu/packages/patches/petri-foo-0.1.87-fix-recent-file-not-exist.patch
* gnu/local.mk (GNU_SYSTEM_MODULES): Add the new patch file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-19 17:54:50 +01:00
Daniel Meißner
0cf98fbc4e
gnu: mamba: Use G-expressions.
* gnu/packages/music.scm (mamba)[arguments]: Use G-expressions.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 12:48:59 -05:00
Daniel Meißner
045dd3402f
gnu: mamba: Update to 2.3.
* gnu/packages/music.scm (mamba): Update to 2.3.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 12:48:58 -05:00
Daniel Meißner
f6943167b4
gnu: mamba: Use correct version of libsigc++.
* gnu/packages/music.scm (mamba)[inputs]: Use libsigc++ version 2 instead of
version 3.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 12:48:58 -05:00
Tobias Geerinckx-Rice
00ba3ad4c3
gnu: muse-sequencer: Also run on Wayland.
* gnu/packages/music.scm (muse-sequencer)[inputs]: Add qtwayland-5.

Reported by f1refly in #guix.
2023-01-08 01:00:23 +01:00
Nicolas Goaziou
6e55c1732c
gnu: rosegarden: Run tests.
* gnu/packages/music.scm (rosegarden)[arguments]<#:phases>: Actually run
tests.  Also fix or skip failing tests.
2023-01-08 15:17:59 +01:00
Nicolas Goaziou
bf707d29e5
gnu: rosegarden: Update to 22.12.1.
* gnu/packages/music.scm (rosegarden): Update to 22.12.1.
2023-01-08 15:17:58 +01:00
Michael Rohleder
6232e7a067
gnu: strawberry: Update to 1.0.12.
* gnu/packages/music.scm (strawberry): Update to 1.0.12.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-01-07 19:55:59 +01:00
Michael Rohleder
72c9247491
gnu: strawberry: Use qt6 instead of qt5.
* gnu/packages/music.scm (strawberry)[inputs]: Remove qtbase-5. Add qtbase.
[native-inputs]: Remove qttools-5. Add qttools.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-01-07 19:54:46 +01:00
Marius Bakke
3eec6dd215
gnu: frescobaldi: Don't depend on QtWebKit.
* gnu/packages/music.scm (frescobaldi)[inputs]: Change from PYTHON-PYQT to
PYTHON-PYQT-WITHOUT-QTWEBKIT.
2023-01-03 15:33:13 +01:00
Nicolas Goaziou
851fbac0a9
gnu: sfizz: Improve package style.
* gnu/packages/music.scm (sfizz)[arguments]: Use G-expressions.
[inputs]: Remove input labels.
2022-12-20 11:15:07 +01:00
Nicolas Goaziou
2ad9bf1661
gnu: sfizz: Update to 1.2.0.
* gnu/packages/music.scm (sfizz): Update to 1.2.0.
[arguments]<#:configure-flags>: Use system Pugixml.
2022-12-20 11:15:06 +01:00
Liliana Marie Prikler
5281bcc858
gnu: musescore: Fix build.
* gnu/packages/music.scm (musescore)[snippet]: Remove crashpad_handler and
associated install actions.
[arguments]<#:configure-flags>: Add “-DBUILD_DIAGNOSTICS=OFF”.
[inputs]: Add qtquickcontrols-5.

Co-authored-by: Vivien Kraus <vivien@planete-kraus.eu>
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-19 18:12:05 +01:00
Nicolas Goaziou
ef7ad7d451
gnu: rosegarden: Improve package style.
* gnu/packages/music.scm (rosegarden)[arguments]: Use G-expressions and
SEARCH-INPUT-FILE.
[inputs]: Use BASH-MINIMAL instead of BASH.
2022-12-14 21:14:28 +01:00
Nicolas Goaziou
b363756306
gnu: rosegarden: Update to 22.12.
* gnu/packages/music.scm (rosegarden): Update to 22.12.
[inputs]: Add SHARED-MIME-INFO.
2022-12-14 21:14:28 +01:00
Nicolas Goaziou
9f93bcd186
gnu: musescore: Update to 4.0.
* gnu/packages/music.scm (musescore): Update to 4.0.
[snippet]: Do not remove non-existing directories.
[arguments]<#:configure-flags>: Do not mention non-existing flags.
[native-inputs]: Add GIT-MINIMAL.
[inputs]: Add PYTHON, QTNETWORKAUTH-5, QTX11EXTRAS.
[license]: Switch to GPL3.
2022-12-14 21:14:28 +01:00
Marius Bakke
79564bf997
gnu: ffmpeg: Promote version 5 to the default.
* gnu/packages/video.scm (ffmpeg): Alias to FFMPEG-5.
(mlt-6)[inpust]: Replace "ffmpeg" with FFMPEG-4.
(transcode, libquicktime, ffmpegthumbnailer, mplayer, obs,
simplescreenrecorder, handbrake, ffms2, libopenshot, wlstream)[inputs]: Change
from FFMPEG to FFMPEG-4.
* gnu/packages/arcan.scm (arcan)[inputs]: Likewise.
* gnu/packages/astronomy.scm (stackistry, libskry)[inputs]: Likewise.
* gnu/packages/audio.scm (aubio, bs1770gain)[inputs]: Likewise.
* gnu/packages/education.scm (openboard)[inputs]: Likewise.
* gnu/packages/emulators.scm (dolphin-emu, retroarch, pcsxr, ppsspp)[inputs]:
Likewise.
* gnu/packages/game-development.scm (warsow-qfusion)[inputs]: Likewise.
* gnu/packages/games.scm (oshu, hedgewars)[inputs]: Likewise.
* gnu/packages/gnunet.scm (libextractor)[inputs]: Likewise.
* gnu/packages/graphics.scm (openscenegraph)[inputs]: Likewise.
* gnu/packages/image-processing.scm (opencv, paraview-5.9)[inputs]: Likewise.
* gnu/packages/julia-jll.scm (julia-ffmpeg-jll)[inputs]: Likewise.
* gnu/packages/kde-multimedia.scm (kid3)[inputs]: Likewise.
* gnu/packages/kodi.scm (kodi)[inputs]: Likewise.
* gnu/packages/linphone.scm (mediastreamer2)[inputs]: Likewise.
* gnu/packages/linux.scm (pipewire)[inputs]: Likewise.
(pipewire-0.3)[inputs]: Replace "ffmpeg" with FFMPEG.
* gnu/packages/mp3.scm (chromaprint)[inputs]: Change from FFMPEG to FFMPEG-4.
* gnu/packages/music.scm (musikcube)[inputs]: Likewise.
* gnu/packages/rdesktop.scm (freerdp)[inputs]: Likewise.
* gnu/packages/qt.scm (qtwebengine-5)[inputs]: Likewise.
2022-12-12 15:12:58 +01:00
Marius Bakke
240c823ae1
gnu: pianobar: Update to 2022.04.01.
* gnu/packages/music.scm (pianobar): Update to 2022.04.01.
2022-12-12 15:12:58 +01:00
Marius Bakke
f16358144f
gnu: wxWidgets: Update to 3.2.1.
* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.1.
[source](modules, snippet): New fields.
[inputs]: Remove SDL.  Add CATCH-FRAMEWORK, EXPAT, GSTREAMER,
GST-PLUGINS-BASE, LIBNOTIFY, LIBPNG, LIBSECRET, PCRE, SDL2,
WEBKITGTK-WITH-LIBSOUP2, and ZLIB
[arguments]: Add "--enable-mediactrl" and "--enable-gui" to #:configure-flags.
Remove aarch64 workaround.  Install catch header in refer-to-inputs phase.
Add phase to adjust WebKitGTK version.
(wxwidgets-3.1, wxwidgets-gtk2-3.1): Remove variables.
(wxwidgets-3.0, (wxwidgets-gtk2-3.0): New variables.
(wxsvg)[inputs]: Change from WXWIDGETS-3.1 to WXWIDGETS.
* gnu/packages/audio.scm (audacity)[inputs]: Likewise.
* gnu/packages/cdrom.scm (dvdstyler)[inputs]: Likewise.
* gnu/packages/astronomy.scm (imppg)[inputs]: Change from WXWIDGETS to
WXWIDGETS-3.0.
* gnu/packages/ftp.scm (filezilla)[inputs]: Likewise.
* gnu/packages/games.scm (megaglest)[inputs]: Likewise.
* gnu/packages/geo.scm (opencpn)[inputs]: Likewise.
* gnu/packages/music.scm (sooperlooper)[inputs]: Likewise.
* gnu/packages/engineering.scm (kicad)[arguments]: Enable EGL support.
2022-12-02 19:08:27 +01:00
Sughosha
5f42c018d6
gnu: Add paulxstretch.
* gnu/packages/music.scm (paulxstretch): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-28 23:34:15 +01:00
Marius Bakke
ef51ca870f
gnu: sooperlooper: Remove input labels.
* gnu/packages/music.scm (sooperlooper)[inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-DIRECTORY instead of labels.
2022-11-27 21:19:50 +01:00
Marius Bakke
1fb51bd5af
gnu: sooperlooper: Update to 1.7.8.
* gnu/packages/music.scm (sooperlooper): Update to 1.7.8.
[source](uri): Adjust to current.
2022-11-27 21:19:50 +01:00
Marius Bakke
10351fe5d0
gnu: sooperlooper: Update home page.
* gnu/packages/music.scm (sooperlooper)[home-page]: Follow redirect.
2022-11-27 21:19:50 +01:00
kiasoc5
88e2c715d6
gnu: qtractor: Use qt6 instead of qt5.
* gnu/packages/music.scm (qtractor)[inputs]: Remove qtbase-5, qtsvg-5, and
qtx11extras; add qtbase and qtsvg.
[native-inputs]: Remove qttools-5; add qttools.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-21 14:25:15 +00:00
kiasoc5
50d47b20eb
gnu: padthv1: Use qt6 instead of qt5.
* gnu/packages/music.scm (padthv1)[inputs]: Remove qtbase-5 and qtsvg-5; add
qtbase and qtsvg.
[native-inputs]: Remove qttools-5; add qttools.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-21 14:25:15 +00:00
kiasoc5
52cea4d068
gnu: samplv1: Use qt6 instead of qt5.
* gnu/packages/music.scm (samplv1)[inputs]: Remove qtbase-5 and qtsvg-5; add
qtbase and qtsvg.
[native-inputs]: Remove qttools-5; add qttools.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-21 14:25:15 +00:00
kiasoc5
a634db15ca
gnu: drumkv1: Use qt6 instead of qt5.
* gnu/packages/music.scm (drumkv1)[inputs]: Remove qtbase-5 and qtsvg-5; add
qtbase and qtsvg.
[native-inputs]: Remove qttools-5; add qttools.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-21 14:25:14 +00:00
kiasoc5
bb31286b1c
gnu: synthv1: Use qt6 instead of qt5.
* gnu/packages/music.scm (synthv1)[inputs]: Remove qtbase-5 and qtsvg-5; add
qtbase and qtsvg.
[native-inputs]: Remove qttools-5; add qttools.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-21 14:25:14 +00:00
Ricardo Wurmus
238d983b4e
gnu: bchoppr: Update to 1.12.0.
* gnu/packages/music.scm (bchoppr): Update to 1.12.0.
2022-11-20 21:48:42 +01:00
Marius Bakke
20d5b8b4d5
gnu: fmit: Remove input labels.
* gnu/packages/music.scm (fmit)[native-inputs]: Remove labels.
2022-11-20 15:15:33 +01:00
Marius Bakke
9b808922e9
gnu: fmit: Fix build.
* gnu/packages/music.scm (fmit)[arguments]: Adjust for label changes.
2022-11-20 15:15:33 +01:00
Sughosha
6d833c1f52
gnu: lsp-plugins: Update to 1.2.3
* gnu/packages/music.scm (lsp-plugins): Update to 1.2.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-08 14:06:01 +01:00
Sughosha
7699f5e4fe
gnu: yoshimi: Fix references to /usr/share.
* gnu/packages/music.scm (yoshimi)[arguments]: Add 'fix-paths' phase.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-11-08 14:06:00 +01:00
Sughosha
94984f490c
gnu: yoshimi: Update to 2.2.2.1
* gnu/packages/music.scm (yoshimi): Update to 2.2.2.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-08 14:06:00 +01:00
Vinicius Monego
3e259442e7
gnu: gsequencer: Update to 4.4.2.
* gnu/packages/music.scm (gsequencer): Update to 4.4.2.
2022-11-05 10:13:54 -03:00
Michael Rohleder
318581c5fc
gnu: strawberry: Remove trailing #t from phases and snippet.
* gnu/packages/music.scm (strawberry)[arguments]<#:phases>: Remove trailing #t.
[snippet]: Likewise.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-03 18:17:07 +01:00
Michael Rohleder
7f75be7312
gnu: strawberry: Update to 1.0.10.
* gnu/packages/music.scm (strawberry): Update to 1.0.10.
[inputs]: Add gdk-pixbuf.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-03 18:16:50 +01:00
Nicolas Goaziou
adeecacde9
gnu: helm: Improve package style.
* gnu/packages/music.scm (helm)[arguments]: Use G-expressions.  Remove trailing  #T from phases.
[inputs]: Remove labels.  Sort alphabetically.
[native-inputs]: Sort alphabetically.
2022-10-29 23:52:15 +02:00
Sughosha via Guix-patches via
6db22e5262
gnu: helm: fix not finding Factory Presets
* gnu/packages/music.scm (helm): Fix not finding Factory Presets.
  This change fixes hardcoded paths so that Factory Presets can be found.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-10-29 23:52:15 +02:00
Tobias Geerinckx-Rice
b4c5eb7a7c
gnu: qtractor: Update to 0.9.29.
* gnu/packages/music.scm (qtractor): Update to 0.9.29.
2022-10-16 02:00:00 +02:00
Tobias Geerinckx-Rice
cf6b06c103
gnu: audacious: Update to 4.2.
* gnu/packages/music.scm (audacious): Update to 4.2.
[arguments]: Don't explicitly return #t from phases.
2022-10-16 02:00:26 +02:00
Tobias Geerinckx-Rice
a0625f70f5
gnu: pd: Use G-expressions.
* gnu/packages/music.scm (pd)[arguments]: Rewrite as G-expressions,
and use SEARCH-INPUT-FILE.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
4fad3eb016
gnu: pd: Remove input labels.
* gnu/packages/music.scm (pd)[native-inputs]:
Remove input labels.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
9d0e389053
gnu: pd: Remove trailing #t from phases.
* gnu/packages/music.scm (pd)[arguments]: Don't explicitly return #t from phases.
2022-10-16 02:00:01 +02:00
Sughosha via Guix-patches via
7b7aee6af9
gnu: pd: Update to 0.52-2.
* gnu/packages/music.scm (pd): Update to 0.52-2.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
9f3d6e2885
gnu: qtractor: Update to 0.9.28.
* gnu/packages/music.scm (qtractor): Update to 0.9.28.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
8c4ef41622
gnu: padthv1: Update to 0.9.27.
* gnu/packages/music.scm (padthv1): Update to 0.9.27.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
884e7b2e47
gnu: samplv1: Update to 0.9.27.
* gnu/packages/music.scm (samplv1): Update to 0.9.27.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
e63e2518c2
gnu: drumkv1: Update to 0.9.27.
* gnu/packages/music.scm (drumkv1): Update to 0.9.27.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
060a154aad
gnu: synthv1: Update to 0.9.27.
* gnu/packages/music.scm (synthv1): Update to 0.9.27.
2022-10-16 02:00:01 +02:00
Remco van 't Veer
51ab8b8553
gnu: quodlibet: Fix build.
Some tests fail because adwaita-icon-theme doesn't ship legacy icons
anymore since version 42.  Application runs fine without visual defects.

* gnu/packages/music.scm (quodlibet): Skip trayicon tests.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-30 15:48:39 +02:00
kiasoc5
a47a051e3d
gnu: picard: Update to 2.8.3, modernize package.
* gnu/packages/music.scm (picard): Update to 2.8.3.
[source]: Remove patch.
[arguments]: Use G-expressions. Remove trailing #t.
[native-inputs]: Remove input labels.
[inputs]: Add python-fasteners, python-pyyaml, python-markdown, python-pyjwt. Remove a transitive
dependency on QtWebKit. See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/patches/picard-fix-id3-rename-test.patch: Remove it.
* gnu/local.mk (dist_path_DATA): Update accordingly.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-30 15:43:35 +02:00
Sughosha
2adb33279a
gnu: zplugins: Update to 0.2.4
* gnu/packages/music (zplugins): Update to 0.2.4

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-09-28 13:01:25 -04:00
Maxim Cournoyer
4920f6e634
Merge branch 'staging' into core-updates
Conflicts resolved in:
	gnu/local.mk
	gnu/packages/cmake.scm
	gnu/packages/glib.scm
	gnu/packages/gnome.scm
	gnu/packages/gtk.scm
	gnu/packages/sdl.scm

pango-next, vala-next and librsvg-bootstrap were removed in the process.
2022-09-15 11:43:21 -04:00
Christopher Baines
fa4fffbd08
gnu: Add comments to the bottom of a few more package modules.
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.
2022-09-14 09:33:11 +01:00
Marius Bakke
65302a7045
gnu: Deprecate the 'python-pytest-6' variable.
* gnu/packages/check.scm (python-pytest-6): Deprecate.
* gnu/packages/matrix.scm (python-matrix-nio)[native-inputs]: Change from
PYTHON-PYTEST-6 to PYTHON-PYTEST.
* gnu/packages/music.scm (beets)[native-inputs]: Likewise.
* gnu/packages/python-xyz.scm (python-munkres, python-cons)[native-inputs]: Likewise.
2022-09-09 17:03:56 +02:00
Marius Bakke
884548b476
Merge branch 'staging' into core-updates 2022-09-08 21:12:52 +02:00
Michael Rohleder
26aa149be8
gnu: strawberry: Update to 1.0.9.
* gnu/packages/music.scm (strawberry): Update to 1.0.9.
[inputs]: Add icu4c.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-08 16:22:23 +02:00
Liliana Marie Prikler
21175594a2
gnu: Make gtksourceview-5 the default gtksourceview.
* gnu/packages/gtk.scm (gtksourceview-5): Rename to gtksourceview.
(gtksourceview): Rename to gtksourceview-4.  Adjust accordingly.
(gtksourceview-3): Adjust accordingly.
* gnu/packages/gnome.scm (tepl, sushi, gedit, gnome-calculator, xpad)
(gitg, gnome-boxes, gnome-latex, setzer, gnome-builder)
(gtranslator): Use gtksourceview-4.
* gnu/packages/guile-xyz.scm (nomad): Likewise.
* gnu/packages/mail.scm (balsa): Likewise.
* gnu/packages/messaging.scm (gajim): Likewise.
* gnu/packages/music.scm (zrythm, quodlibet): Likewise.
* gnu/packages/syndication.scm (giara): Likewise.
* gnu/packages/xfce.scm (mousepad): Likewise.
2022-09-02 17:04:46 +02:00
Nikolay Korotkiy
cc6c079230
gnu: cmus: Update to 2.10.0.
* gnu/packages/music.scm (cmus): Update to 2.10.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-08-29 16:25:08 +03:00
Michael Rohleder
79a8cfffe9
gnu: beets: Update to 1.6.0.
* gnu/packages/music.scm (beets): Update to 1.6.0.
[inputs]: Remove python-six.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-22 14:18:29 +08:00
Marius Bakke
dfd4474461
gnu: qtractor: Fix build.
This is a follow-up to commit 1ef04fb228.

* gnu/packages/music.scm (qtractor)[inputs]: Change from QTSVG to QTSVG-5.
2022-08-13 19:24:34 +02:00
Vinicius Monego
bea916aea7
gnu: gsequencer: Update to 4.3.4.
* 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.
2022-08-13 14:05:19 -03:00
Vinicius Monego
b2ba54d007
gnu: mixxx: Update to 2.3.3.
* gnu/packages/music.scm (mixxx): Update to 2.3.3.
2022-08-13 02:34:02 -03:00
Michael Rohleder
ead27209b5
gnu: strawberry: Update to 1.0.7.
* gnu/packages/music.scm (strawberry): Update to 1.0.7.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-02 16:21:29 +08:00
Maxim Cournoyer
eef8e2ec46
gnu: qttools: Rename to qttools-5.
Automated with:

  git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:48 -04:00
Maxim Cournoyer
1130fc5991
gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.
Automated via:

  git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:45 -04:00
Maxim Cournoyer
735d340ae4
gnu: qtdeclarative: Rename to qtdeclarative-5.
Automated via the following commands:

  git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
5f22854339
gnu: qtmultimedia: Rename to qtmultimedia-5.
Automated via:

  git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i
  git checkout NEWS
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
1ef04fb228
gnu: qtsvg: Rename variable to qtsvg-5.
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
2022-07-31 21:55:43 -04:00
Tobias Geerinckx-Rice
80108cac05
gnu: qtractor: Remove input labels.
* gnu/packages/music.scm (qtractor)[inputs]:
Remove input labels.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
85347b0f34
gnu: qtractor: Update to 0.9.27.
* gnu/packages/music.scm (qtractor): Update to 0.9.27.
[inputs]: Add qtsvg.
2022-07-24 02:00:00 +02:00
Ludovic Courtès
dbf0987971
gnu: clyrics: Update to 0.13.
* gnu/packages/music.scm (clyrics): Update to 0.13.
2022-07-19 18:57:05 +02:00
Nicolas Goaziou
8821777808
gnu: rosegarden: Update to 22.06.
* gnu/packages/music.scm (rosegarden): Update to 22.06.
2022-07-06 19:45:01 +02:00
Sughosha
aba1ee5553
gnu: Add luppp.
* gnu/packages/music.scm (luppp): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-01 19:12:01 +02:00
Sughosha
697e75fca5
gnu: Add fabla.
* gnu/packages/music.scm (fabla): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-01 19:08:46 +02:00
Sughosha
3b19dbd703
gnu: sorcer: Update to 1.1.3-1.cc7f6f5.
* 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>
2022-07-01 19:03:48 +02:00
Jose G Perez Taveras
875ed928e6
gnu: playerctl: Update to 2.4.1.
* 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>
2022-06-28 22:41:18 +01:00
Christopher Rodriguez
a21583de54
gnu: Add orca-music.
* gnu/packages/music.scm (orca-music): New variable.
2022-06-26 15:38:46 -04:00
Vinicius Monego
f91797b1e5
gnu: muse-sequencer: Use Gexps.
* gnu/packages/music.scm (muse-sequencer)[arguments]: Use Gexps.
2022-06-18 13:06:45 -03:00
Vinicius Monego
e2de652d57
gnu: muse-sequencer: Update to 4.1.0.
* gnu/packages/music.scm (muse-sequencer): Update to 4.1.0.
2022-06-18 13:06:41 -03:00
Alexandros Theodotou
c363843349
gnu: rtmidi: Add version 5.0.0.
* 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>
2022-06-15 00:25:21 +02:00
Tobias Geerinckx-Rice
424a14a386
gnu: padthv1: Update to 0.9.26.
* gnu/packages/music.scm (padthv1): Update to 0.9.26.
[inputs]: Add qtsvg.
2022-06-05 02:00:08 +02:00
Tobias Geerinckx-Rice
a73f88499e
gnu: samplv1: Update to 0.9.26.
* gnu/packages/music.scm (samplv1): Update to 0.9.26.
[inputs]: Add qtsvg.
2022-06-05 02:00:08 +02:00
Tobias Geerinckx-Rice
b40d7fd001
gnu: drumkv1: Update to 0.9.26.
* gnu/packages/music.scm (drumkv1): Update to 0.9.26.
[inputs]: Add qtsvg.
2022-06-05 02:00:08 +02:00
Tobias Geerinckx-Rice
65f66245d4
gnu: synthv1: Update to 0.9.26.
* gnu/packages/music.scm (synthv1): Update to 0.9.26.
[inputs]: Add qtsvg.
2022-06-05 02:00:08 +02:00
Wamm K. D
c950d3ffe1
gnu: quodlibet: Add missing plugin dependencies.
* 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>
2022-06-04 08:35:04 +02:00
Maxim Cournoyer
d986c34560
gnu: mod-host: Update to 0.10.6-4.cdd30dd.
* 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.
2022-05-31 14:54:11 -04:00
Maxim Cournoyer
00dff2c768
gnu: Remove beast.
* gnu/packages/music.scm (beast): Delete variable.
2022-05-31 14:54:05 -04:00
Maxim Cournoyer
8ab2f519d4
gnu: solfege: Update to 3.23.5pre2.
* 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.
2022-05-31 14:53:43 -04:00
Maxim Cournoyer
f9cd6d905b
gnu: non-session-manager: Supersede with new-session-manager.
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.
2022-05-31 14:52:52 -04:00
Maxim Cournoyer
e3205452db
gnu: Remove gtklick.
* gnu/packages/music.scm (gtklick): Delete variable.
2022-05-31 14:52:32 -04:00
Maxim Cournoyer
a240fef707
gnu: Remove mloop.
* gnu/packages/music.scm (mloop): Delete variable.
2022-05-31 14:52:32 -04:00
Maxim Cournoyer
ded6dbcb49
gnu: Remove python2-pyechonest.
* gnu/packages/music.scm (python2-pyechonest): Delete variable.
2022-05-31 14:52:32 -04:00
Maxim Cournoyer
e89a1fc62a
gnu: Remove python2-musicbrainzngs.
* gnu/packages/music.scm (python2-musicbrainzngs): Delete variable.
2022-05-31 14:52:31 -04:00
Maxim Cournoyer
a5a84babb9
gnu: Remove ingen.
* gnu/packages/music.scm (ingen): Delete variable.
2022-05-31 14:52:15 -04:00
Ricardo Wurmus
216fb59b9b
gnu: non-sequencer: Update to 1.9.5-5.257ec59.
* 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.
2022-05-30 23:09:46 +02:00
Liliana Marie Prikler
df43e8d45c
gnu: quodlibet: Correct wrappers.
* 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.
2022-05-30 21:28:53 +02:00
Liliana Marie Prikler
cc0401a9de
gnu: quodlibet: Fix inputs.
* gnu/packages/music.scm (quodlibet)[inputs]: Add bash-minimal for
‘wrap-program’.  Remove extraneous gtk+.
2022-05-28 17:28:39 +02:00
Remco van 't Veer
092ec158f7
gnu: Add quodlibet.
* gnu/packages/music.scm (quodlibet): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-05-28 13:02:19 +02:00
Foo Chuan Wei
d6e4ed34a7
gnu: dumb: Fix build.
* 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>
2022-05-24 17:19:03 +02:00
Tobias Geerinckx-Rice
959bf37cd8
gnu: qtractor: Update to 0.9.26.
* gnu/packages/music.scm (qtractor): Update to 0.9.26.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice
96089de63b
gnu: padthv1: Update to 0.9.25.
* gnu/packages/music.scm (padthv1): Update to 0.9.25.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice
5b2f5e182c
gnu: samplv1: Update to 0.9.25.
* gnu/packages/music.scm (samplv1): Update to 0.9.25.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice
466a030ed8
gnu: drumkv1: Update to 0.9.25.
* gnu/packages/music.scm (drumkv1): Update to 0.9.25.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice
404c42c4bd
gnu: synthv1: Update to 0.9.25.
* gnu/packages/music.scm (synthv1): Update to 0.9.25.
2022-05-22 02:00:00 +02:00
Vinicius Monego
144d803c76
gnu: gsequencer: Update to 3.18.2.
* gnu/packages/music.scm (gsequencer): Update to 3.18.2.
2022-04-20 23:40:44 -03:00
Michael Rohleder
d10cee7865
gnu: strawberry: Update to 1.0.3.
* gnu/packages/music.scm (strawberry): Update to 1.0.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-10 00:17:41 +02:00
jgart
6d0d176580
gnu: solfege: Remove trailing booleans.
* gnu/packages/music.scm (solfege): Remove trailing booleans.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-03-29 10:56:33 +02:00
jgart
222dac0b95
gnu: tuxguitar: Update to 1.5.5.
* gnu/packages/music.scm (tuxguitar): Update to 1.5.5.
[arguments]: Remove trailing booleans.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-03-22 15:21:37 +01:00
Nicolas Goaziou
504d15a593
gnu: denemo: Honor TESTS?.
* gnu/packages/music.scm (denemo)[arguments]<#:phases>: Honor TESTS? keyword.
2022-03-12 19:23:09 +01:00
Nicolas Goaziou
33331efc46
gnu: denemo: Improve package style.
* gnu/packages/music.scm (denemo)[native-inputs]: Remove labels.
[arguments]: Use G-expressions.  Remove trailing #T from phases.
2022-03-12 19:21:55 +01:00
Nicolas Goaziou
ab042de0f7
gnu: denemo: Update to 2.6.0.
* gnu/packages/music.scm (denemo): Update to 2.6.0.
2022-03-12 19:19:22 +01:00
Efraim Flashner
1a8b7257a6
gnu: python-mutagen: Remove test timeout.
* gnu/packages/music.scm (python-mutagen)[arguments]: Add phase to
remove test timeouts imposed by python-hypothesis.
2022-02-20 10:00:44 +02:00
Sughosha
6bfb3fc1f4
gnu: non-sequencer: Build with libsigc++ 2.
This fixes the build:

------
Configuring sequencer
Checking for 'sigc++-2.0' >= 2.0.0                   : not found
The configuration failed
------

* gnu/packages/music.scm (non-sequencer)[inputs]: Replace libsigc++ with
libsigc++-2.
2022-02-13 19:24:26 -05:00
Marius Bakke
f0e638a576
gnu: sooperlooper: Build with libsigc++@2.
* gnu/packages/music.scm (sooperlooper)[inputs]: Change from LIBSIGC++ to
LIBSIGC++-2.
2022-02-05 00:27:45 +01:00
Vinicius Monego
5fe10d1b97
gnu: mixxx: Update to 2.3.2.
* gnu/packages/music.scm (mixxx): Update to 2.3.2.
[arguments]<#:phases>: Don't override the 'check phase as the previously
failing test passes in this version.
[native-inputs]: Use the new style.
[inputs]: Likewise.
2022-02-03 10:14:39 -03:00
Maxim Cournoyer
276f40fdc3
Merge branch 'version-1.4.0'
With resolved conflicts in:
	gnu/packages/gnome.scm
	gnu/packages/openstack.scm
	gnu/packages/python-xyz.scm
2022-01-17 11:47:09 -05:00
Tobias Geerinckx-Rice
5d2ba70a78
gnu: qtractor: Update to 0.9.25.
* gnu/packages/music.scm (qtractor): Update to 0.9.25.
[build-system]: Replace GNU Autotools with CMake.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice
bba3e67e44
gnu: padthv1: Update to 0.9.24.
* gnu/packages/music.scm (padthv1): Update to 0.9.24.
[build-system]: Replace GNU Autotools with CMake.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice
732fe221ff
gnu: samplv1: Update to 0.9.24.
* gnu/packages/music.scm (samplv1): Update to 0.9.24.
[build-system]: Replace GNU Autotools with CMake.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice
36008f30e7
gnu: drumkv1: Update to 0.9.24.
* gnu/packages/music.scm (drumkv1): Update to 0.9.24.
[build-system]: Replace GNU Autotools with CMake.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice
916982db09
gnu: synthv1: Update to 0.9.24.
* gnu/packages/music.scm (synthv1): Update to 0.9.24.
[build-system]: Replace GNU Autotools with CMake.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice
60fd190ecc
gnu: amsynth: Update to 1.12.4.
* gnu/packages/music.scm (amsynth): Update to 1.12.4.
2022-01-16 01:00:00 +01:00
Sarah Morgensen
b623ee2fb6
gnu: helm: Remove obsolete phase.
* gnu/packages/music.scm (helm)[arguments]<#:phases>: Remove
'make-gz-files-writable phase.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-01-10 11:44:50 -05:00
Sarah Morgensen
9d55296898
gnu: lmms: Remove obsolete phase.
* gnu/packages/music.scm (lmms)[arguments]<#:phases>: Remove
'make-manpages-writable phase.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-01-10 11:44:50 -05:00