packages/multimedia/gst1-plugins-ugly/patches/010-distutils.patch
W. Michael Petullo d9b8bf59a4 gst1-plugins-ugly: 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
210 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -278,7 +278,7 @@ endif
gpl_allowed = get_option('gpl').allowed()
-python3 = import('python').find_installation()
+python3 = 'python3'
subdir('gst')
subdir('ext')