aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/audio.scm
Commit message (Collapse)AuthorAge
* gnu: ardour: Sort inputs and native-inputs.Brendan Tildesley2018-12-24
| | | | | * gnu/packages/audio.scm (ardour)[inputs]: Sort alphabetically. [native-inputs]: Same.
* gnu: ardour: Add libusb input.Brendan Tildesley2018-12-24
| | | | * gnu/packages/audio.scm (ardour): [inputs]: add libusb.
* gnu: ardour: Add a phase to install Freedesktop files.Brendan Tildesley2018-12-24
| | | | | | | | | | * gnu/packages/audio.scm (ardour): [arguments]: - Correct comment about --freedesktop flag. - Adjust pretty printing for consistency. - Add 'install-free-desktop-files phase to actually install the files that were build. Fixes bug#33585 reported by baconicsynergy. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: supercollider: Update to 3.10.0.Danny Milosavljevic2018-12-09
| | | | | * gnu/packages/audio.scm (supercollider): Update to 3.10.0. [arguments]<#:phases>[disable-broken-tests]: Modify.
* gnu: patchage: Fix build.Ricardo Wurmus2018-12-08
| | | | | | Fixes <https://bugs.gnu.org/33677>. * gnu/packages/audio.scm (patchage)[arguments]: Use Python 2.
* gnu: supercollider: Fix build.Ricardo Wurmus2018-12-08
| | | | | | | | Fixes <https://bugs.gnu.org/33674>. * gnu/packages/audio.scm (supercollider)[arguments]: Add phase to fix build with Boost 1.68. [inputs]: Replace boost with boost-cxx14.
* gnu: qsynth: Update to 0.5.4.Ricardo Wurmus2018-12-08
| | | | * gnu/packages/audio.scm (qsynth): Update to 0.5.4.
* gnu: qjackctl: Update 0.5.5.Amar Singh2018-12-08
| | | | | | * gnu/packages/audio.scm (qjackctl): Update to 0.5.5. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* Merge branch 'master' into core-updatesMarius Bakke2018-11-29
|\
| * gnu: Add libopenshot-audio.Eric Bavier2018-11-26
| | | | | | | | * gnu/packages/audio.scm (libopenshot-audio): New variable.
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-24
|\|
| * gnu: supercollider: Update to 3.9.3.Nicolas Goaziou2018-11-22
| | | | | | | | * gnu/packages/audio.scm (supercollider): Update to 3.9.3.
* | gnu: jalv: Build with python-2.Efraim Flashner2018-11-22
| | | | | | | | * gnu/packages/audio.scm (jalv)[arguments]: Build with python-2.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2018-11-21
|\|
| * gnu: autotalent: Simplify 'license'.Ludovic Courtès2018-11-20
| | | | | | | | * gnu/packages/audio.scm (autotalent)[license]: Remove unnecessary 'list'.
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-20
|\|
| * gnu: fluidsynth: Update to 2.0.2.Marius Bakke2018-11-20
| | | | | | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.0.2.
| * gnu: Add autotalent.Thorsten Wilms2018-11-19
| | | | | | | | | | | | * gnu/packages/audio.scm (autotalent): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add libfdk 'FDK AAC' library.Leo Famulari2018-11-18
| | | | | | | | * gnu/packages/audio.scm (libfdk): New variable.
| * llvm: Build with RTTI by default.Eric Bavier2018-11-17
| | | | | | | | | | | | | | | | | | | | | | Increases size of llvm@6 by 2.5MiB (2.5%), but saves building specialized llvm's with rtti enabled for packages that require RTTI when linking with the llvm libraries. * gnu/packages/llvm.scm (llvm-3.8-with-rtti): Remove variable. (llvm)[arguments]: Add '-DLLVM_REQUIRES_RTTI=1' to #:configure-flags. * gnu/packages/audio.scm (faust-2)[native-inputs]: 'llvm-3.8-with-rtti' -> 'llvm-3.8'.
| * gnu: Add caps-plugins-lv2.Thorsten Wilms2018-11-16
| | | | | | | | | | | | * gnu/packages/audio.scm (caps-plugins-lv2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: audio: Return #t from all phases.Mark H Weaver2018-11-14
| | | | | | | | | | | | * gnu/packages/audio.scm (clalsadrv, jack-2, libsbsms, zita-convolver) (zita-resampler, zita-alsa-pcmi, gsm, cava): Return #t from all phases. (ladspa): Use 'modify-phases'. Return #t from all phases.
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-14
|\|
| * gnu: faust-2: Update to 2.5.23.Ricardo Wurmus2018-11-11
| | | | | | | | | | | | | | * gnu/packages/audio.scm (faust-2): Update to 2.5.23. [native-inputs]: Replace llvm-with-rtti with llvm-3.8-with-rtti. * gnu/packages/llvm.scm (llvm-with-rtti): Rename this variable... (llvm-3.8-with-rtti): ...to this variable; inherit from llvm-3.8.
| * gnu: rtmidi: Remove custom bootstrap phase.Ricardo Wurmus2018-11-10
| | | | | | | | * gnu/packages/audio.scm (rtmidi)[arguments]: Remove autoconf phase.
| * gnu: portaudio: Remove custom bootstrap phase.Ricardo Wurmus2018-11-10
| | | | | | | | * gnu/packages/audio.scm (portaudio)[arguments]: Remove autoreconf phase.
| * gnu: cava: Fetch sources from git.Ricardo Wurmus2018-11-10
| | | | | | | | * gnu/packages/audio.scm (cava)[source]: Fetch from git.
| * gnu: cli-visualizer: Fetch sources from git.Ricardo Wurmus2018-11-10
| | | | | | | | * gnu/packages/audio.scm (cli-visualizer)[source]: Fetch from git.
| * gnu: dcadec: Fetch sources from git.Ricardo Wurmus2018-11-10
| | | | | | | | * gnu/packages/audio.scm (dcadec)[source]: Fetch from git.
| * gnu: cuetools: Fetch sources from git.Ricardo Wurmus2018-11-10
| | | | | | | | * gnu/packages/audio.scm (cuetools)[source]: Fetch from git.
| * gnu: xjackfreak: Fetch sources from git.Ricardo Wurmus2018-11-10
| | | | | | | | * gnu/packages/audio.scm (xjackfreak)[source]: Fetch from git.
| * gnu: rsound: Fetch sources from git.Ricardo Wurmus2018-11-10
| | | | | | | | * gnu/packages/audio.scm (rsound)[source]: Fetch from git.
| * gnu: rtmidi: Fetch sources from git.Ricardo Wurmus2018-11-10
| | | | | | | | * gnu/packages/audio.scm (rtmidi)[source]: Fetch from git.
| * gnu: infamous-plugins: Fetch sources from git.Ricardo Wurmus2018-11-10
| | | | | | | | * gnu/packages/audio.scm (infamous-plugins)[source]: Fetch from git.
| * gnu: swh-plugins-lv2: Fetch sources from git.Ricardo Wurmus2018-11-10
| | | | | | | | * gnu/packages/audio.scm (swh-plugins-lv2)[source]: Fetch from git.
| * gnu: csound: Fetch sources from git.Ricardo Wurmus2018-11-10
| | | | | | | | * gnu/packages/audio.scm (csound)[source]: Fetch from git.
| * gnu: lvtk: Fetch sources from git.Ricardo Wurmus2018-11-10
| | | | | | | | * gnu/packages/audio.scm (lvtk)[source]: Fetch from git.
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-05
|\|
| * gnu: bs1770gain: Update to 0.5.1.Tobias Geerinckx-Rice2018-10-23
| | | | | | | | * gnu/packages/audio.scm (bs1770gain): Update to 0.5.1.
* | gnu: suil: Use python2 for building.Marius Bakke2018-10-23
| | | | | | | | * gnu/packages/audio.scm (suil)[arguments]: Set #:python.
* | Merge branch 'master' into core-updatesMarius Bakke2018-10-21
|\|
| * gnu: fluidsynth: Update to 2.0.1.Marius Bakke2018-10-21
| | | | | | | | | | | | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.0.1. (fluidsynth-1): New public variable. * gnu/packages/games.scm (gzdoom)[inputs]: Change FLUIDSYNTH to FLUIDSYNTH-1. * gnu/packages/music.scm (lmms)[inputs]: Likewise.
| * gnu: openal: Update to 1.19.1.Marius Bakke2018-10-21
| | | | | | | | * gnu/packages/audio.scm (openal): Update to 1.19.1.
| * gnu: qsynth: Update to 0.5.3.Ricardo Wurmus2018-10-19
| | | | | | | | * gnu/packages/audio.scm (qsynth): Update to 0.5.3.
* | Merge branch 'master' into core-updatesMarius Bakke2018-10-17
|\|
| * gnu: audacity: Update home page.Tobias Geerinckx-Rice2018-10-15
| | | | | | | | * gnu/packages/audio.scm (audacity)[home-page]: Update.
| * gnu: csound: Update to 6.11.0.Brett Gilio2018-10-14
| | | | | | | | | | | | | | * gnu/packages/audio.scm (csound): Update to 6.11.0. [home-page]: Change to "https://csound.com/". Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: openal: Update source and home page URLs.Ludovic Courtès2018-10-10
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/33000>. Reported by Nam Nguyen <namn@berkeley.edu>. * gnu/packages/audio.scm (openal)[source, home-page]: Update URLs.
| * gnu: bs1770gain: Update to 0.5.0.Efraim Flashner2018-10-09
| | | | | | | | * gnu/packages/audio.scm (bs1770gain): Update to 0.5.0.
* | Merge branch 'master' into core-updatesLeo Famulari2018-10-07
|\|