summaryrefslogtreecommitdiff
path: root/gnu/packages/audio.scm
Commit message (Collapse)AuthorAge
* gnu: Add ladspa-bs2bJonathan Frederickson2020-05-01
| | | | | | * gnu/packages/audio.scm (ladspa-bs2b): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: lv2: Update to 1.18.0.Alexandros Theodotou2020-04-28
| | | | | | * gnu/packages/audio.scm (lv2): Update to 1.18.0. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: Add codec2.Guillaume Le Vaillant2020-04-09
| | | | * gnu/packages/audio.scm (codec2): New variable.
* gnu: gsm: Add a newline to the fPIC option substitute replacement.Maxim Cournoyer2020-04-05
| | | | | * gnu/packages/audio.scm (gsm): Add a trailing newline to the replacement text. This makes it more robust in the face of future changes.
* gnu: Add vo-amrwbenc.Raghav Gururajan2020-04-06
| | | | | | * gnu/packages/audio.scm (vo-amrwbenc): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add opencore-amr.Raghav Gururajan2020-04-06
| | | | | | * gnu/packages/audio.scm (opencore-amr): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: alsa-modular-synth: Make some inputs native.Vincent Legoll2020-04-05
| | | | | | | * gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: gsm: Update to 1.0.19.Raghav Gururajan2020-04-05
| | | | | | * gnu/packages/audio.scm (gsm): Update to 1.0.19. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: gsm: Fix installation directory.Maxim Cournoyer2020-04-05
| | | | | | | | | | 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.
* gnu: redkite: Update to 0.8.0.Alexandros Theodotou2020-04-05
| | | | * gnu/packages/audio.scm (redkite): Update to 0.8.0.
* gsm: Add the -fPIC compiler option.Maxim Cournoyer2020-04-05
| | | | | | | | 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.
* gnu: Remove bctoolbox and ortp.Raghav Gururajan2020-04-03
| | | | | | | | | * 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>
* gnu: Add ztoolkit-rsvg.Alexandros Theodotou2020-03-23
| | | | | | * gnu/packages/audio.scm (ztoolkit-rsvg): New variable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> [with modifications]
* gnu: Add ztoolkit.Alexandros Theodotou2020-03-23
| | | | | | * gnu/packages/audio.scm (ztoolkit): New variable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: Add lv2toweb.Alexandros Theodotou2020-03-23
| | | | | | * gnu/packages/audio.scm (lv2toweb): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bs1770gain: Update to 0.6.7.Tobias Geerinckx-Rice2020-03-20
| | | | * gnu/packages/audio.scm (bs1770gain): Update to 0.6.7.
* gnu: libfdk: Update to 2.0.1.Leo Famulari2020-03-17
| | | | * gnu/packages/audio.scm (libfdk): Update to 2.0.1.
* gnu: guitarix: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/audio.scm (guitarix)[home-page]: Use HTTPS.
* gnu: Add lv2lint.Alexandros Theodotou2020-03-15
| | | | | | * gnu/packages/audio.scm (lv2lint): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libopenshot-audio: Update to 0.2.0.Marius Bakke2020-03-14
| | | | * gnu/packages/audio.scm (libopenshot-audio): Update to 0.2.0.
* gnu: faust: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-12
| | | | * gnu/packages/audio.scm (faust)[home-page]: Use HTTPS.
* gnu: rsound: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-12
| | | | * gnu/packages/audio.scm (rsound)[home-page]: Use HTTPS.
* gnu: freealut: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/audio.scm (freealut)[home-page]: Use HTTPS.
* gnu: carla: Fix start-up.Tobias Geerinckx-Rice2020-03-06
| | | | | | | | 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.
* gnu: Order module imports in (gnu packages audio).Tobias Geerinckx-Rice2020-03-06
| | | | * gnu/packages/audio.scm: Order module imports alphabetically.
* gnu: carla: Partially fix start-up.Tobias Geerinckx-Rice2020-03-06
| | | | | | | | | 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.
* gnu: ardour: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-04
| | | | * gnu/packages/audio.scm (ardour)[home-page]: Use HTTPS.
* gnu: liblo: Update to 0.31.Tobias Geerinckx-Rice2020-03-03
| | | | * gnu/packages/audio.scm (liblo): Update to 0.31.
* gnu: python-pyalsaaudio: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-01
| | | | * gnu/packages/audio.scm (python-pyalsaaudio)[home-page]: Use HTTPS.
* gnu: fluidsynth: Update to 2.1.1.Marius Bakke2020-02-25
| | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.1.1.
* gnu: Use HTTPS for elephly.net home pages.Tobias Geerinckx-Rice2020-02-18
| | | | | * gnu/packages/audio.scm (lv2-mda-epiano, lv2-mda-piano)[home-page]: Use HTTPS.
* gnu: noise-repellent: Update to 0.1.5.Tobias Geerinckx-Rice2020-02-16
| | | | | | * 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.
* gnu: OpenAL: Update to 1.20.1.Marius Bakke2020-01-29
| | | | * gnu/packages/audio.scm (openal): Update to 1.20.1.
* gnu: Add libaudec.Alexandros Theodotou2020-01-27
| | | | | | * gnu/packages/audio.scm (libaudec): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ir: Update to 1.3.4.Ricardo Wurmus2020-01-26
| | | | | | | * gnu/packages/audio.scm (ir): Update to 1.3.4. [source]: Fetch via git. [home-page]: Update. [arguments]: Pass INSTDIR.
* gnu: supercollider: Update to 3.10.4.Tobias Geerinckx-Rice2020-01-21
| | | | | | | * gnu/packages/audio.scm (supercollider): Update to 3.10.4. [source]: Remove patch. * gnu/packages/patches/supercollider-boost-1.70-build-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: cli-visualizer: Update to 1.8.Tobias Geerinckx-Rice2020-01-20
| | | | | | | | * gnu/packages/audio.scm (cli-visualizer): Update to 1.8. [build-system]: Switch to cmake-build-system. [inputs]: Remove googletest. [arguments]: Disable tests. Remove #:make-flags and all phases apart from ‘install-examples’, previously ‘data’.
* gnu: vamp: Use HTTPS home page.Tobias Geerinckx-Rice2020-01-17
| | | | * gnu/packages/audio.scm (vamp)[home-page]: Use HTTPS.
* gnu: ecasound: Update to 2.9.3.Tobias Geerinckx-Rice2020-01-16
| | | | * gnu/packages/audio.scm (ecasound): Update to 2.9.3.
* gnu: ecasound: Use HTTPS home page.Tobias Geerinckx-Rice2020-01-16
| | | | * gnu/packages/audio.scm (ecasound)[source, home-page]: Use HTTPS.
* gnu: wavpack: Do not build the static library.Marius Bakke2020-01-12
| | | | * gnu/packages/audio.scm (wavpack)[arguments]: New field.
* gnu: wavpack: Update to 5.2.0.Marius Bakke2020-01-12
| | | | | | | | | * gnu/packages/patches/wavpack-CVE-2018-6767.patch, gnu/packages/patches/wavpack-CVE-2018-7253.patch, gnu/packages/patches/wavpack-CVE-2018-7254.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/audio.scm (wavpack): Update to 5.2.0. [source](patches): Remove.
* gnu: audacity: Update to 2.3.3.Kei Kebreau2020-01-11
| | | | | | | * gnu/packages/audio.scm (audacity): Update to 2.3.3. [source](snippet): Remove bundled "lame". [arguments]: Adjust "use-upstream-headers" phase. * gnu/packages/patches/audacity-build-with-system-portaudio.patch: Adjust patch.
* gnu: timidity++: Add libvorbis as inputEuAndreh2020-01-12
| | | | | | * gnu/packages/audio.scm (timidity++)[inputs] Add libvorbis as input Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: googletest: Update to 1.10.0.Marius Bakke2020-01-07
| | | | | | | * gnu/packages/check.scm (googletest): Update to 1.10.0. (googletest-1.8): New public variable. * gnu/packages/audio.scm (cli-visualizer)[inputs]: Change from GOOGLETEST to GOOGLETEST-1.8. * gnu/packages/serialization.scm (msgpack)[native-inputs]: Likewise.
* gnu: swh-plugins: Update home-page to new uri.Oleg Pykhalov2020-01-06
| | | | * gnu/packages/audio.scm (swh-plugins)[home-page]: Update to new uri.
* gnu: Add swh-plugins.Oleg Pykhalov2020-01-05
| | | | * gnu/packages/audio.scm (swh-plugins): New variable.
* gnu: soundtouch: Update to 2.1.2.Tobias Geerinckx-Rice2020-01-04
| | | | * gnu/packages/audio.scm (soundtouch): Update to 2.1.2.
* gnu: portaudio: Fix build.Nicolas Goaziou2019-12-29
| | | | | | | * gnu/packages/audio.scm (portaudio)[arguments]: Build sequentially. Fixes <https://bugs.gnu.org/38782>. This is a follow-up to commit 1ce6bfc21ce328d787df76c6ee132f9f828d098b.
* gnu: portaudio: Add C++ bindings.Nicolas Goaziou2019-12-28
| | | | * gnu/packages/audio.scm (portaudio): Add C++ bindings, aka "portaudiocpp".