packages feed

podenv-0.1.0: hub/Applications/ffmpeg.dhall

let Podenv = ../Podenv.dhall

in  Podenv.Application::{
    , description = Some
        "A complete, cross-platform solution to record, convert and stream audio and video"
    , runtime = (./fedora.dhall).latest.useGraphicCodec [ "ffmpeg" ]
    , command = [ "ffmpeg" ]
    , capabilities = Podenv.Capabilities::{ dri = True }
    }