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: b836d199bfd1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 19ac436cf5bf
Choose a head ref
  • 10 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 8, 2020

  1. mediatomb: make service compatible with the gerbera fork

    The duplication of the interface xml tag is needed for
    the daemon to respect the setting.
    edwtjo authored and ardumont committed Oct 8, 2020
    Copy the full SHA
    3bb5cc6 View commit details
    Browse the repository at this point in the history
  2. mediatomb/gerbera: Make transcoding option lazy and runnable if activ…

    …ated
    
    In the sense that the pkgs dependency will be pulled if the service is
    transcoding enabled. Otherwise, the transcoding part is completely dropped from
    the generated configuration.
    ardumont committed Oct 8, 2020
    Copy the full SHA
    1db9813 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    96d1844 View commit details
    Browse the repository at this point in the history
  4. mediatomb/gerbera: Introduce the mediaDirectories option

    So users can declare their autoscan directories configuration from nix.
    ardumont committed Oct 8, 2020
    Copy the full SHA
    de83824 View commit details
    Browse the repository at this point in the history
  5. mediatomb/gerbera: Make the actual configuration generation lazy

    Also use verbose flag in cli command to make the intent clearer.
    ardumont committed Oct 8, 2020
    Copy the full SHA
    fcb38d6 View commit details
    Browse the repository at this point in the history
  6. mediatomb/gerbera: Add missing types to options

    This also fixes some various small limitations:
    - Drop unnecessary quoting
    - Drop duplicated gerbera interface definition
    - Fix configuration indentation
    ardumont committed Oct 8, 2020
    Copy the full SHA
    86e56d5 View commit details
    Browse the repository at this point in the history
  7. mediatomb/gerbera: Bootstrap tests on service

    This exposes 2 scenario running the mediatomb service:
    - one running with the unmaintained mediatomb package
    - one running with the new maintained gerbera package
    ardumont committed Oct 8, 2020
    Copy the full SHA
    9fdd11c View commit details
    Browse the repository at this point in the history
  8. mediatomb/gerbera: Improve firewall rules and open firewall option

    This changes the default behavior which opened by default the firewall rules.
    The users now need to declare explicitely they want to open the firewall.
    ardumont committed Oct 8, 2020
    Copy the full SHA
    3248506 View commit details
    Browse the repository at this point in the history
  9. mediatomb/gerbera: Add release note information for 20.09

    Note that it made into 2 entries, one about new options in the first section.
    Another in the breaking compatibility section due to the openFirewall option
    which changes the behavior.
    ardumont committed Oct 8, 2020
    Copy the full SHA
    a007e07 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #93450 from ardumont/gerbera-service

    mediatomb: Improve service + add gerbera support and tests
    timokau committed Oct 8, 2020
    Copy the full SHA
    19ac436 View commit details
    Browse the repository at this point in the history