Codebase list gnome-sound-recorder / b8643bbb-a697-4202-a055-9b57a6f47e21/main org.gnome.SoundRecorder.json
b8643bbb-a697-4202-a055-9b57a6f47e21/main

Tree @b8643bbb-a697-4202-a055-9b57a6f47e21/main (Download .tar.gz)

org.gnome.SoundRecorder.json @b8643bbb-a697-4202-a055-9b57a6f47e21/mainraw · history · blame

{
    "app-id" : "org.gnome.SoundRecorderDevel",
    "runtime" : "org.gnome.Platform",
    "runtime-version" : "master",
    "sdk" : "org.gnome.Sdk",
    "command" : "gnome-sound-recorder",
    "tags" : [
        "nightly"
    ],
    "finish-args" : [
        "--share=ipc",
        "--device=dri",
        "--socket=fallback-x11",
        "--socket=wayland",
        "--socket=pulseaudio",
        "--filesystem=~/Recordings"
    ],
    "modules" : [
        {
            "name" : "libhandy",
            "buildsystem" : "meson",
            "config-opts" : [
                "-Dprofiling=false",
                "-Dintrospection=enabled",
                "-Dgtk_doc=false",
                "-Dtests=false",
                "-Dexamples=false",
                "-Dvapi=false",
                "-Dglade_catalog=disabled"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/libhandy.git",
                    "tag" : "1.0.0"
                }
            ]
        },
        {
            "name" : "gnome-sound-recorder",
            "buildsystem": "meson",
            "config-opts": [
            	"-Dprofile=development"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git"
                }
            ]
        }
    ]
}