30 lines
880 B
YAML
30 lines
880 B
YAML
flatpak:
|
|
id: io.mpv.Mpv
|
|
branch: stable
|
|
command: mpv
|
|
rename-appdata-file: mpv.metainfo.xml
|
|
rename-desktop-file: mpv.desktop
|
|
rename-icon: mpv
|
|
finish-args: |-
|
|
--device=all
|
|
--share=ipc
|
|
--share=network
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--socket=pulseaudio
|
|
--filesystem=/tmp:rw
|
|
--filesystem=host:ro
|
|
--filesystem=xdg-pictures:rw
|
|
--filesystem=xdg-videos:rw
|
|
--filesystem=xdg-config/mpv:create
|
|
--filesystem=xdg-run/pipewire-0:ro
|
|
--env=LC_NUMERIC=C
|
|
--own-name=org.mpris.MediaPlayer2.mpv.*
|
|
--talk-name=org.gnome.SessionManager
|
|
cleanup-commands: |
|
|
sed -i -e 's/io\.mpv\.mpv/io.mpv.Mpv/' /app/share/metainfo/mpv.metainfo.xml
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f40
|
|
packages:
|
|
- mpv
|
|
- yt-dlp
|