mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"app-id": "com.github.rafostar.Clapper",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "master",
|
|
"sdk": "org.gnome.Sdk",
|
|
"sdk-extensions": [
|
|
"org.freedesktop.Sdk.Extension.rust-nightly",
|
|
"org.freedesktop.Sdk.Extension.llvm13"
|
|
],
|
|
"command": "com.github.rafostar.Clapper",
|
|
"finish-args": [
|
|
"--share=ipc",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--device=dri",
|
|
"--socket=pulseaudio",
|
|
"--share=network",
|
|
"--device=all",
|
|
"--filesystem=xdg-run/pipewire-0:ro",
|
|
"--filesystem=xdg-videos",
|
|
"--own-name=org.mpris.MediaPlayer2.Clapper",
|
|
"--talk-name=org.gnome.Shell",
|
|
"--env=GST_PLUGIN_SYSTEM_PATH=/app/lib/gstreamer-1.0"
|
|
],
|
|
"build-options": {
|
|
"append-path": "/usr/lib/sdk/rust-nightly/bin:/usr/lib/sdk/llvm13/bin",
|
|
"prepend-ld-library-path": "/usr/lib/sdk/llvm13/lib"
|
|
},
|
|
"modules": [
|
|
"flathub/shared-modules/gudev/gudev.json",
|
|
"flathub/lib/libsass.json",
|
|
"flathub/lib/sassc.json",
|
|
"flathub/lib/libadwaita.json",
|
|
"flathub/lib/liba52.json",
|
|
"flathub/lib/libmpeg2.json",
|
|
"flathub/lib/libdv.json",
|
|
"flathub/lib/libdvdcss.json",
|
|
"flathub/lib/libdvdread.json",
|
|
"flathub/lib/libdvdnav.json",
|
|
"flathub/lib/libass.json",
|
|
"flathub/lib/ffmpeg.json",
|
|
"testing/gstreamer.json",
|
|
"testing/gst-plugins-rs.json",
|
|
"testing/gtuber.json",
|
|
{
|
|
"name": "clapper",
|
|
"buildsystem": "meson",
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": "../../."
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"cleanup-commands": [
|
|
"ln -s /lib/$FLATPAK_ARCH-linux-*/gstreamer-1.0/libgstpipewire.so /app/lib/gstreamer-1.0/"
|
|
]
|
|
}
|