summaryrefslogtreecommitdiff
path: root/gnu/packages/audio.scm
Commit message (Collapse)AuthorAge
...
* 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.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-17
|\|
| * gnu: bs1770gain: Return #t from source snippet.Tobias Geerinckx-Rice2019-09-08
| | | | | | | | * gnu/packages/audio.scm (bs1770gain)[source]: Return #t from snippet.
| * gnu: bs1770gain: Update to 0.6.0.Tobias Geerinckx-Rice2019-09-08
| | | | | | | | | | * gnu/packages/audio.scm (bs1770gain): Update to 0.6.0. [source]: Adjust snippet.
* | Merge branch 'master' into core-updatesMark H Weaver2019-09-06
|\|
| * gnu: faudio: Update to 19.09.Rutger Helling2019-09-02
| | | | | | | | * gnu/packages/audio.scm (faudio): Update to 19.09.
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\|
| * gnu: snd: Don't install the licence twice.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | | | * gnu/packages/audio.scm (snd)[arguments]: Let the build system install ‘COPYING’ once.
| * gnu: snd: Set correct --with-doc-dir.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | | | * gnu/packages/audio.scm (snd)[arguments]: Match #:configure-flags to phases.
| * gnu: snd: Update to 19.6.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/audio.scm (snd): Update to 19.6.
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-22
|\|
| * gnu: fluidsynth: Update to 2.0.6.Tobias Geerinckx-Rice2019-08-21
| | | | | | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.0.6.
| * gnu: fluidsynth: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-08-21
| | | | | | | | * gnu/packages/audio.scm (fluidsynth)[source]: Use GIT-FILE-NAME.
| * gnu: csound: Update to 6.13.0.Tobias Geerinckx-Rice2019-08-21
| | | | | | | | * gnu/packages/audio.scm (csound): Update to 6.13.0.
* | Merge branch 'master' into core-updatesMarius Bakke2019-08-13
|\|
| * gnu: faudio: Update to 19.08.Rutger Helling2019-08-06
| | | | | | | | * gnu/packages/audio.scm (faudio): Update to 19.08.
* | Merge branch 'master' into core-updatesMarius Bakke2019-07-22
|\|
| * gnu: Add darkice.Mark H Weaver2019-07-21
| | | | | | | | | | | | * gnu/packages/audio.scm (darkice): New variable. * gnu/packages/patches/darkice-workaround-fpermissive-error.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | gnu: openal: Build with GCC 9.Marius Bakke2019-07-18
| | | | | | | | * gnu/packages/audio.scm (openal)[native-inputs]: Add GCC-9.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-07-17
|\|
| * gnu: Add gnaural.Arun Isaac2019-07-17
| | | | | | | | * gnu/packages/audio.scm (gnaural): New variable.
| * gnu: qjackctl: Update to 0.5.9.Tobias Geerinckx-Rice2019-07-16
| | | | | | | | * gnu/packages/audio.scm (qjackctl): Update to 0.5.9.
| * gnu: qsynth: Update to 0.5.7.Tobias Geerinckx-Rice2019-07-16
| | | | | | | | | | * gnu/packages/audio.scm (qsynth): Update to 0.5.7. [arguments]: Remove CXXFLAGS=-std=gnu++11 #:configure-flag.
| * gnu: qsynth: Use newer (HTTPS) home page.Tobias Geerinckx-Rice2019-07-16
| | | | | | | | * gnu/packages/audio.scm (qsynth)[home-page]: Update.
* | gnu: jalv: Remove GCC5 workaround.Marius Bakke2019-07-07
| | | | | | | | * gnu/packages/audio.scm (jalv)[arguments]: Remove <#:phases>.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-07-04
|\|
| * gnu: snd: Update to 19.5.Tobias Geerinckx-Rice2019-07-03
| | | | | | | | * gnu/packages/audio.scm (snd): Update to 19.5.