mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
flatpak: Add app testing manifest version
The main difference is that it builds latest GStreamer from git master and uses runtime provided version of GTK4 (both without any patches applied). This is done for testing purposes or finding regressions.
This commit is contained in:
15
pkgs/flatpak/testing/gstreamer-1.0/gst-libav.json
Normal file
15
pkgs/flatpak/testing/gstreamer-1.0/gst-libav.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "gst-libav",
|
||||
"buildsystem": "meson",
|
||||
"config-opts": [
|
||||
"-Ddoc=disabled",
|
||||
"-Dtests=disabled"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://gitlab.freedesktop.org/gstreamer/gst-libav.git",
|
||||
"branch": "master"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user