summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb
AgeCommit message (Collapse)Author
2021-11-25gstreamer1.0-python: inherit setuptools3-baseTim Orling
Drop distutils3-base usage as it is now deprecated. [YOCTO #14610] Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
2021-11-13gstreamer1.0-python: Improve introspection option handlingKhem Raj
meson 0.60 turns unknown options into them hard errors. Disable the addition of -Dintrospection using the new configuration option. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-10-28gstreamer1.0-python: do not supply unknown g-i optionsAlexander Kanavin
meson 0.60 turns unknown options into them hard errors, so instead of relying on g-i class (where the options are mandatory) add g-i dependencies explicitly. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2021-10-11gstreamer1.0-python: 1.18.4 -> 1.18.5Jose Quaresma
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>