Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: ed136f84efd3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: dacc02faa541
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 8, 2019

  1. pulseaudio: Fix detection of ALSA UCM

    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.
    aristidb committed Jun 8, 2019
    1
    Copy the full SHA
    dacc02f View commit details
    Browse the repository at this point in the history