forked from mirrors/gstreamer-rs
7f9fcb09e2
We were already using `gir -d` and especially now that our files are separated across two directories that are relative to the directory containing Gir.toml this only becomes cumbersome. Besides `gir` lacks functionality to normalize the path, leading to ie. gstreamer-gl/egl/sys/../../../gir-files in the version comment as a result.
35 lines
566 B
TOML
35 lines
566 B
TOML
[options]
|
|
library = "GstPbutils"
|
|
version = "1.0"
|
|
min_cfg_version = "1.8"
|
|
work_mode = "sys"
|
|
|
|
extra_versions = [
|
|
"1.20",
|
|
"1.18",
|
|
"1.16",
|
|
"1.14",
|
|
"1.12",
|
|
"1.10",
|
|
"1.8",
|
|
"1.6",
|
|
"1.4",
|
|
"1.2",
|
|
]
|
|
|
|
ignore = [
|
|
"GstPbutils.PLUGINS_BASE_VERSION_MAJOR",
|
|
"GstPbutils.PLUGINS_BASE_VERSION_MINOR",
|
|
"GstPbutils.PLUGINS_BASE_VERSION_MICRO",
|
|
"GstPbutils.PLUGINS_BASE_VERSION_NANO"
|
|
]
|
|
|
|
external_libraries = [
|
|
"GLib",
|
|
"GObject",
|
|
]
|
|
|
|
[external_libraries]
|
|
gstreamer="Gst"
|
|
gstreamer_audio="GstAudio"
|
|
gstreamer_video="GstVideo"
|