summary refs log tree commit diff
path: root/pkgs/servers/pulseaudio
Commit message (Collapse)AuthorAge
* dconf: move to top-levelJan Tojnar2019-12-01
|
* pulseaudio: 12.2 -> 13.0Will Dietz2019-09-24
| | | | https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/13.0/
* pulseaudio: fix build and evalFrederik Rietdijk2019-06-10
|
* Revert "fix eval"Frederik Rietdijk2019-06-10
| | | | | | Was not sufficient. This reverts commit bce1f11f5df0c70750b35c1d43936897ba74176b.
* fix evalFrederik Rietdijk2019-06-09
|
* Merge master into staging-nextFrederik Rietdijk2019-06-09
|\
| * pulseaudio: Fix detection of ALSA UCMAristid Breitkreuz2019-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one was a bit tricky to find because it only causes a runtime error, and pulseaudio has shims for most ALSA UCM methods except one. (I guess nobody ever really tests pulseaudio in combination with UCM-less ALSA?) ALSA 1.1.8 had ${alsa-dev}/include/alsa/ in the pkg-config file, which was considered wrong and fixed in 1.1.9. However, pulseaudio was relying on being able to include ALSA headers like <asoundlib.h> and <use-case.h> rather than <alsa/asoundlib.h> and <alsa/use-case.h>. (For asoundlib.h it only causes a warning, because the ALSA guys created a shim for that header.) These two patches change pulseaudio to use the correct include directives.
* | pulseaudio: fix alsa due to alsaLib headers moveFranz Pletz2019-06-04
|/ | | | The pulseaudio alsa module would fail to load due to missing symbols.
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* Merge pull request #43160 from jtojnar/pulseaudio-12Jan Tojnar2018-07-29
|\ | | | | pulseaudio: 11.1 → 12.2
| * pulseaudio: 11.1 → 12.2Jan Tojnar2018-07-29
| | | | | | | | | | | | | | GConf was finally removed in favour of GSettings. Removes patches that were upstreamed and caps-fix.patch, which is not needed since f1d465f429252d7c58a920ad9d7ee93e34e7fad9.
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/
* libpulseaudio: Add upstream glibc 2.27-compat patchShea Levy2018-03-17
|
* pulseaudio: 11.0 -> 11.1Tim Steinbach2018-02-25
|
* pulseaudio: patch for muslWill Dietz2018-02-13
|
* pulseaudio: Add separate runtime libtool dep for dynamic linkingJohn Ericson2017-09-21
|
* pulseaudio: 10.0 -> 11.0Cray Elliott2017-09-08
| | | | remove darwin patch that has been included in this upstream release
* treewide: fix the remaining issues with meta attributesDan Peebles2017-04-29
|
* pulseaudio: 9.0 -> 10.0Cray Elliott2017-02-02
| | | | | dropped json_c as a dependency as it is no longer needed! patches are still needed for the caps fix and proper testing for TLS
* pulseaudio: fix on DarwinMatthew Bauer2017-01-17
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* pulseaudio: 8.0 -> 9.0Simon Vandel Sillesen2016-07-05
| | | | | | | | | This also updates webrtc-audio-processing from 0.1 -> 0.3 as mentionened in [1]. Release notes can be seen in [1]. [1]: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/9.0/
* Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\
| * 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>
* | rename moveToOutput and propagatedBuildInputsLuca Bruno2015-12-02
| |
* | Merge staging into closure-sizeVladimír Čunát2015-11-20
|\| | | | | | | | | | | The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
| * pulseaudio: 7.0 -> 7.1William A. Kennington III2015-11-05
| |
* | dbus: split into multiple outputs and fix referrersVladimír Čunát2015-10-13
| |
* | pulseaudio: split the "dev" outputVladimír Čunát2015-10-13
| | | | | | | | This is meant mainly for the `libpulseaudio` attribute.
* | fix references to ${libtool}/libVladimír Čunát2015-10-13
|/
* 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
|