summary refs log tree commit diff
path: root/pkgs/servers/pulseaudio
Commit message (Collapse)AuthorAge
* polkit, pulseaudio: Drop some Linux-specific dependenciesEelco Dolstra2013-10-06
|
* beret: Fix build on darwin (close #923)Jason \"Don\" O'Conal2013-09-08
|
* unmaintain several packagesLudovic Courtès2013-08-16
|
* libcap needs to be a propagated build input for pulseaudioAristid Breitkreuz2013-06-22
|
* update pulseaudio to 4.0 and sbc to 1.1Aristid Breitkreuz2013-06-22
|
* update pulseaudio to 2.1David Guibert2012-11-15
| | | | | Systemd support has also been added because pulseaudio needs it to be useable with the systemd branch of nixos.
* * Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.Eelco Dolstra2012-01-18
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
* * Fix PulseAudio's config files installation paths.Eelco Dolstra2011-11-10
| | | | svn path=/nixpkgs/trunk/; revision=30383
* * Make the X11 dependency in PulseAudio optional, just like the JACKEelco Dolstra2011-11-07
| | | | | | | | | | | | dependency. This is important to prevent these dependencies from propagating to all PulseAudio clients. The PulseAudio server in NixOS can enable X11 support (if desired) by setting hardware.pulseaudio.package = pkgs.pulseaudio.override { x11Support = true; }; svn path=/nixpkgs/trunk/; revision=30300
* update pulseaudio 0.9.23 -> 1.1David Guibert2011-11-06
| | | | svn path=/nixpkgs/trunk/; revision=30279
* * Sync with the trunc.Eelco Dolstra2011-07-31
|\ | | | | | | | | | | | | | | | | | | * Fixed the hash in PulseAudio: I updated the name/version, but forgot to update the hash. So secretly it was still building the old version. Also, now that we've realised that the PulseAudio server and library don't need to be the same build, disable some dependencies by default (avahi and bluez). svn path=/nixpkgs/branches/kde-4.7/; revision=28023
| * Enabling optional jackaudio support for pulseaudioCillian de Roiste2011-07-30
| | | | | | | | svn path=/nixpkgs/trunk/; revision=28010
* | * PulseAudio: use configuration files in /etc/pulse to allow NixOS toEelco Dolstra2011-07-26
| | | | | | | | | | | | override them. svn path=/nixpkgs/branches/kde-4.7/; revision=27965
* | * Pulseaudio: disable the dependencies on GTK+, GConf and X11. It'sEelco Dolstra2011-07-07
|/ | | | | | | | not clear what they're good for, and we don't want other packages depending on GTK+ or Gnome if it's not necessary. Also, updated to 0.9.23. svn path=/nixpkgs/branches/kde-4.7/; revision=27629
* pulseaudio: udev and bluez supportYury G. Kudryashov2010-07-31
| | | | svn path=/nixpkgs/trunk/; revision=22834
* Make WebKit use libsoup 2.31.2 via deepOverride. Edit a few packages that ↵Michael Raskin2010-07-08
| | | | | | were overridable but did not allow extra arguments. Remove a catch with deepOverride that pkgs.lib had this attribute in a different sense. svn path=/nixpkgs/trunk/; revision=22529
* PulseAudio: Add maintainer and platform.Ludovic Courtès2009-12-13
| | | | svn path=/nixpkgs/trunk/; revision=18926
* PulseAudio 0.9.21.Ludovic Courtès2009-12-13
| | | | svn path=/nixpkgs/trunk/; revision=18923
* A case study in transitive overrides. WebKit needs fresh glib. This means it ↵Michael Raskin2009-10-06
| | | | | | needs a whole slice of system built against glib-2.22.. Added overrides are generic enough, though. So the same way can be used to override everything. I have failed (so far?) to add mkOverridable into stdenv, though. svn path=/nixpkgs/trunk/; revision=17661
* Propagate GDBM from PulseAudio to make hints from `.la' files work.Ludovic Courtès2009-05-11
| | | | svn path=/nixpkgs/trunk/; revision=15556
* PulseAudio: Tell `padsp' the right library path.Ludovic Courtès2009-01-29
| | | | svn path=/nixpkgs/trunk/; revision=13909
* PulseAudio: Use new ALSA, disable ConsoleKit.Ludovic Courtès2009-01-19
| | | | svn path=/nixpkgs/trunk/; revision=13809
* PulseAudio: Remove aDNS since what it really wants is `libasyncns'.Ludovic Courtès2009-01-17
| | | | svn path=/nixpkgs/trunk/; revision=13801
* PulseAudio: Use aDNS and X11 libraries.Ludovic Courtès2009-01-17
| | | | svn path=/nixpkgs/trunk/; revision=13800
* PulseAudio: Set the right `localstatedir'.Ludovic Courtès2009-01-17
| | | | svn path=/nixpkgs/trunk/; revision=13798
* Add PulseAudio, an audio server.Ludovic Courtès2008-12-19
svn path=/nixpkgs/trunk/; revision=13659