gst1-python3: rebuild for Python 3.8.

This commit is contained in:
Leah Neukirchen 2019-10-17 11:04:36 +02:00
parent 3d54afcb0a
commit c1598badd9
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- meson.build
+++ meson.build
@@ -24,7 +24,7 @@ pygobject_dep = dependency('pygobject-3.0', fallback: ['pygobject', 'pygobject_d
pymod = import('python')
python = pymod.find_installation(get_option('python'))
-python_dep = python.dependency(required : true)
+python_dep = dependency('python3-embed', required : true)
python_abi_flags = python.get_variable('ABIFLAGS', '')
pylib_loc = get_option('libpython-dir')

View File

@ -1,7 +1,7 @@
# Template file for 'gst1-python3'
pkgname=gst1-python3
version=1.16.2
revision=1
revision=2
wrksrc="gst-python-${version}"
build_style=meson
pycompile_module="gi/overrides"