summary refs log tree commit diff
path: root/pkgs/applications/misc/audio
Commit message (Collapse)AuthorAge
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* soxr: 0.1.2 -> 0.1.3Ryan Mulligan2018-03-09
| | | | | | | | | Semi-automatic update. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 0.1.3 with grep in /nix/store/n6as7dvjq9vlsri84smc05yjmdvwmxww-soxr-0.1.3 - found 0.1.3 in filename of file in /nix/store/n6as7dvjq9vlsri84smc05yjmdvwmxww-soxr-0.1.3
* sox: added enableLibpulseaudio optionEric Litak2017-03-24
|
* wavrsocvt: init at 1.0.2.0Michiel Leenaars2016-08-29
|
* treewide: Use makeBinPathTuomas Tynkkynen2016-08-23
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* imagemagick, soxr, fftw, libraw: remove explicit gcc.libVladimír Čunát2015-10-28
| | | | It is no longer needed after cc-wrapper fixes.
* soxr: split away the documentationVladimír Čunát2015-10-13
|
* Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\ | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * soxr: 0.1.1 -> 0.1.2William A. Kennington III2015-09-24
| |
| * sox: enable libsndfile, amr-nb, amr-wb (close #9824)taku02015-09-22
| |
| * sox: 14.4.1 -> 14.4.2taku02015-09-12
| |
| * Unmaintain a bunch of packagesShea Levy2015-07-01
| |
* | soxr, libraw, fftw, imagemagick: fix build by a hackVladimír Čunát2015-04-21
|/
* soxr: Fix Darwin buildSpencer Whitt2015-03-27
|
* sox: Change homepageJames Cook2015-02-15
| | | | The page at mega-nerd.com does not seem to be about sox at all.
* sox: Patches for CVE-2014-8145James Cook2015-02-15
| | | | | Found via RedHat bug 1174792. It was not clear whether these address a NULL dereference and a division by zero.
* sox: Enable support for FLAC and PNG.aszlig2014-08-29
| | | | | | | | | | | In case you wonder: PNG support is needed for example to generate spectograms. For example: sox shiny-song.flac -n spectrogram -o even-shinier.png Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* sox: Fix building on DarwinEelco Dolstra2014-08-08
| | | | Fixes #3493.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* sox: Update, get rid of composableDerivationShea Levy2014-03-24
|
* audacity: minor update, prefer system-wide libsVladimír Čunát2013-06-04
| | | | | | - Using system-wide libs where we have them (except for portaudio, which I couldn't make work). - Add the soxr library (now the preferred way of audio resampling).
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Fix some more "args: with args".Eelco Dolstra2010-07-30
| | | | svn path=/nixpkgs/trunk/; revision=22828
* * Get rid of many instances of "args: with args;", and other codingEelco Dolstra2010-07-28
| | | | | | | guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
* updating sox, adding maintainer, enabling mp3 supportMarc Weber2009-10-18
| | | | svn path=/nixpkgs/trunk/; revision=17864
* * Fix some attributes that now make nix-env -q --meta barf.Eelco Dolstra2009-07-02
| | | | svn path=/nixpkgs/trunk/; revision=16134
* replacing applyAndFun by lib.defaultOverridableDelayableArgsMarc Weber2009-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | applyAndFun has a bug resulting in the same arg beeing added more than once when using a concatenating merge function for the attr set. I've tried giving the function a name "overridableDelayableArgs" which resembles its usage much more. important refactoring: applyAndFun had .fun and .funMerge only when passing the merge function lib.mergeOrApply composableDerivation { initial = { ... }; } to overridableDelayableArgs has always .replace and .merge composableDerivation {} { ... } svn path=/nixpkgs/trunk/; revision=14428
* removed mkDerivationByConfiguration, using composableDerivation insteadMarc Weber2008-12-20
| | | | | | qgis, vim_configurable both work now svn path=/nixpkgs/trunk/; revision=13661
* added wavesurfer (sound analysis tool) and its dependency snack (tcl /python ↵Marc Weber2008-09-24
| | | | | | sound tool library) svn path=/nixpkgs/trunk/; revision=12904
* Michael Raskin2007-12-04
| | | | svn path=/nixpkgs/trunk/; revision=9861
* sox, ffmpeg_svn expressions addedMarc Weber2007-10-22
ghcPkgUtil defines a function to create setup-hook - creating a packagedatabase (nix-support/package.conf) - adding it to GHC_PACKAGE_PATH see comments for details svn path=/nixpkgs/trunk/; revision=9500