summary refs log tree commit diff
path: root/pkgs/servers/pulseaudio
Commit message (Collapse)AuthorAge
* treewide: switch all desktop file generators to new APIK9002022-02-25
| | | | | | Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
* libpulseaudio: fix aarch64-darwin buildMark Vainomaa2022-01-02
| | | | | Removes darwin Libc buildInput, which does not appear to be needed on x86_64, and which does not support aarch64 at all (too old)
* pulseaudio: replace name with pname&versionFelix Buehler2021-12-03
|
* pulseaudio: Stop passing sdk argumenttoonn2021-11-24
|
* pulseaudio: Drop Apple SDK dependencytoonn2021-11-24
| | | | | | The x86_64 and aarch64 SDK attributes are named differently and don't have the same contents. This was the motivation to try dropping the SDK dependency altogether, relying only on the Libc and some frameworks.
* pulseaudio: Remove /usr/include impurity on Darwintoonn2021-11-24
|
* pulseaudio: fix build with strictDepsArtturin2021-11-05
|
* pulseaudio: fix build on aarch64-darwinAngus Trau2021-08-01
|
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* libpulseaudio: 14.0 -> 14.2R. RyanTM2021-01-22
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* pulseaudio: fix cross compilation by disabling gsettings when cross-compilingFlorian Klink2021-01-01
| | | | | | | | When cross-compiling, pulseaudio seems to not find some m4 macro providing GSETTINGS_RULES. However, apart from the obviously missing gsettings support, this works just fine.
* Merge master into staging-nextgithub-actions[bot]2020-12-08
|\
| * hsphfpd: 2020-11-27 -> 2020-12-05Domen Kožar2020-12-08
| |
* | Merge pull request #105275 from lukegb/nixpkgs-pa14Gabriel Ebner2020-12-07
|\ \ | |/ |/| pulseaudio: 13.0 -> 14.0
| * pulseaudio: 13.0 -> 14.0Luke Granger-Brown2020-11-29
| |
* | hsphfpd: 2020-10-25 -> 2020-11-27Gabriel Ebner2020-12-03
|/
* hsphfpd: init at 2020-10-25Edmund Wu2020-11-10
|
* treewide: generate pulseaudio pulseDirEdmund Wu2020-11-09
|
* pulseaudio-hsphfpd: init at 2020-11-02Edmund Wu2020-11-09
|
* pulseaudio: use prefixed pkg-configMatthew Bauer2020-06-25
|
* pulseaudio: enable soxr (resampler) supportPiotr Bogdan2020-05-15
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* qpaeq: add AudioVideo categoryOrivej Desh2020-03-31
| | | | Audio without AudioVideo is deprecated.
* qpaeq: fix build with desktop file validation after #75729Orivej Desh2020-03-30
| | | | Audio;Mixer; puts it near KMix which has Categories=Qt;KDE;AudioVideo;Audio;Mixer;
* pulseaudio: Enable bluetooth support by defaultadisbladis2020-03-30
| | | | | | It only increases the closure size by 0.5M and users who do not set the NixOS option `hardware.pulseaudio.package = pkgs.pulseaudioFull;` will be stumped by their bluetooth audio not working.
* qpaeq: init at 13.0Maciej Krüger2020-01-21
|
* pulseaudio: remove qpaeqMaciej Krüger2020-01-21
|
* 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.