me
/
guix
Archived
1
0
Fork 0
Commit Graph

864 Commits (af82dbe2f9282dbf6ec327c0161ecf9ed74ab08b)

Author SHA1 Message Date
ギャラ 594a243f1d
gnu: qpwgragh: Update to 0.3.7.
* gnu/packages/audio.scm (qpwgragh): Update to 0.3.7.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-26 18:09:05 +03:00
Tobias Geerinckx-Rice 9af6f1b624
gnu: Add iir.
* gnu/packages/audio.scm (iir): New public variable.
2022-10-16 02:00:26 +02:00
Tobias Geerinckx-Rice f8a29a4163
gnu: qjackctl: Remove unused qtx11extras input.
* gnu/packages/audio.scm (qjackctl)[inputs]: Remove qtx11extras.
2022-10-16 02:00:00 +02:00
Tobias Geerinckx-Rice d7e59fb2ad
gnu: qjackctl: Update to 0.9.8.
* gnu/packages/audio.scm (qjackctl): Update to 0.9.8.
[inputs]: Add qtsvg-5.
2022-10-16 02:00:00 +02:00
Julien Lepiller 82b0f3755d
guix: Fix typos.
These typos were found and reported through weblate.

* gnu/packages/audio.scm (wildmidi)[description]: Fix typo.
* gnu/packages/games.scm (cgoban)[description]: Fix typo.
* gnu/services/version-control.scm (gitolite-service-type)[description]:
  Fix typo.
* gnu/installer/newt/substitutes.scm (run-substitutes-page): Remove full
  stop at end of title.
* gnu/machine/ssh.scm (machine-ssh-configuration-system): Move
  punctuation outside of quotes.
* guix/scripts/home.scm (process-action): Remove trailing space before
  newline.
* guix/scripts/system.scm (show-help): Fix typo.
* guix/scripts/environment.scm (with-store/maybe): Fix typo.
2022-10-17 07:29:09 +02:00
Liliana Marie Prikler fe0ab5dbea
gnu: Remove faac.
Contrary to the misleading license field, the ISO MPEG-4 code is not actually
GPL-licensed, but actually contradicts freedom 0.
For further information, see <https://issues.guix.gnu.org/58147>.

* gnu/packages/audio.scm (faac): Delete variable.
2022-10-16 13:58:56 +02:00
Ludovic Courtès 5c4b76ce37
gnu: libgme: Do not retain reference on GCC.
This reduces the closure size of libgme from 221MiB to 72MiB.

* gnu/packages/audio.scm (libgme)[arguments]: Add #:configure-flags.
2022-10-08 12:27:01 +02:00
Fulbert ae22181374
gnu: csound: Update to 6.16.2.
* gnu/packages/audio.scm (csound): Update to 6.16.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 14:54:21 +03:00
Maxim Cournoyer b736af1824
gnu: catch-framework2: Rename variable to catch2.
Automated with:

    git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
2022-09-15 20:15:56 -04:00
Josselin Poiret 618699cb52
gnu: qpwgraph: Update to 0.3.5.
* gnu/packages/audio.scm (qpwgraph): Do it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-01 17:42:36 +02:00
Marius Bakke 586f6c3a7a
gnu: streamripper: Remove bundled software.
* gnu/packages/audio.scm (streamripper)[source](modules, snippet): New fields.
2022-08-27 00:09:03 +02:00
Simon Streit 8dc1430a4c
gnu: Add streamripper.
* gnu/packages/audio.scm (streamripper): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Liliana Marie Prikler 7783a18b7b
gnu: audacity: Remove gratuitous wrapper script.
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’.
2022-08-21 11:57:11 +02: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 a0beb297a3
gnu: qtwebengine: Rename to qtwebengine-5.
Automated with:

  git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:47 -04:00
Maxim Cournoyer 0938c3e34a
gnu: qtwebchannel: Rename to qtwebchannel-5.
Automated via:

  git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:46 -04:00
Maxim Cournoyer d15258d991
gnu: qtwebsockets: Rename to qtwebsockets-5.
Automated via:

  git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:46 -04:00
Maxim Cournoyer 65e5e85d28
gnu: qtquickcontrols: Rename to qtquickcontrols-5.
Automated via:

  git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\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 6165dd3c72
