Age | Commit message (Collapse) | Author |
|
* gnu/packages/audio.scm (gsm): Add a trailing newline to the replacement
text. This makes it more robust in the face of future changes.
|
|
* gnu/packages/audio.scm (vo-amrwbenc): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/audio.scm (opencore-amr): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Move qttools from here...
[native-inputs]: ...to here.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/audio.scm (gsm): Update to 1.0.19.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
This is a follow-up commit to 74c7f367daa, which broke the installation of the
bin, lib and share artifacts.
* gnu/packages/audio.scm (gsm)[make-flags]: Programmatically build the
INSTALL_ROOT make flag so that the %output variable gets properly expanded.
Instead of repeating the default CCFLAGS values as a make flag...
[phases]: ...add "-fPIC" using substitutes* in a new add-fpic-ccflag phase.
|
|
* gnu/packages/audio.scm (redkite): Update to 0.8.0.
|
|
This is necessary for building mediastream2 (a dependency of Linphone).
* gnu/packages/audio.scm (gsm): Add the default CCFLAGS as a make flag, and
prepend -fPIC to these. Pass INSTALL_ROOT as a make flag as well, which
removes the need to use substitute* in a phase.
|
|
* gnu/packages/telephony.scm (bctoolbox): Delete variable.
(ortp): Delete variable.
* gnu/packages/audio.scm (bluez-alsa)[inputs]: Update ortp reference.
* gnu/packages/kde-internet.scm (kopete)[inputs]: Update ortp reference.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/audio.scm (ztoolkit-rsvg): New variable.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> [with modifications]
|
|
* gnu/packages/audio.scm (ztoolkit): New variable.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
|
|
* gnu/packages/audio.scm (lv2toweb): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/audio.scm (bs1770gain): Update to 0.6.7.
|
|
* gnu/packages/audio.scm (libfdk): Update to 2.0.1.
|
|
* gnu/packages/audio.scm (guitarix)[home-page]: Use HTTPS.
|
|
* gnu/packages/audio.scm (lv2lint): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.2.0.
|
|
* gnu/packages/audio.scm (faust)[home-page]: Use HTTPS.
|
|
* gnu/packages/audio.scm (rsound)[home-page]: Use HTTPS.
|
|
* gnu/packages/audio.scm (freealut)[home-page]: Use HTTPS.
|
|
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/packages/audio.scm: Order module imports alphabetically.
|
|
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/packages/audio.scm (ardour)[home-page]: Use HTTPS.
|
|
* gnu/packages/audio.scm (liblo): Update to 0.31.
|
|
* gnu/packages/audio.scm (python-pyalsaaudio)[home-page]: Use HTTPS.
|
|
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.1.
|
|
* gnu/packages/audio.scm (lv2-mda-epiano, lv2-mda-piano)[home-page]:
Use HTTPS.
|
|
* 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/packages/audio.scm (openal): Update to 1.20.1.
|
|
* gnu/packages/audio.scm (libaudec): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/audio.scm (ir): Update to 1.3.4.
[source]: Fetch via git.
[home-page]: Update.
[arguments]: Pass INSTDIR.
|
|
* 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/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/packages/audio.scm (vamp)[home-page]: Use HTTPS.
|
|
* gnu/packages/audio.scm (ecasound): Update to 2.9.3.
|
|
* gnu/packages/audio.scm (ecasound)[source, home-page]: Use HTTPS.
|
|
* gnu/packages/audio.scm (wavpack)[arguments]: New field.
|
|
* 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/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/packages/audio.scm (timidity++)[inputs] Add libvorbis as input
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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/packages/audio.scm (swh-plugins)[home-page]: Update to new uri.
|
|
* gnu/packages/audio.scm (swh-plugins): New variable.
|
|
* gnu/packages/audio.scm (soundtouch): Update to 2.1.2.
|
|
* gnu/packages/audio.scm (portaudio)[arguments]: Build sequentially.
Fixes <https://bugs.gnu.org/38782>. This is a follow-up to commit
1ce6bfc21ce328d787df76c6ee132f9f828d098b.
|
|
* gnu/packages/audio.scm (portaudio): Add C++ bindings, aka "portaudiocpp".
|
|
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/packages/audio.scm (bluez-alsa)[arguments]: Install dbus configuration
files to /etc/dbus-1/system.d.
|
|
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.0.
|