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: 2a7b8c123e81
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 29aefd4b730c
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 3, 2021

  1. imv: 4.1.0 -> 4.2.0

    * switch build system to wayland
    * enable all backends by adding the following to buildInputs as meson
      autodetects which backends are available.
      * libtiff
      * libheif
      * libpng
    
    Open questions:
    
    * imv prints a warning from the tiff backend everytime a non tiff file
      is opened: Is this normal? Seems harmless enough though.
    * Should we make backends configurable / optional? I readded some
      backends which apparently were removed, but still given as an argument
      to the derivation.
    
    Resolves #108185.
    sternenseemann committed Jan 3, 2021
    Copy the full SHA
    a1e9a94 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Copy the full SHA
    c391b30 View commit details
    Browse the repository at this point in the history
  2. imv: make every backend and window system configurable

    The following new derivation inputs are added:
    * withBackends: a list of all backends to enable. The valid names are
      the same as specified in imv's meson_options.txt. Default is to enable
      all 7 backends: freeimage, libtiff, libjpeg(_turbo), libpng, librsvg,
      libnsgif and libheif
    * withWindowSystem: either all, x11 or wayland to describe window system
      support.
    sternenseemann committed Jan 4, 2021
    Copy the full SHA
    4f927ee View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Merge pull request #108309 from sternenseemann/imv-4.2.0

    imv: 4.1.0 -> 4.2.0
    rnhmjoj committed Jan 7, 2021
    Copy the full SHA
    29aefd4 View commit details
    Browse the repository at this point in the history