Age | Commit message (Expand) | Author |
2020-05-09 | gnu: fluidsynth: Update to 2.1.2....* gnu/packages/audio.scm (fluidsynth): Update to 2.1.2.
| Marius Bakke |
2020-05-09 | gnu: wavpack: Update to 5.3.0....* gnu/packages/audio.scm (wavpack): Update to 5.3.0.
| Marius Bakke |
2020-05-06 | Merge branch 'master' into core-updates | Marius Bakke |
2020-05-06 | gnu: supercollider: Update to 3.11.0....This also restores IDE support.
* gnu/packages/audio.scm (supercollider): Update to 3.11.0.
[outputs]: Add an "ide" output.
[configure-flags]: Enable Qt IDE, fortify source and build scsynth as a
shared library.
[phases]: Do not delete no longer existing failing tests and add
an 'install-ide phase.
[native-inputs]: Add qttools and ableton-link.
[inputs]: Add qtbase, qtdeclarative, qtsvg, qtwebchannel and qtwebsockets.
[propagated-inputs]: Add qtwebengine.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Giacomo Leidi |
2020-05-06 | gnu: Add ableton-link....* gnu/packages/audio.scm (ableton-link): New variable.
* gnu/packages/patches/ableton-link-system-libraries-debian.patch: Patch
CMakeLists.txt to use system libraries.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Giacomo Leidi |
2020-05-05 | Merge branch 'master' into core-updates | Marius Bakke |
2020-05-03 | gnu: supercollider: Enable SCClassLibrary library lookup....This hardcodes the path of SCClassLibrary to fix a lookup error that was
preventing SCServer's boot.
* gnu/packages/audio.scm (supercollider)[source]: Fetch via git,
[arguments]: build release target and add a new 'patch-scclass-dir phase to
hardcode SCClassLibrary path.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Giacomo Leidi |
2020-05-02 | Merge branch 'master' into core-updates | Marius Bakke |
2020-05-01 | gnu: Add ladspa-bs2b...* gnu/packages/audio.scm (ladspa-bs2b): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Jonathan Frederickson |
2020-04-30 | Merge branch 'master' into core-updates... Conflicts:
gnu/local.mk
gnu/packages/backup.scm
gnu/packages/emacs-xyz.scm
gnu/packages/guile.scm
gnu/packages/lisp.scm
gnu/packages/openldap.scm
gnu/packages/package-management.scm
gnu/packages/web.scm
gnu/packages/xorg.scm
| Marius Bakke |
2020-04-28 | gnu: lv2: Update to 1.18.0....* gnu/packages/audio.scm (lv2): Update to 1.18.0.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
| Alexandros Theodotou |
2020-04-11 | Merge branch 'master' into core-updates | Marius Bakke |
2020-04-09 | gnu: Add codec2....* gnu/packages/audio.scm (codec2): New variable.
| Guillaume Le Vaillant |
2020-04-08 | Merge branch 'master' into core-updates... Conflicts:
etc/news.scm
gnu/local.mk
gnu/packages/check.scm
gnu/packages/cross-base.scm
gnu/packages/gimp.scm
gnu/packages/java.scm
gnu/packages/mail.scm
gnu/packages/sdl.scm
gnu/packages/texinfo.scm
gnu/packages/tls.scm
gnu/packages/version-control.scm
| Marius Bakke |
2020-04-05 | gnu: gsm: Add a newline to the fPIC option substitute replacement....* gnu/packages/audio.scm (gsm): Add a trailing newline to the replacement
text. This makes it more robust in the face of future changes.
| Maxim Cournoyer |
2020-04-06 | gnu: Add vo-amrwbenc....* gnu/packages/audio.scm (vo-amrwbenc): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan |
2020-04-06 | gnu: Add opencore-amr....* gnu/packages/audio.scm (opencore-amr): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan |
2020-04-05 | gnu: alsa-modular-synth: Make some inputs native....* gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Move qttools from here...
[native-inputs]: ...to here.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Vincent Legoll |
2020-04-05 | gnu: gsm: Update to 1.0.19....* gnu/packages/audio.scm (gsm): Update to 1.0.19.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Raghav Gururajan |
2020-04-05 | gnu: gsm: Fix installation directory....This is a follow-up commit to 74c7f367daa, which broke the installation of the
bin, lib and share artifacts.
* gnu/packages/audio.scm (gsm)[make-flags]: Programmatically build the
INSTALL_ROOT make flag so that the %output variable gets properly expanded.
Instead of repeating the default CCFLAGS values as a make flag...
[phases]: ...add "-fPIC" using substitutes* in a new add-fpic-ccflag phase.
| Maxim Cournoyer |
2020-04-05 | gnu: redkite: Update to 0.8.0....* gnu/packages/audio.scm (redkite): Update to 0.8.0.
| Alexandros Theodotou |
2020-04-05 | gsm: Add the -fPIC compiler option....This is necessary for building mediastream2 (a dependency of Linphone).
* gnu/packages/audio.scm (gsm): Add the default CCFLAGS as a make flag, and
prepend -fPIC to these. Pass INSTALL_ROOT as a make flag as well, which
removes the need to use substitute* in a phase.
| Maxim Cournoyer |
2020-04-03 | gnu: Remove bctoolbox and ortp....* gnu/packages/telephony.scm (bctoolbox): Delete variable.
(ortp): Delete variable.
* gnu/packages/audio.scm (bluez-alsa)[inputs]: Update ortp reference.
* gnu/packages/kde-internet.scm (kopete)[inputs]: Update ortp reference.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan |
2020-03-27 | Merge branch 'master' into core-updates... Conflicts:
gnu/packages/icu4c.scm
gnu/packages/man.scm
gnu/packages/python-xyz.scm
guix/scripts/environment.scm
guix/scripts/pack.scm
guix/scripts/package.scm
guix/scripts/pull.scm
guix/store.scm
| Marius Bakke |
2020-03-23 | gnu: Add ztoolkit-rsvg....* gnu/packages/audio.scm (ztoolkit-rsvg): New variable.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> [with modifications]
| Alexandros Theodotou |
2020-03-23 | gnu: Add ztoolkit....* gnu/packages/audio.scm (ztoolkit): New variable.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
| Alexandros Theodotou |
2020-03-23 | gnu: Add lv2toweb....* gnu/packages/audio.scm (lv2toweb): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alexandros Theodotou |
2020-03-21 | Merge branch 'master' into core-updates | Marius Bakke |
2020-03-20 | gnu: bs1770gain: Update to 0.6.7....* gnu/packages/audio.scm (bs1770gain): Update to 0.6.7.
| Tobias Geerinckx-Rice |
2020-03-18 | Merge branch 'master' into core-updates | Marius Bakke |
2020-03-14 | Merge branch 'master' into core-updates | Marius Bakke |
2020-03-14 | gnu: libopenshot-audio: Update to 0.2.0....* gnu/packages/audio.scm (libopenshot-audio): Update to 0.2.0.
| Marius Bakke |
2020-03-17 | gnu: libfdk: Update to 2.0.1....* gnu/packages/audio.scm (libfdk): Update to 2.0.1.
| Leo Famulari |
2020-03-17 | gnu: guitarix: Use HTTPS home page....* gnu/packages/audio.scm (guitarix)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-15 | gnu: Add lv2lint....* gnu/packages/audio.scm (lv2lint): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Alexandros Theodotou |
2020-03-12 | gnu: faust: Use HTTPS home page....* gnu/packages/audio.scm (faust)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-12 | gnu: rsound: Use HTTPS home page....* gnu/packages/audio.scm (rsound)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-11 | gnu: freealut: Use HTTPS home page....* gnu/packages/audio.scm (freealut)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-10 | Merge branch 'master' into core-updates | Marius Bakke |
2020-03-06 | gnu: carla: Fix start-up....This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39942>,
properly.
* gnu/packages/audio.scm (carla)[arguments]: Add ‘wrap-executables’ phase.
[inputs]: Add guile-2.2.
| Tobias Geerinckx-Rice |
2020-03-06 | gnu: Order module imports in (gnu packages audio)....* gnu/packages/audio.scm: Order module imports alphabetically.
| Tobias Geerinckx-Rice |
2020-03-06 | gnu: carla: Partially fix start-up....This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39942> but
carla still fails to start.
Reported by Nathan Dehnel <ncdehnel@gmail.com>.
* gnu/packages/audio.scm (carla)[arguments]: Add ‘make-carla-executable’ phase.
| Tobias Geerinckx-Rice |
2020-03-04 | Merge branch 'master' into core-updates | Marius Bakke |
2020-03-04 | gnu: ardour: Use HTTPS home page....* gnu/packages/audio.scm (ardour)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-03 | gnu: liblo: Update to 0.31....* gnu/packages/audio.scm (liblo): Update to 0.31.
| Tobias Geerinckx-Rice |
2020-03-01 | gnu: python-pyalsaaudio: Use HTTPS home page....* gnu/packages/audio.scm (python-pyalsaaudio)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-02-25 | gnu: fluidsynth: Update to 2.1.1....* gnu/packages/audio.scm (fluidsynth): Update to 2.1.1.
| Marius Bakke |
2020-02-18 | gnu: Use HTTPS for elephly.net home pages....* gnu/packages/audio.scm (lv2-mda-epiano, lv2-mda-piano)[home-page]:
Use HTTPS.
| Tobias Geerinckx-Rice |
2020-02-16 | gnu: noise-repellent: Update to 0.1.5....* gnu/packages/audio.scm (noise-repellent): Update to 0.1.5.
[build-system]: Switch to meson-build-system.
[arguments]: Remove GNU build system flags & set installation prefix.
| Tobias Geerinckx-Rice |
2020-02-16 | gnu: Remove obsolete bootstrap workaround phases....* gnu/packages/admin.scm (igt-gpu-tools)[arguments]: Don't set
NOCONFIGURE environment variable.
* gnu/packages/algebra.scm (givaro, fflas-ffpack, linbox),
* gnu/packages/arcan.scm (xarcan),
* gnu/packages/audio.scm (rtmidi),
* gnu/packages/cinnamon.scm (cinnamon-desktop),
* gnu/packages/gnome.scm (dia, libxklavier, byzanz),
* gnu/packages/image-viewers.scm (geeqie),
* gnu/packages/libusb.scm (libplist),
* gnu/packages/mail.scm (libetpan),
* gnu/packages/networking.scm (aircrack-ng),
* gnu/packages/terminals.scm (tilda, kmscon),
* gnu/packages/xorg.scm (xf86-video-intel, xcompmgr) [arguments]: Same.
| Efraim Flashner |