summaryrefslogtreecommitdiff
path: root/gnu/packages/audio.scm
Commit message (Collapse)AuthorAge
* 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".
* gnu: Add audiofile.Hartmut Goebel2019-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches should fix all CVEs reported by `guix lint`: CVE-2015-7747; CVE-2017-6827, CVE-2017-6828, CVE-2017-6829, CVE-2017-6830, CVE-2017-6831, CVE-2017-6832, CVE-2017-6833, CVE-2017-6834, CVE-2017-6835, CVE-2017-6836, CVE-2017-6837, CVE-2017-6838, CVE-2017-6839; CVE-2018-13440; CVE-2018-17095 Since the patches do not reference to CVEs, it's a bit hard to tell which patch actually closes which CVE. Debian reports all these to be closed by the patches below and NixPkgs provides references. * gnu/packages/audio.scm (audiofile): New variable. * gnu/packages/patches/audiofile-fix-datatypes-in-tests.patch, gnu/packages/patches/audiofile-fix-sign-conversion.patch, gnu/packages/patches/audiofile-CVE-2015-7747.patch, gnu/packages/patches/audiofile-CVE-2018-13440.patch, gnu/packages/patches/audiofile-CVE-2018-17095.patch, gnu/packages/patches/audiofile-Check-the-number-of-coefficients.patch, gnu/packages/patches/audiofile-Fail-on-error-in-parseFormat.patch, gnu/packages/patches/audiofile-Fix-index-overflow-in-IMA.cpp.patch, gnu/packages/patches/audiofile-Fix-multiply-overflow-sfconvert.patch, gnu/packages/patches/audiofile-Fix-overflow-in-MSADPCM-decodeSam.patch, gnu/packages/patches/audiofile-division-by-zero-BlockCodec-runPull.patch, gnu/packages/patches/audiofile-hurd.patch, gnu/packages/patches/audiofile-signature-of-multiplyCheckOverflow.patch: New files. * gnu/local.mk: Add them.
* gnu: bluez-alsa: Place dbus configuration in canonical location.Ricardo Wurmus2019-12-26
| | | | | * gnu/packages/audio.scm (bluez-alsa)[arguments]: Install dbus configuration files to /etc/dbus-1/system.d.
* gnu: fluidsynth: Update to 2.1.0.Tobias Geerinckx-Rice2019-12-23
| | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.1.0.
* Update email for Brett Gilio.Brett Gilio2019-12-19
| | | | | | | | | | * .mailmap: Add name and email for Brett Gilio. * gnu/local.mk, gnu/packages/admin.scm, gnu/packages/audio.scm, gnu/packages/bittorrent.scm, gnu/packages/build-tools.scm, gnu/packages/cran.scm, gnu/packages/emacs-xyz.scm, gnu/packages/messaging.scm, gnu/packages/python-xyz.scm, gnu/packages/sml.scm, gnu/packages/terminals.scm, gnu/packages/wm.scm: Update email for Brett Gilio.
* gnu: bluez-alsa: Update to 2.0.0.Ricardo Wurmus2019-12-13
| | | | | | | * gnu/packages/audio.scm (bluez-alsa): Update to 2.0.0. [source]: Use git-file-name. [arguments]: Override ALSA plugin directory and dbus configuration directory. [inputs]: Add dbus.
* gnu: OpenAL: Update home page.Marius Bakke2019-12-11
| | | | * gnu/packages/audio.scm (openal)[source, home-page]: Use HTTPS.
* gnu: OpenAL: Update to 1.20.0.Marius Bakke2019-12-11
| | | | | | * gnu/packages/audio.scm (openal): Update to 1.20.0. [arguments]: Adjust for renamed files. [native-inputs]: Remove.
* gnu: soundtouch: Use HTTPS home page.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/audio.scm (soundtouch)[home-page]: Use HTTPS.
* gnu: snd: Update to 19.9.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/audio.scm (snd): Update to 19.9.
* gnu: bs1770gain: Update to 0.6.5.Tobias Geerinckx-Rice2019-12-01
| | | | | * gnu/packages/audio.scm (bs1770gain): Update to 0.6.5. [source]: Adjust snippet for upstream BS gain.
* gnu: Add resample.Jan Wielkiewicz2019-12-01
| | | | * gnu/packages/audio.scm (resample): New variable.
* gnu: calf: Update to 0.90.3.Tobias Geerinckx-Rice2019-12-01
| | | | * gnu/packages/audio.scm (calf): Update to 0.90.3.
* gnu: Add ecasound.Christopher Lemmer Webber2019-11-21
| | | | * gnu/packages/audio.scm (ecasound): Add it.
* gnu: Add carla.Alexandros Theodotou2019-11-20
| | | | | | * gnu/packages/audio.scm (carla): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: rtmidi: Update to 4.0.0.Pierre Langlois2019-11-15
| | | | | | | | | | | | | * gnu/packages/audio.scm (rtmidi): Update to 4.0.0. [source]: Download tarball from upstream URL rather than the powertab github fork. [arguments]: Enable tests. Remove 'build and 'install phases and add a new 'noconfigure phase to prevent the bootstrap script from invoking configure. [home-page]: Update homepage to upstream URL. * gnu/packages/music.scm (powertabeditor)[arguments]: Add phase that substitutes the rtmidi #include directive to find the header. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: fluidsynth: Update to 2.0.9.Tobias Geerinckx-Rice2019-11-14
| | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.0.9.
* gnu: redkite: Do not use unstable tarball.Marius Bakke2019-11-14
| | | | * gnu/packages/audio.scm (redkite)[source]: Change to GIT-FETCH.
* gnu: Add redkite.Alexandros Theodotou2019-11-14
| | | | | | * gnu/packages/audio.scm: (redkite): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>