Changes between Version 2 and Version 3 of WebKitFlatpakSDK/GstBuild


Ignore:
Timestamp:
Apr 5, 2022 4:15:33 AM (2 years ago)
Author:
Philippe Normand
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitFlatpakSDK/GstBuild

    v2 v3  
    33**THIS IS NO LONGER SUPPORTED. See https://trac.webkit.org/wiki/WebKitFlatpakSDK/LocalProjects for the new setup.**
    44
    5 == Enabling gst-build
     5Example using the new setup:
     6
     7{{{
     8#!sh
     9export WEBKIT_SDK_LOCAL_DEPS_OPTIONS="-Dgstreamer-full:gpl=enabled \
     10       -Dgstreamer-full:examples=disabled \
     11       -Dgstreamer-full:tests=disabled \
     12       -Dgstreamer-full:doc=disabled \
     13       -Dgstreamer-full:qt5=disabled \
     14       -Dgstreamer-full:devtools=disabled \
     15       -Dgstreamer-full:python=disabled \
     16       -Dgstreamer-full:ges=disabled \
     17       -Dgstreamer-full:introspection=disabled \
     18       -Dgst-plugins-bad:wpe=disabled \
     19       -Dgst-plugins-good:v4l2-gudev=disabled \
     20       -Dgst-plugins-good:soup=disabled"
     21
     22export WEBKIT_SDK_LOCAL_DEPS=gstreamer-full
     23}}}
     24
     25== **deprecated** Enabling gst-build
    626
    727[https://gitlab.freedesktop.org/gstreamer/gst-build gst-build] is the aggregated build system for GStreamer developers. If you want to test WebKit with bleeding edge GStreamer, this is the way. The Flatpak SDK has built-in support for gst-build: