mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
472dc4b743
Instead of trying to hardcode site-packages paths for different platforms just use python.get_install_dir() from meson and let it deal with the rest. Also no longer try to import pygobject, which would otherwise not be required at build time. python.get_install_dir() was at the beginning broken on Windows, but that was fixed in 0.60 via https://github.com/mesonbuild/meson/pull/9156 and since ges now requires >0.60 this can be ignored. This change was motivated by the install path being wrong under MSYS2, where the unix install layout is used and the detection code not taking that into account. This MR is a continuation of https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/230 see the discussion there for extra context. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3012> |
||
---|---|---|
.. | ||
bindings/python | ||
data/completions | ||
docs | ||
examples | ||
ges | ||
plugins | ||
scripts | ||
tests | ||
tools | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
COPYING | ||
COPYING.LIB | ||
gst-editing-services.doap | ||
meson.build | ||
meson_options.txt | ||
NEWS | ||
README | ||
RELEASE |
GStreamer Editing Services -------------------------- This is a high-level library for facilitating the creation of audio/video non-linear editors. License: -------- This package and its contents are licensend under the GNU Lesser General Public License (LGPL). Dependencies: ------------- * GStreamer core * gst-plugins-base