Commit graph

507 commits

Author SHA1 Message Date
Ricardo Wurmus 9f9520a129
gnu: bluez-alsa: Update to 2.0.0.
* 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.
2019-12-13 22:53:19 +01:00
Marius Bakke b7ea10d090
gnu: OpenAL: Update home page.
* gnu/packages/audio.scm (openal)[source, home-page]: Use HTTPS.
2019-12-11 01:13:24 +01:00
Marius Bakke 69290fd034
gnu: OpenAL: Update to 1.20.0.
* gnu/packages/audio.scm (openal): Update to 1.20.0.
[arguments]: Adjust for renamed files.
[native-inputs]: Remove.
2019-12-11 01:13:24 +01:00
Tobias Geerinckx-Rice c93bd94c49
gnu: soundtouch: Use HTTPS home page.
* gnu/packages/audio.scm (soundtouch)[home-page]: Use HTTPS.
2019-12-03 01:52:44 +01:00
Tobias Geerinckx-Rice b1d13e40fe
gnu: snd: Update to 19.9.
* gnu/packages/audio.scm (snd): Update to 19.9.
2019-12-03 01:52:43 +01:00
Tobias Geerinckx-Rice 39c746f081
gnu: bs1770gain: Update to 0.6.5.
* gnu/packages/audio.scm (bs1770gain): Update to 0.6.5.
[source]: Adjust snippet for upstream BS gain.
2019-12-01 16:01:46 +01:00
Jan Wielkiewicz d83bb7973b
gnu: Add resample.
* gnu/packages/audio.scm (resample): New variable.
2019-12-01 13:36:40 +01:00
Tobias Geerinckx-Rice c8de7979c2
gnu: calf: Update to 0.90.3.
* gnu/packages/audio.scm (calf): Update to 0.90.3.
2019-12-01 00:49:14 +01:00
Christopher Lemmer Webber 615a4fbff8
gnu: Add ecasound.
* gnu/packages/audio.scm (ecasound): Add it.
2019-11-21 07:46:35 -05:00
Alexandros Theodotou caa1f6a8ae
gnu: Add carla.
* gnu/packages/audio.scm (carla): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-20 00:16:51 +01:00
Pierre Langlois bcdf11d6ff
gnu: rtmidi: Update to 4.0.0.
* 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>
2019-11-15 14:29:57 +01:00
Tobias Geerinckx-Rice 37d473c5d1
gnu: fluidsynth: Update to 2.0.9.
* gnu/packages/audio.scm (fluidsynth): Update to 2.0.9.
2019-11-14 18:01:41 +01:00
Marius Bakke 83ba0e4291
gnu: redkite: Do not use unstable tarball.
* gnu/packages/audio.scm (redkite)[source]: Change to GIT-FETCH.
2019-11-14 00:16:11 +01:00
Alexandros Theodotou 74f9a8fbbe
gnu: Add redkite.
* gnu/packages/audio.scm: (redkite): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-14 00:16:11 +01:00
Alexandros Theodotou 0f2ce44800
gnu: Add libltc.
* gnu/packages/audio.scm: (libltc): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-14 00:16:11 +01:00
Marius Bakke 95f6e6dad8
gnu: sratom: Adjust indentation.
* gnu/packages/audio.scm (sratom): Re-indent.
2019-11-14 00:16:11 +01:00
Marius Bakke 6e0b18bf09
gnu: sratom: Propagate required inputs.
* gnu/packages/audio.scm (sratom)[inputs]: Change to ...
[propagated-inputs]: ... this.
2019-11-14 00:16:11 +01:00
Tobias Geerinckx-Rice 543f7ad14b
gnu: faudio: Use GIT-FILE-NAME.
* gnu/packages/audio.scm (faudio)[source]: Use GIT-FILE-NAME.
2019-11-12 15:12:29 +01:00
Tobias Geerinckx-Rice c44db46f12
gnu: faudio: Update to 19.11.
* gnu/packages/audio.scm (faudio): Update to 19.11.
2019-11-12 15:12:29 +01:00
Tobias Geerinckx-Rice 9bc0686022
gnu: suil: Update to 0.10.6.
* gnu/packages/audio.scm (suil): Update to 0.10.6.
2019-11-12 04:05:30 +01:00
Tobias Geerinckx-Rice 4e385d2a00
gnu: jalv: Update to 1.6.4.
* gnu/packages/audio.scm (jalv): Update to 1.6.4.
2019-11-12 04:05:29 +01:00
Tobias Geerinckx-Rice 9dd6b8d132
gnu: sratom: Update to 0.6.4.
* gnu/packages/audio.scm (sratom): Update to 0.6.4.
2019-11-12 03:33:07 +01:00
Tobias Geerinckx-Rice 2d91e5968f
gnu: lilv: Update to 0.24.6.
* gnu/packages/audio.scm (lilv): Update to 0.24.6.
[arguments]: Remove obsolete #:configure-flags.
2019-11-12 03:33:06 +01:00
Alexandros Theodotou 9e4e66c4ae
gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase.
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>
2019-11-10 23:50:37 +01:00
Alexandros Theodotou 1c1ce52aa9
gnu: zita-convolver: Update to 4.0.3.
* gnu/packages/audio.scm (zita-convolver): Update to 4.0.3.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-10 23:50:37 +01:00
Tobias Geerinckx-Rice 43999c6109
gnu: faad2: Use HTTPS home page.
* gnu/packages/audio.scm (faad2)[home-page]: Use HTTPS.
2019-11-10 01:34:40 +01:00
Tobias Geerinckx-Rice 747dc4b940
gnu: faad2: Update to 2.8.6.
* gnu/packages/audio.scm (faad2): Update to 2.8.6.
[native-inputs, arguments]: Remove obsolete fields.
2019-11-10 01:34:40 +01:00
FPS 6833c7a1b3
gnu: lilv: Enable python bindings.
* 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>
2019-11-03 19:33:47 +01:00
Tobias Geerinckx-Rice 5c4772d7be
gnu: fluidsynth: Update to 2.0.8.
* gnu/packages/audio.scm (fluidsynth): Update to 2.0.8.
2019-10-28 23:10:46 +01:00
Marius Bakke 0fe041bd9f
gnu: Remove more GCC < 7 workarounds.
* 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.
2019-10-20 14:00:12 +02:00
Marius Bakke 196e35794c
gnu: twolame: Update to 0.4.0.
* gnu/packages/audio.scm (twolame): Update to 0.4.0.
[source](snippet): Remove.
2019-10-12 18:39:58 +02:00
Marius Bakke ef42bc3e56
gnu: fluidsynth: Update to 2.0.7.
* gnu/packages/audio.scm (fluidsynth): Update to 2.0.7.
2019-10-10 20:09:56 +02:00
Ludovic Courtès 4d8d2fbaf3
Merge branch 'master' into core-updates 2019-10-07 17:06:13 +02:00
Ricardo Wurmus fa984fa678
gnu: jack-2: Update to 1.9.13.
* 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.
2019-10-07 16:37:01 +02:00
Mathieu Othacehe 772ca8e4f6
gnu: supercollider: Fix build and update to 3.10.3.
* 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.
2019-09-27 10:48:54 +02:00
Ludovic Courtès 11da634a6e
Merge branch 'master' into core-updates 2019-09-24 10:11:38 +02:00
Vagrant Cascadian 947b3ac68b
gnu: vco-plugins: Fix typo.
* gnu/packages/audio (vco-plugins)[description]: Fix spelling of "rectangle".
2019-09-23 13:01:43 -07:00
Ricardo Wurmus bed0c4c83d
gnu: alsa-modular-synth: Build with GCC 5.
* gnu/packages/audio.scm (alsa-modular-synth)[native-inputs]: Add gcc-5.
2019-09-19 21:33:44 +02:00
Ludovic Courtès 9ff87bb996
Merge branch 'master' into core-updates 2019-09-17 16:27:15 +02:00
Tobias Geerinckx-Rice 2777dc7589
gnu: bs1770gain: Return #t from source snippet.
* gnu/packages/audio.scm (bs1770gain)[source]: Return #t from snippet.
2019-09-08 23:56:33 +02:00
Tobias Geerinckx-Rice a2931b14d3
gnu: bs1770gain: Update to 0.6.0.
* gnu/packages/audio.scm (bs1770gain): Update to 0.6.0.
[source]: Adjust snippet.
2019-09-08 23:56:33 +02:00
Mark H Weaver 65542a8852
Merge branch 'master' into core-updates 2019-09-06 20:46:00 -04:00
Rutger Helling 48d11a5f8b
gnu: faudio: Update to 19.09.
* gnu/packages/audio.scm (faudio): Update to 19.09.
2019-09-02 08:18:05 +02:00
Mark H Weaver 0481289cbc
Merge branch 'master' into core-updates 2019-08-29 17:19:18 -04:00
Tobias Geerinckx-Rice 3ef664d082
gnu: snd: Don't install the licence twice.
* gnu/packages/audio.scm (snd)[arguments]: Let the build system install
‘COPYING’ once.
2019-08-26 05:02:51 +02:00
Tobias Geerinckx-Rice 9477487645
gnu: snd: Set correct --with-doc-dir.
* gnu/packages/audio.scm (snd)[arguments]: Match #:configure-flags to
phases.
2019-08-26 05:02:51 +02:00
Tobias Geerinckx-Rice cb6add546c
gnu: snd: Update to 19.6.
* gnu/packages/audio.scm (snd): Update to 19.6.
2019-08-26 05:02:51 +02:00
Mark H Weaver 893c2df00d
Merge branch 'master' into core-updates 2019-08-22 15:53:27 -04:00
Tobias Geerinckx-Rice f8719b155e
gnu: fluidsynth: Update to 2.0.6.
* gnu/packages/audio.scm (fluidsynth): Update to 2.0.6.
2019-08-21 22:07:21 +02:00
Tobias Geerinckx-Rice 94781b79ad
gnu: fluidsynth: Use GIT-FILE-NAME.
* gnu/packages/audio.scm (fluidsynth)[source]: Use GIT-FILE-NAME.
2019-08-21 22:07:21 +02:00