diff --git a/org.kde.mobile.camera.json b/org.kde.mobile.camera.json index 94ce3a9..87c8a74 100644 --- a/org.kde.mobile.camera.json +++ b/org.kde.mobile.camera.json @@ -1,91 +1,91 @@ { "id": "org.kde.mobile.camera", "runtime": "org.kde.Platform", - "runtime-version": "5.12", + "runtime-version": "5.13", "sdk": "org.kde.Sdk", "command": "plasma-camera", "tags": ["nightly"], "desktop-file-name-suffix": " (Nightly)", "finish-args": [ "--share=ipc", "--share=network", "--socket=x11", "--socket=wayland", "--device=all", "--filesystem=home" ], "separate-locales": false, "modules": [ { "name": "gstreamer", "buildsystem": "meson", "builddir": true, "config-opts": [ "-Ddisable_gtkdoc=true" ], "sources": [ { "type": "git", "branch": "1.16.0", "url": "git://anongit.freedesktop.org/gstreamer/gstreamer", "commit": "89c221a6972513f629c969f5485f37e77ccfa6e1" } ] }, { "name": "gst-plugins-base", "buildsystem": "meson", "builddir": true, "config-opts": [ "-Ddisable_gtkdoc=true" ], "sources": [ { "type": "git", "branch": "1.16.0", "url": "git://anongit.freedesktop.org/gstreamer/gst-plugins-base", "commit": "e0f8f635a96a3639be4d519fcf234b619bb74ca6" } ] }, { "name": "gst-plugins-good", "buildsystem": "meson", "builddir": true, "config-opts": [ "-Ddisable_gtkdoc=true" ], "sources": [ { "type": "git", "branch": "1.16.0", "url": "git://anongit.freedesktop.org/gstreamer/gst-plugins-good", "commit": "646dc1ef9b92841e235d10a8262882b6e7d97422" } ] }, { "name": "gst-plugins-bad", "buildsystem": "meson", "builddir": true, "config-opts": [ "-Ddisable_gtkdoc=true" ], "sources": [ { "type": "git", "branch": "1.16.0", "url": "git://anongit.freedesktop.org/gstreamer/gst-plugins-bad", "commit": "5fde70bb63a1cbf6f734fb2429e74ffb53126217" } ] }, { "name": "plasma-camera", "buildsystem": "cmake-ninja", "builddir": true, "sources": [ { "type": "dir", "path": ".", "skip": [".git"] } ] } ] }