gstreamer/subprojects/gst-plugins-bad/gst-libs/gst
Thibault Saunier 6e79932ad9 meson: List libraries and their corresponding gir definition
Introduces a `libraries` variable that contains all libraries in a
list with the following format:

``` meson
libraries = [
    [pkg_name, {
        'lib': library_object
        'gir': [ {full gir definition in a dict } ]
    ],
    ....
]
```

It therefore refactors the way we build the gir so that we can reuse the
same information to build them against 'gstreamer-full' in gst-build
when linking statically

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1093>
2021-10-15 19:27:30 -03:00
..
adaptivedemux meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
audio meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
basecamerabinsrc meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
codecparsers meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
codecs meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
d3d11 meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
insertbin meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
interfaces meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
isoff Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
mpegts meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
opencv meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
play meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
player meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
sctp meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
transcoder meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
uridownloader meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
va meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
vulkan meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
wayland meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
webrtc meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
winrt libs: Introduce GstWinRT library 2021-09-30 06:13:07 +00:00
gettext.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
glib-compat-private.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gst-i18n-plugin.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
meson.build libs: Introduce GstWinRT library 2021-09-30 06:13:07 +00:00