gnu: qpwgraph: Migrate to Qt 6 and add libxkbcommon input.
* gnu/packages/audio.scm (qpwgraph)[inputs]: Replace qtbase-5 with qtbase,
qtsvg-5 with qtsvg.  Add libxkbcommon.
2022-07-31 21:55:43 -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 ea0f76c0d5
gnu: libkeyfinder: Update to 2.2.7.
* gnu/packages/audio.scm (libkeyfinder): Update to 2.2.7.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice 2dc229a30e
gnu: gsm: Update to 1.0.20.
* gnu/packages/audio.scm (gsm): Update to 1.0.20.
[arguments]: Don't explicitly return #t from phases.
2022-07-17 02:00:14 +02:00
Maxim Cournoyer cdb5b560af
gnu: qpwgraph: Update to 0.3.4.
* gnu/packages/audio.scm (qpwgraph): Update to 0.3.4.
2022-07-21 10:11:00 -04:00
Greg Hogan bfec24b118
gnu: faust-2: Update to 2.41.1.
* 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>
2022-07-13 00:20:06 +02:00
Ricardo Wurmus 82e7e05dea
gnu: lv2-mda-piano: Add missing native input.
* gnu/packages/audio.scm (lv2-mda-piano)[native-inputs]: Add ttl2c.
2022-07-13 00:16:27 +02:00
Ricardo Wurmus 82de3b60b5
gnu: lvtk: Bump version number.
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.
2022-07-13 00:16:27 +02:00
Ricardo Wurmus d963e6d721
gnu: Add lvtk-1.
* gnu/packages/audio.scm (lvtk-1): New variable.
2022-07-13 00:16:27 +02:00
Ricardo Wurmus 2829fb4a83
gnu: Add ttl2c.
* gnu/packages/audio.scm (ttl2c): New variable.
2022-07-13 00:16:27 +02:00
Juliana Sims 8bea879715
gnu: qpwgraph: Add qpwgraph.
* gnu/packages/audio.scm (qpwgraph): Add qpwgraph.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-06 11:15:36 +03:00
Ricardo Wurmus 0fce0b9267
gnu: Add faust-0.9.67.
* gnu/packages/audio.scm (faust-0.9.67): New variable.
2022-07-01 19:03:44 +02:00
Christopher Baines 0bf5c65588
gnu: snapcast: Update to 0.26.0.
* gnu/packages/audio.scm (snapcast): Update to 0.26.0.
2022-06-28 22:35:54 +01: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
Maxim Cournoyer abadac2366
gnu: jack-2: Update to 1.9.21.
* 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.
2022-05-31 14:54:10 -04:00
Maxim Cournoyer eb36a550e3
gnu: aubio: Use Python 3.
* gnu/packages/audio.scm (aubio)[python]: Delete argument.
2022-05-31 14:54:03 -04:00
Maxim Cournoyer 953a5ea59d
gnu: jalv: Use Python 3.
* 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.
2022-05-31 14:54:03 -04:00
Maxim Cournoyer a9e9d9f41c
gnu: lvtk: Update to 1.2.0-0.a73feab.
* 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.
2022-05-31 14:54:03 -04:00
Maxim Cournoyer 15fb41cb49
gnu: Remove python2-pyliblo.
* gnu/packages/audio.scm (python2-pyliblo): Delete variable.
2022-05-31 14:52:53 -04:00
Maxim Cournoyer fd4668b111
gnu: Remove python2-pyaudio.
* gnu/packages/audio.scm (python2-pyaudio): Delete variable.
2022-05-31 14:52:15 -04:00
Maxim Cournoyer 1a60e11a98
gnu: Remove raul-devel.
* gnu/packages/audio.scm (raul-devel): Delete variable.
2022-05-31 14:52:15 -04:00
Maxim Cournoyer 94e8f2b9b5
gnu: Remove raul.
* gnu/packages/audio.scm (raul): Delete variable.
2022-05-31 14:52:15 -04:00
Maxim Cournoyer cfce386aba
gnu: Remove python2-pyalsaaudio.
* gnu/packages/audio.scm (python2-pyalsaaudio): Delete variable.
2022-05-31 14:52:15 -04:00
Tobias Geerinckx-Rice 7b570a6904
gnu: qjackctl: Update to 0.9.7.
* gnu/packages/audio.scm (qjackctl): Update to 0.9.7.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice a9c295c4af
gnu: carla: Prepare for cross-compilation.
* gnu/packages/audio.scm (carla)[arguments]: Use CC-FOR-TARGET.
2022-05-01 02:00:07 +02:00
Tobias Geerinckx-Rice acfc0feae4
gnu: carla: Use G-expressions.
* gnu/packages/audio.scm (carla)[arguments]:
Rewrite as G-expressions.
2022-05-01 02:00:07 +02:00
Tobias Geerinckx-Rice eb1eac4762
gnu: carla: Remove input labels.
* gnu/packages/audio.scm (carla)[inputs]:
Remove input labels.
2022-05-01 02:00:07 +02:00
Tobias Geerinckx-Rice 668313e07f
gnu: butt: Use conventional docdir.
* gnu/packages/audio.scm (butt)[arguments]: Drop version from docdir.
2022-05-01 02:00:07 +02:00
Tobias Geerinckx-Rice 027c21dcf7
gnu: butt: Use G-expressions.
* gnu/packages/audio.scm (butt)[arguments]:
Rewrite as G-expressions.
2022-05-01 02:00:06 +02:00
Tobias Geerinckx-Rice cb8e483c78
gnu: butt: Use new input style where convenient.
* gnu/packages/audio.scm (butt)[inputs]: Use new style.
2022-05-01 02:00:06 +02:00
Tobias Geerinckx-Rice 9b66f0a74d
gnu: butt: Update to 0.1.34.
* gnu/packages/audio.scm (butt): Update to 0.1.34.
2022-05-01 02:00:06 +02:00