Age | Commit message (Expand) | Author |
2022-10-17 | 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.
| Julien Lepiller |
2022-10-16 | 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.
| Liliana Marie Prikler |
2022-10-08 | 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.
| Ludovic Courtès |
2022-10-02 | 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>
| Fulbert |
2022-09-15 | gnu: catch-framework2: Rename variable to catch2....Automated with:
git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
| Maxim Cournoyer |
2022-09-01 | gnu: qpwgraph: Update to 0.3.5....* gnu/packages/audio.scm (qpwgraph): Do it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Josselin Poiret |
2022-08-27 | gnu: streamripper: Remove bundled software....* gnu/packages/audio.scm (streamripper)[source](modules, snippet): New fields.
| Marius Bakke |
2022-08-27 | gnu: Add streamripper....* gnu/packages/audio.scm (streamripper): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Simon Streit |
2022-08-21 | 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’.
| Liliana Marie Prikler |
2022-07-31 | gnu: qttools: Rename to qttools-5....Automated with:
git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
git checkout NEWS
| Maxim Cournoyer |
2022-07-31 | gnu: qtwebengine: Rename to qtwebengine-5....Automated with:
git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i
git checkout NEWS
| Maxim Cournoyer |
2022-07-31 | gnu: qtwebchannel: Rename to qtwebchannel-5....Automated via:
git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i
git checkout NEWS
| Maxim Cournoyer |
2022-07-31 | gnu: qtwebsockets: Rename to qtwebsockets-5....Automated via:
git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i
git checkout NEWS
| Maxim Cournoyer |
2022-07-31 | gnu: qtquickcontrols: Rename to qtquickcontrols-5....Automated via:
git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i
git checkout NEWS
| Maxim Cournoyer |
2022-07-31 | 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
| Maxim Cournoyer |
2022-07-31 | 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.
| Maxim Cournoyer |
2022-07-31 | 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
| Maxim Cournoyer |
2022-07-24 | gnu: libkeyfinder: Update to 2.2.7....* gnu/packages/audio.scm (libkeyfinder): Update to 2.2.7.
| Tobias Geerinckx-Rice |
2022-07-17 | 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.
| Tobias Geerinckx-Rice |
2022-07-21 | gnu: qpwgraph: Update to 0.3.4....* gnu/packages/audio.scm (qpwgraph): Update to 0.3.4.
| Maxim Cournoyer |
2022-07-13 | 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>
| Greg Hogan |
2022-07-13 | gnu: lv2-mda-piano: Add missing native input....* gnu/packages/audio.scm (lv2-mda-piano)[native-inputs]: Add ttl2c.
| Ricardo Wurmus |
2022-07-13 | 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.
| Ricardo Wurmus |
2022-07-13 | gnu: Add lvtk-1....* gnu/packages/audio.scm (lvtk-1): New variable.
| Ricardo Wurmus |
2022-07-13 | gnu: Add ttl2c....* gnu/packages/audio.scm (ttl2c): New variable.
| Ricardo Wurmus |
2022-07-06 | gnu: qpwgraph: Add qpwgraph....* gnu/packages/audio.scm (qpwgraph): Add qpwgraph.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Juliana Sims |
2022-07-01 | gnu: Add faust-0.9.67....* gnu/packages/audio.scm (faust-0.9.67): New variable.
| Ricardo Wurmus |
2022-06-28 | gnu: snapcast: Update to 0.26.0....* gnu/packages/audio.scm (snapcast): Update to 0.26.0.
| Christopher Baines |
2022-06-15 | 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>
| Alexandros Theodotou |
2022-05-31 | 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.
| Maxim Cournoyer |
2022-05-31 | gnu: aubio: Use Python 3....* gnu/packages/audio.scm (aubio)[python]: Delete argument.
| Maxim Cournoyer |
2022-05-31 | 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.
| Maxim Cournoyer |
2022-05-31 | 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.
| Maxim Cournoyer |
2022-05-31 | gnu: Remove python2-pyliblo....* gnu/packages/audio.scm (python2-pyliblo): Delete variable.
| Maxim Cournoyer |
2022-05-31 | gnu: Remove python2-pyaudio....* gnu/packages/audio.scm (python2-pyaudio): Delete variable.
| Maxim Cournoyer |
2022-05-31 | gnu: Remove raul-devel....* gnu/packages/audio.scm (raul-devel): Delete variable.
| Maxim Cournoyer |
2022-05-31 | gnu: Remove raul....* gnu/packages/audio.scm (raul): Delete variable.
| Maxim Cournoyer |
2022-05-31 | gnu: Remove python2-pyalsaaudio....* gnu/packages/audio.scm (python2-pyalsaaudio): Delete variable.
| Maxim Cournoyer |
2022-05-22 | gnu: qjackctl: Update to 0.9.7....* gnu/packages/audio.scm (qjackctl): Update to 0.9.7.
| Tobias Geerinckx-Rice |
2022-05-01 | gnu: carla: Prepare for cross-compilation....* gnu/packages/audio.scm (carla)[arguments]: Use CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2022-05-01 | gnu: carla: Use G-expressions....* gnu/packages/audio.scm (carla)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2022-05-01 | gnu: carla: Remove input labels....* gnu/packages/audio.scm (carla)[inputs]:
Remove input labels.
| Tobias Geerinckx-Rice |
2022-05-01 | gnu: butt: Use conventional docdir....* gnu/packages/audio.scm (butt)[arguments]: Drop version from docdir.
| Tobias Geerinckx-Rice |
2022-05-01 | gnu: butt: Use G-expressions....* gnu/packages/audio.scm (butt)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2022-05-01 | gnu: butt: Use new input style where convenient....* gnu/packages/audio.scm (butt)[inputs]: Use new style.
| Tobias Geerinckx-Rice |
2022-05-01 | gnu: butt: Update to 0.1.34....* gnu/packages/audio.scm (butt): Update to 0.1.34.
| Tobias Geerinckx-Rice |
2022-05-06 | gnu: cava: Fix build failure...* gnu/packages/audio.scm (cava)[source]: Remove bundled iniparser.
(cava)[inputs]: Add iniparser.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Daniel Meißner |
2022-05-06 | gnu: cava: Use G-expressions....* gnu/packages/audio.scm (cava)[arguments]: Use G-expressions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Daniel Meißner |
2022-04-19 | gnu: Add freepats-gm....* gnu/packages/audio.scm (freepats-gm): New variable.
| Liliana Marie Prikler |
2022-03-07 | gnu: libopenmpt: Update dependencies....* gnu/packages/audio.scm (libopenmpt)[inputs]: Move libvorbis, mpg123,
zlib from here ...
[propagated-inputs]: ... to here. Add libogg.
| Efraim Flashner |