mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"app-id": "com.github.rafostar.Clapper",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "40",
|
|
"sdk": "org.gnome.Sdk",
|
|
"command": "com.github.rafostar.Clapper",
|
|
"finish-args": [
|
|
"--share=ipc",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--device=dri",
|
|
"--socket=pulseaudio",
|
|
"--share=network",
|
|
"--device=all",
|
|
"--filesystem=xdg-videos",
|
|
"--talk-name=org.gnome.Shell",
|
|
"--env=GST_PLUGIN_SYSTEM_PATH=/app/lib/gstreamer-1.0",
|
|
"--env=GST_VAAPI_ALL_DRIVERS=1"
|
|
],
|
|
"modules": [
|
|
"flathub/lib/glib-networking.json",
|
|
"flathub/shared-modules/gudev/gudev.json",
|
|
"flathub/lib/pango.json",
|
|
"flathub/lib/libsass.json",
|
|
"flathub/lib/sassc.json",
|
|
"flathub/lib/gtk4.json",
|
|
"flathub/lib/liba52.json",
|
|
"flathub/lib/libmpeg2.json",
|
|
"flathub/lib/libdvdcss.json",
|
|
"flathub/lib/libdvdread.json",
|
|
"flathub/lib/libdvdnav.json",
|
|
"flathub/lib/libass.json",
|
|
"flathub/lib/ffmpeg.json",
|
|
"flathub/lib/uchardet.json",
|
|
"flathub/gstreamer-1.0/gstreamer.json",
|
|
"flathub/gstreamer-1.0/gst-plugins-base.json",
|
|
"flathub/gstreamer-1.0/gst-plugins-good.json",
|
|
"flathub/gstreamer-1.0/gst-plugins-bad.json",
|
|
"flathub/gstreamer-1.0/gst-plugins-ugly.json",
|
|
"flathub/gstreamer-1.0/gst-libav.json",
|
|
"flathub/gstreamer-1.0/gstreamer-vaapi.json",
|
|
{
|
|
"name": "clapper",
|
|
"buildsystem": "meson",
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "../../."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|