aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libao (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* Remove myself (fuuzetsu) from maintainer listsMateusz Kowalczyk2019-12-051-1/+1
| | | | | | I haven't been doing any maintenance for a long time now and not only do I get notified, it also creates a fake impression that all these packages had at least one maintainer when in practice they had none.
* treewide: remove redundant quotesvolth2019-09-081-1/+1
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove unused variables (#63177)volth2019-06-161-1/+1
| | | | | | * treewide: remove unused variables * making ofborg happy
* darwin: correct framework dependencyMatthew Bauer2019-04-261-1/+1
| | | | | AudioUnit depends on AudioToolbox now, so use that to keep compatibility.
* libao: fix on 10.12 sdkMatthew Bauer2019-04-261-2/+2
|
* libao: 1.2.0 -> 1.2.2Peter Hoeg2017-11-271-14/+23
|
* Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-08-141-1/+1
|\
| * Update homepage attributes: http -> httpsmimadrid2017-08-031-1/+1
| | | | | | | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* | treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen2017-08-111-1/+1
|/ | | | | Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
* libao: build both pulse and alsa driversgnidorah2017-05-121-1/+2
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-291-1/+1
| | | | Make either 'bin' or 'out' the first output.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-021-0/+1
| | | | Build-tested on x86_64 Linux & Mac.
* Merge branch 'master' into closure-sizeVladimír Čunát2016-02-141-1/+3
|\
| * libao: add dependencies for Darwin frameworkstaku02016-02-111-1/+3
| |
* | libao: split into multiple outputsVladimír Čunát2015-10-131-0/+2
|/
* libao: enable libcap only on Linuxtaku02015-09-111-2/+3
|
* libao: fix list nestingVladimír Čunát2015-07-181-1/+1
|
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-291-2/+2
|
* libao now needs libcapMichael Raskin2015-04-261-2/+2
|
* libao: update to 1.2.0Mateusz Kowalczyk2014-08-291-6/+8
|
* sox: Fix building on DarwinEelco Dolstra2014-08-081-3/+4
| | | | Fixes #3493.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-281-1/+1
|
* Updating some xiph.org libraries, and making some cross-compile.Lluís Batlle i Rossell2011-04-231-3/+3
| | | | svn path=/nixpkgs/trunk/; revision=26943
* Allowing alsa utils to cross-build, and libao to output to alsa (not only toLluís Batlle i Rossell2010-08-211-2/+3
| | | | | | pulseAudio) svn path=/nixpkgs/branches/stdenv-updates/; revision=23315
* Making pulseaudio optional on libao.Lluís Batlle i Rossell2010-02-151-2/+3
| | | | svn path=/nixpkgs/trunk/; revision=20018
* libao: Build against PulseAudio.Ludovic Courtès2009-04-011-3/+3
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14828
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-031-3/+5
| | | | | | | | | | | | | | | | | Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
* Add mpg321, libao and libid3tag; upgrade libmad.Ludovic Courtès2008-02-111-0/+19
svn path=/nixpkgs/trunk/; revision=10626