You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
3.1 KiB
112 lines
3.1 KiB
{ |
|
"app-id": "org.gnome.FractalDevel", |
|
"runtime": "org.gnome.Platform", |
|
"runtime-version": "43", |
|
"sdk": "org.gnome.Sdk", |
|
"sdk-extensions": [ |
|
"org.freedesktop.Sdk.Extension.rust-stable" |
|
], |
|
"command": "fractal", |
|
"tags": [ |
|
"devel", |
|
"development", |
|
"nightly" |
|
], |
|
"finish-args": [ |
|
"--share=network", |
|
"--share=ipc", |
|
"--socket=fallback-x11", |
|
"--socket=wayland", |
|
"--socket=pulseaudio", |
|
"--device=dri", |
|
"--talk-name=org.freedesktop.secrets", |
|
"--talk-name=org.freedesktop.Notifications" |
|
], |
|
"build-options": { |
|
"append-path": "/usr/lib/sdk/rust-stable/bin", |
|
"build-args": [ |
|
"--share=network" |
|
] |
|
}, |
|
"add-extensions": { |
|
"org.freedesktop.Platform.ffmpeg-full": { |
|
"directory": "lib/ffmpeg", |
|
"version": "22.08", |
|
"add-ld-path": "." |
|
} |
|
}, |
|
"cleanup-commands": [ |
|
"mkdir -p /app/lib/ffmpeg" |
|
], |
|
"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://source.puri.sm/Librem5/libhandy.git", |
|
"tag": "v0.0.13" |
|
} |
|
] |
|
}, |
|
{ |
|
"name": "gspell", |
|
"config-opts": [ |
|
"--disable-gtk-doc", |
|
"--disable-gtk-doc-html" |
|
], |
|
"cleanup": [ |
|
"/bin", |
|
"/include", |
|
"/lib/pkgconfig", |
|
"*.la", |
|
"/share/gir-1.0", |
|
"/share/gtk-doc", |
|
"/share/vala" |
|
], |
|
"sources": [ |
|
{ |
|
"type": "archive", |
|
"url": "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.4.tar.xz", |
|
"sha256": "cf4d16a716e813449bd631405dc1001ea89537b8cdae2b8abfb3999212bd43b4" |
|
} |
|
] |
|
}, |
|
{ |
|
"name": "gst-editing-services", |
|
"buildsystem": "meson", |
|
"sources": [ |
|
{ |
|
"type": "git", |
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-editing-services.git", |
|
"tag": "1.18.5", |
|
"commit": "29dcc5c1a54f1fabf470bff15dd92b266c527909" |
|
} |
|
] |
|
}, |
|
{ |
|
"name": "fractal", |
|
"buildsystem": "meson", |
|
"builddir": true, |
|
"config-opts": [ |
|
"-Dprofile=development" |
|
], |
|
"sources": [ |
|
{ |
|
"type": "git", |
|
"url": "https://gitlab.gnome.org/GNOME/fractal.git" |
|
} |
|
] |
|
} |
|
] |
|
} |