summaryrefslogtreecommitdiff
path: root/gnu/packages/audio.scm
Commit message (Collapse)AuthorAge
* gnu: audacity: Remove gratuitous wrapper script.Liliana Marie Prikler2022-08-21
| | | | | | | | Audacity installs a wrapper in the installation root. This wrapper is pointless, as Guix has its own wrapper script in the right location. For more information, see <https://bugs.gnu.org/53790>. * gnu/packages/audio.scm (audacity)[#:phases]: Add ‘delete-gratuitous-script’.
* 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: qtwebengine: Rename to qtwebengine-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS
* gnu: qtwebchannel: Rename to qtwebchannel-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS
* gnu: qtwebsockets: Rename to qtwebsockets-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS
* gnu: qtquickcontrols: Rename to qtquickcontrols-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\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: qpwgraph: Migrate to Qt 6 and add libxkbcommon input.Maxim Cournoyer2022-07-31
| | | | | * gnu/packages/audio.scm (qpwgraph)[inputs]: Replace qtbase-5 with qtbase, qtsvg-5 with qtsvg. Add libxkbcommon.
* 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: libkeyfinder: Update to 2.2.7.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/audio.scm (libkeyfinder): Update to 2.2.7.
* gnu: gsm: Update to 1.0.20.Tobias Geerinckx-Rice2022-07-17
| | | | | * gnu/packages/audio.scm (gsm): Update to 1.0.20. [arguments]: Don't explicitly return #t from phases.
* gnu: qpwgraph: Update to 0.3.4.Maxim Cournoyer2022-07-21
| | | | * gnu/packages/audio.scm (qpwgraph): Update to 0.3.4.
* gnu: faust-2: Update to 2.41.1.Greg Hogan2022-07-13
| | | | | | | | | | * gnu/packages/audio.scm (faust-2): Update to 2.41.1. [build-system]: Replace gnu-build-system with cmake-build-system. [arguments]<#:phases>: Invoke cmake directly to build the main package and invoke make directly to build ancillary tools. [native-inputs]: Replace llvm-3.8 with llvm. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lv2-mda-piano: Add missing native input.Ricardo Wurmus2022-07-13
| | | | * gnu/packages/audio.scm (lv2-mda-piano)[native-inputs]: Add ttl2c.
* gnu: lvtk: Bump version number.Ricardo Wurmus2022-07-13
| | | | | | | | | This is really version 2.x of the API. * gnu/packages/audio.scm (lvtk): Rename this variable... (lvtk-2): ...to this. [version]: Bump major version to 2. (lvtk): Alias to lvtk-1.
* gnu: Add lvtk-1.Ricardo Wurmus2022-07-13
| | | | * gnu/packages/audio.scm (lvtk-1): New variable.
* gnu: Add ttl2c.Ricardo Wurmus2022-07-13
| | | | * gnu/packages/audio.scm (ttl2c): New variable.
* gnu: qpwgraph: Add qpwgraph.Juliana Sims2022-07-06
| | | | | | * gnu/packages/audio.scm (qpwgraph): Add qpwgraph. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add faust-0.9.67.Ricardo Wurmus2022-07-01
| | | | * gnu/packages/audio.scm (faust-0.9.67): New variable.
* gnu: snapcast: Update to 0.26.0.Christopher Baines2022-06-28
| | | | * gnu/packages/audio.scm (snapcast): Update to 0.26.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: jack-2: Update to 1.9.21.Maxim Cournoyer2022-05-31
| | | | | | | * gnu/packages/audio.scm (jack-2): Update to 1.9.21. [source]: Use git. [phases]: Delete trailing #t. {wrap-python-scripts}: Use search-input-file.
* gnu: aubio: Use Python 3.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/audio.scm (aubio)[python]: Delete argument.
* gnu: jalv: Use Python 3.Maxim Cournoyer2022-05-31
| | | | | | | | | | * gnu/packages/audio.scm (jalv)[python]: Delete argument. [inputs]: Use new style. {gtk+-2}: Delete input. {gtk+}: Replace with... {gtk}: ... this. {gtkmm-2}: Replace with... {gtkmm}: ... this.
* gnu: lvtk: Update to 1.2.0-0.a73feab.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/audio.scm (lvtk): Update to 1.2.0-0.a73feab. [python]: Delete argument. [configure-flags]: Likewise. [inputs]: Replace gtkmm-2 by gtkmm. [license]: Change license to isc.
* gnu: Remove python2-pyliblo.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/audio.scm (python2-pyliblo): Delete variable.
* gnu: Remove python2-pyaudio.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/audio.scm (python2-pyaudio): Delete variable.
* gnu: Remove raul-devel.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/audio.scm (raul-devel): Delete variable.
* gnu: Remove raul.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/audio.scm (raul): Delete variable.
* gnu: Remove python2-pyalsaaudio.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/audio.scm (python2-pyalsaaudio): Delete variable.
* gnu: qjackctl: Update to 0.9.7.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/audio.scm (qjackctl): Update to 0.9.7.
* gnu: carla: Prepare for cross-compilation.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/audio.scm (carla)[arguments]: Use CC-FOR-TARGET.
* gnu: carla: Use G-expressions.Tobias Geerinckx-Rice2022-05-01
| | | | | * gnu/packages/audio.scm (carla)[arguments]: Rewrite as G-expressions.
* gnu: carla: Remove input labels.Tobias Geerinckx-Rice2022-05-01
| | | | | * gnu/packages/audio.scm (carla)[inputs]: Remove input labels.
* gnu: butt: Use conventional docdir.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/audio.scm (butt)[arguments]: Drop version from docdir.
* gnu: butt: Use G-expressions.Tobias Geerinckx-Rice2022-05-01
| | | | | * gnu/packages/audio.scm (butt)[arguments]: Rewrite as G-expressions.
* gnu: butt: Use new input style where convenient.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/audio.scm (butt)[inputs]: Use new style.
* gnu: butt: Update to 0.1.34.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/audio.scm (butt): Update to 0.1.34.
* gnu: cava: Fix build failureDaniel Meißner2022-05-06
| | | | | | | * gnu/packages/audio.scm (cava)[source]: Remove bundled iniparser. (cava)[inputs]: Add iniparser. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cava: Use G-expressions.Daniel Meißner2022-05-06
| | | | | | * gnu/packages/audio.scm (cava)[arguments]: Use G-expressions. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add freepats-gm.Liliana Marie Prikler2022-04-19
| | | | * gnu/packages/audio.scm (freepats-gm): New variable.
* gnu: libopenmpt: Update dependencies.Efraim Flashner2022-03-07
| | | | | | * gnu/packages/audio.scm (libopenmpt)[inputs]: Move libvorbis, mpg123, zlib from here ... [propagated-inputs]: ... to here. Add libogg.
* gnu: webrtc-audio-processing: Fix building on powerpc architectures.Efraim Flashner2022-02-07
| | | | | | | | | * gnu/packages/audio.scm (webrtc-audio-processing)[arguments]: Adjust custom arguments list to also fix building on all powerpc architectures. [native-inputs]: Add patch, local-file on riscv64-linux and powerpc architectures. * gnu/packages/patches/webrtc-audio-processing-big-endian.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add drc.Ricardo Wurmus2022-02-07
| | | | * gnu/packages/audio.scm (drc): New variable.
* gnu: webrtc-audio-processing: Fix building on riscv64-linux.Efraim Flashner2022-02-05
| | | | | * gnu/packages/audio.scm (webrtc-audio-processing)[arguments]: Add phase on riscv64-linux to adjust headers to add support for riscv64-linux.
* gnu: audacity: Add fallback to locate ffmpeg via pkg-config.base-for-series-11189Liliana Marie Prikler2022-01-30
| | | | | | | * gnu/packages/patches/audacity-ffmpeg-fallback.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/audio.scm (audacity)[patches]: Use it here. [inputs]: Add back ffmpeg.
* gnu: Audacity: Build from the release tarball.Leo Famulari2022-01-27
| | | | * gnu/packages/audio.scm (audacity)[source]: Use url-fetch.
* gnu: Audacity: Do not depend on FFmpeg.Leo Famulari2022-01-27
| | | | | | | | | Audacity stopped linking to FFmpeg in version 3.1.0. Instead, users are expected to arrange for it to be loaded at runtime: https://issues.guix.gnu.org/53591 * gnu/packages/audio.scm (audacity)[inputs]: Remove ffmpeg.
* gnu: tinyalsa: Update to 2.0.0.Maxim Cournoyer2022-01-21
| | | | * gnu/packages/audio.scm (tinyalsa): Update to 2.0.0.
* gnu: audacity: Update to 3.1.3Liliana Marie Prikler2022-01-19
| | | | | | | | | | | | | | | * gnu/packages/patches/audacity-add-include.patch: Delete file. * gnu/packages/patches/audacity-build-with-system-portaudio.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/audio (audacity): Update to 3.1.3 [inputs]: Use wxwidgets-3.1. Add linux-libre-headers, libjpeg-turbo, sqlite, portaudio. [#:configure-flags]: Update to disable conan during build, prefer system libraries, and disable features that phone home. [#:phases]: Add fix-cmake-rpath to ensure correct DT_RUNPATHs. Adjust comment-out-revision-indent and use-upstream-headers. [native-search-paths]: Add AUDACITY_MODULES_PATH and AUDACITY_PATH.