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: 55ed9be2a8e2^
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 88eda2464ca4
Choose a head ref
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Jan 20, 2019

  1. srt: init at 1.3.1

    nh2 committed Jan 20, 2019
    Copy the full SHA
    55ed9be View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c18866b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. gstreamer: 1.14.4 -> 1.15.1, and extended gst-plugins-bad.

    During the 1.14 -> 1.15 upgrade, lots of stuff stopped working because
    gstreamer changed what features are enabled by default and which ones are
    automatically turned on/off via pkgconfig dependency detection.
    
    This resulted in the `gstreamer` ("core" attribute in nixpkgs) package
    to have only 15 of its previous 163 build targets enabled, and downstream
    packages breaking correspondingly.
    
    To ease maintainability and to ensure users will find the expected features
    available (and when not, will see in the nix file why not), we now pass
    the `-Dauto_features=enabled` Meson build flag to all gstreamer builds,
    which sets all `auto` dependencies to `enabled`, and we explicitly disable
    those that we can't build.
    
    This means in particular that `gst-plugins-bad` now has vastly more integrations
    (namely all for which nixpkgs has libraries available).
    nh2 committed Jan 21, 2019
    Copy the full SHA
    88eda24 View commit details
    Browse the repository at this point in the history