summaryrefslogtreecommitdiff
path: root/gnu/packages/audio.scm
Commit message (Collapse)AuthorAge
* gnu: audacity: Update to 2.3.3.base-for-series-2615base-for-series-2614base-for-series-2612base-for-series-2610base-for-series-2609base-for-series-2606base-for-series-2605base-for-series-2603base-for-series-2602base-for-series-2601base-for-series-2598base-for-series-2595base-for-series-2592base-for-series-2591base-for-series-2576base-for-series-2570base-for-series-2567base-for-series-2566base-for-series-2565base-for-series-2563base-for-series-2560base-for-series-2558base-for-series-2556base-for-series-2551base-for-series-2548base-for-series-2546base-for-series-2539base-for-series-2537base-for-series-2533base-for-series-2532base-for-series-2529base-for-series-2528base-for-series-2527base-for-series-2525base-for-series-2524base-for-series-2522base-for-series-2513base-for-series-2511base-for-series-2508base-for-series-2504base-for-series-2503Kei 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>
* gnu: Add libltc.Alexandros Theodotou2019-11-14
| | | | | | * gnu/packages/audio.scm: (libltc): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: sratom: Adjust indentation.Marius Bakke2019-11-14
| | | | * gnu/packages/audio.scm (sratom): Re-indent.
* gnu: sratom: Propagate required inputs.Marius Bakke2019-11-14
| | | | | * gnu/packages/audio.scm (sratom)[inputs]: Change to ... [propagated-inputs]: ... this.
* gnu: faudio: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-11-12
| | | | * gnu/packages/audio.scm (faudio)[source]: Use GIT-FILE-NAME.
* gnu: faudio: Update to 19.11.Tobias Geerinckx-Rice2019-11-12
| | | | * gnu/packages/audio.scm (faudio): Update to 19.11.
* gnu: suil: Update to 0.10.6.Tobias Geerinckx-Rice2019-11-12
| | | | * gnu/packages/audio.scm (suil): Update to 0.10.6.
* gnu: jalv: Update to 1.6.4.Tobias Geerinckx-Rice2019-11-12
| | | | * gnu/packages/audio.scm (jalv): Update to 1.6.4.
* gnu: sratom: Update to 0.6.4.Tobias Geerinckx-Rice2019-11-12
| | | | * gnu/packages/audio.scm (sratom): Update to 0.6.4.
* gnu: lilv: Update to 0.24.6.Tobias Geerinckx-Rice2019-11-12
| | | | | * gnu/packages/audio.scm (lilv): Update to 0.24.6. [arguments]: Remove obsolete #:configure-flags.
* gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase.Alexandros Theodotou2019-11-10
| | | | | | | | | | The gtkmm passed to inputs was unused. Jalv does not support gtkmm 3 at the moment. * gnu/packages/audio.scm (jalv)[inputs]: Add gtk+-2 and qtbase. Change unused gtkmm to gtkmm-2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: zita-convolver: Update to 4.0.3.Alexandros Theodotou2019-11-10
| | | | | | * gnu/packages/audio.scm (zita-convolver): Update to 4.0.3. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: faad2: Use HTTPS home page.Tobias Geerinckx-Rice2019-11-10
| | | | * gnu/packages/audio.scm (faad2)[home-page]: Use HTTPS.
* gnu: faad2: Update to 2.8.6.Tobias Geerinckx-Rice2019-11-10
| | | | | * gnu/packages/audio.scm (faad2): Update to 2.8.6. [native-inputs, arguments]: Remove obsolete fields.
* gnu: lilv: Enable python bindings.FPS2019-11-03
| | | | | | | | | * gnu/packages/audio.scm (lilv)[arguments]: Add #:configure-flags. Add phase to embed full path to liblilv-0.so. [native-inputs]: Add PYTHON. [home-page]: Follow redirect. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: fluidsynth: Update to 2.0.8.Tobias Geerinckx-Rice2019-10-28
| | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.0.8.
* gnu: Remove more GCC < 7 workarounds.Marius Bakke2019-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/abiword.scm (abiword)[arguments]: Do not pass "-std=c++11" to the GCC command line. * gnu/packages/aidc.scm (zbar)[arguments]: Likewise. * gnu/packages/android.scm (android-libbase, android-libcutils, android-libziparchive, fastboot)[arguments]: Likewise. * gnu/packages/audio.scm (azr3, guitarix, suil)[arguments]: Likewise. * gnu/packages/bioinformatics.scm (bless)[arguments]: Likewise. * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Likewise. * gnu/packages/code.scm (rtags)[arguments]: Likewise. * gnu/packages/coq.scm (coq-gappa)[arguments]: Likewise. * gnu/packages/emulators.scm (dolphin-emu)[arguments]: Likewise. * gnu/packages/engineering.scm (xyce-serial, xyce-parallel)[arguments]: Likewise. * gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Likewise. * gnu/packages/gobby.scm (libnet6, obby)[arguments]: Likewise. * gnu/packages/graph.scm (python-faiss)[arguments]: Likewise. * gnu/packages/graphics.scm (povray)[arguments]: Likewise. * gnu/packages/image-processing.scm (opencv, itk-snap)[arguments]: Likewise. * gnu/packages/image.scm (freeimage)[arguments]: Likewise. * gnu/packages/kodi.scm (crossguid)[arguments]: Likewise. * gnu/packages/music.scm (amsynth, qmidiarp, qmidiroute, seq24)[arguments]: Likewise. * gnu/packages/pdf.scm (python-poppler-qt5)[arguments]: Likewise. * gnu/packages/sagemath.scm (lcalc)[arguments]: Likewise. * gnu/packages/video.scm (vlc, mlt, v4l-utils)[arguments]: Likewise.
* gnu: twolame: Update to 0.4.0.Marius Bakke2019-10-12
| | | | | * gnu/packages/audio.scm (twolame): Update to 0.4.0. [source](snippet): Remove.
* gnu: fluidsynth: Update to 2.0.7.Marius Bakke2019-10-10
| | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.0.7.
* Merge branch 'master' into core-updatesLudovic Courtès2019-10-07
|\
| * gnu: jack-2: Update to 1.9.13.Ricardo Wurmus2019-10-07
| | | | | | | | | | | | * gnu/packages/audio.scm (jack-2): Update to 1.9.13. [arguments]: Don't build with python-2. [inputs]: Replace python2-dbus with python-dbus.
* | gnu: supercollider: Fix build and update to 3.10.3.Mathieu Othacehe2019-09-27
| | | | | | | | | | | | | | | | * gnu/packages/patches/supercollider-boost-1.70-build-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/audio.scm (supercollider): Update to 3.10.3 and apply the previous patch to fix build with boost-1.70. Remove outdated 'fix-build-with-boost-1.68 phase.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-24
|\|
| * gnu: vco-plugins: Fix typo.Vagrant Cascadian2019-09-23
| | | | | | | | * gnu/packages/audio (vco-plugins)[description]: Fix spelling of "rectangle".
* | gnu: alsa-modular-synth: Build with GCC 5.Ricardo Wurmus2019-09-19
| | | | | | | | * gnu/packages/audio.scm (alsa-modular-synth)[native-inputs]: Add gcc-5.