diff options
Diffstat (limited to 'meta/base.txt')
| -rw-r--r-- | meta/base.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/base.txt b/meta/base.txt index d22dc9c..a226674 100644 --- a/meta/base.txt +++ b/meta/base.txt @@ -197,13 +197,14 @@ perl-mime-tools perl-net-smtp-ssl # Native messaging host binary for External Editor Revived; bridged into # the TB flatpak by run_onchange_after_deploy-tb-eer.sh.tmpl. +# Pulls `thunderbird` as a hard dep, which we don't want (we use the +# org.mozilla.thunderbird flatpak); pacman.conf's AssumeInstalled rule +# pretends thunderbird is installed so this resolves without the package. external-editor-revived -# --- media (native mpv kept for streamlink piping and the /tmp/mpvsocket -# IPC integration; the io.mpv.Mpv flatpak (meta/flatpak.txt) is set as -# the mimeapps default for video/* so files handed off by the -# browser/mail sandbox stay sandboxed) --- -mpv +# --- media (mpv is the io.mpv.Mpv flatpak in meta/flatpak.txt; streamlink +# and yt-dlp run on the host and pipe/launch into the flatpak mpv via +# `flatpak run io.mpv.Mpv`, see dot_config/streamlink/config) --- streamlink yt-dlp |
