diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-15 00:38:51 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-15 00:51:43 +0100 |
commit | a5e160b922e8ad9a6e3b5c5dfda6693232e4e79a (patch) | |
tree | d1bf8433cf6dd1645a31a2e02ce94161b34cd722 | |
parent | Update mtxclient with more explicit session backup errors (diff) | |
download | nheko-a5e160b922e8ad9a6e3b5c5dfda6693232e4e79a.tar.xz |
Build gstreamer 1.18.3 in flatpak
-rw-r--r-- | io.github.NhekoReborn.Nheko.json | 70 |
1 files changed, 69 insertions, 1 deletions
diff --git a/io.github.NhekoReborn.Nheko.json b/io.github.NhekoReborn.Nheko.json index b8d85289..82a8a3d0 100644 --- a/io.github.NhekoReborn.Nheko.json +++ b/io.github.NhekoReborn.Nheko.json @@ -142,11 +142,79 @@ ] }, { + "buildsystem": "meson", + "name": "gstreamer", + "sources": [ + { + "commit": "a42fe476d3ee5576921f67a331464065ec33b9a4", + "tag": "1.18.3", + "type": "git", + "url": "https://gitlab.freedesktop.org/gstreamer/gstreamer.git" + } + ] + }, + { + "config-opts": [ + "-Dcompositor=enabled", + "-Dgl=enabled" + ], + "buildsystem": "meson", + "name": "gstreamer-plugins-base", + "sources": [ + { + "commit": "2cc319ee13f6b72df3d432b7c75aca81feb260e5", + "tag": "1.18.3", + "type": "git", + "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git" + } + ] + }, + { + "config-opts": [ + "-Dpulse=enabled", + "-Dqt5=enabled", + "-Drtp=enabled", + "-Drtpmanager=enabled", + "-Dvpx=enabled" + ], + "buildsystem": "meson", + "name": "gstreamer-plugins-good", + "sources": [ + { + "commit": "e816c6cd73c9e0676828c9e227a049ebad3d019f", + "tag": "1.18.3", + "type": "git", + "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git" + } + ] + }, + { + "config-opts": [ + "-Ddtls=enabled", + "-Dgl=enabled", + "-Dopenh264=enabled", + "-Dopus=enabled", + "-Dsrtp=enabled", + "-Dwebrtc=enabled", + "-Dflite=disabled" + ], + "buildsystem": "meson", + "name": "gstreamer-plugins-bad", + "sources": [ + { + "commit": "382e373d9be363f1e21b12990a4d12f1ecb6df41", + "tag": "1.18.3", + "type": "git", + "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git" + } + ] + }, + { "config-opts": [ "-DBUILD_LIB_TESTS=OFF", "-DBUILD_LIB_EXAMPLES=OFF", "-DCMAKE_BUILD_TYPE=Release", - "-DBUILD_SHARED_LIBS=OFF" + "-DBUILD_SHARED_LIBS=OFF" ], "buildsystem": "cmake-ninja", "name": "mtxclient", |