summary refs log tree commit diff
path: root/pkgs/servers/pulseaudio
Commit message (Collapse)AuthorAge
* pulseaudio: 7.1 -> 8.0Louis Taylor2016-01-30
| | | | | | | closes #12569 Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de> Signed-off-by: Robin Gloster <mail@glob.in>
* pulseaudio: 7.0 -> 7.1William A. Kennington III2015-11-05
|
* pulseaudio: 6.0 -> 7.0William A. Kennington III2015-09-24
|
* xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* xlibs.xlibs: removeVladimír Čunát2015-09-15
| | | | | | It was really ugly that `xlibs.xlibs` meant something else than `xlibs`, especially when using `with xlibs`, such as in wine. Also, now `xlibs` is the same as `xorg`.
* pulseaudio: fix .la fileLuca Bruno2015-08-06
|
* fix libcap for packages depending on pulseaudioAristid Breitkreuz2015-06-07
|
* pulseaudio: Revert to regular styleEelco Dolstra2015-06-04
| | | | | Also, the NixOS module uses pulseaudioLight in order to prevent excessive dependency bloat.
* Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"Eelco Dolstra2015-06-04
| | | | This reverts commit 25a148fa196b944b3f134527da87e43d88c066f9.
* libpulse: Use glibWilliam A. Kennington III2015-05-29
|
* Refactor mkFlag / shouldUsePkg into the nixpkgs librariesWilliam A. Kennington III2015-05-22
|
* enable padsp againAristid Breitkreuz2015-05-17
|
* pulseaudio: Fix logicWilliam A. Kennington III2015-05-11
|
* Merge pull request #7727 from Lassulus/my-15.05pre61665.4c01e6dCharles Strahan2015-05-06
|\ | | | | pulseaudio: system user and group changed to pulse.
| * pulseaudio: system user and group changed to pulse.lassulus2015-05-06
| |
* | pulseaudio: Refactor a littleWilliam A. Kennington III2015-05-02
|/
* pulseaudio: More refactoring to bring libpulse in line with pulse librariesWilliam A. Kennington III2015-04-26
|
* pulseaudio: Fix propagation of libcapWilliam A. Kennington III2015-04-26
|
* pulseaudio: RefactorWilliam A. Kennington III2015-04-25
|
* pulseaudio: 5.0 -> 6.0William A. Kennington III2015-03-25
|
* fix sound in minecraft for pulseaudio usersAristid Breitkreuz2014-10-05
|
* pulseaudio: Use group audio instead of pulse-accessRickard Nilsson2014-09-03
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* pulseaudio: fix CVE-2014-3970 by upstream patchVladimír Čunát2014-08-18
|
* Revert "Remove obsolete jackaudio version 1."Bjørn Forsman2014-07-31
| | | | | | | | | This reverts commit bdb77826d98544ab37741f740dd3516023924b27. Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'. Q: What's the difference between Jack1 and Jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
* Remove obsolete jackaudio version 1.Peter Simons2014-07-28
|
* jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman2014-07-23
| | | | | | | | | | | Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
* pulseaudio: Update from 4.0 to 5.0Rickard Nilsson2014-04-21
|
* 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