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: 4e5664870810
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 372806018c80
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 7, 2021

  1. zynaddsubfx: use zyn-fusion as default gui module

    - Added `guiModule` option that accepts "fltk", "ntk", "zest", or "off"
    
    - Split FLTK dependencies from NTK dependencies
    
    - Added support for building the FLTK gui
    
    - Added support for building the Zyn-Fusion (zest) gui
    
    - Added new derivation for the Zest UI framework (local to zynaddsubfx)
      It's not yet designed to be used outside of zynaddsubfx, but it
      may be in the future
    
    - Added flags for all optional features
    
    - Added & disabled `dssiSupport` by default
    
    - Disabled `lashSupport` by default
      Slows down startup looking for LASH server if not running
    
    - Added & enabled `portaudioSupport` by default
      Cross platform audio library that uses ALSA/JACK on Linux.
      Supports multiple audio streams without needing JACK.
    
    - Enabled tests
    
    - Removes nico202 as maintainer, as requested in code review
    kira-bruneau committed Jan 7, 2021
    Copy the full SHA
    8deca0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91674 from MetaDark/zynaddsubfx

    zynaddsubfx: use zyn-fusion as default gui module
    SuperSandro2000 committed Jan 7, 2021
    Copy the full SHA
    3728060 View commit details
    Browse the repository at this point in the history