packages/multimedia/gst1-plugins-base/patches/010-distutils.patch
W. Michael Petullo 6ac0758103 gst1-plugins-base: update to 1.20.4
Removed deprecated use of AUTORELEASE, and refreshed patches.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2022-12-23 13:56:58 +08:00

12 lines
310 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -456,7 +456,7 @@ pkgconfig_subdirs = ['gstreamer-1.0']
meson_pkg_config_file_fixup_script = find_program('scripts/meson-pkg-config-file-fixup.py')
-python3 = import('python').find_installation()
+python3 = 'python3'
subdir('gst-libs')
subdir('gst')
subdir('ext')