gst1-python3: rebuild for Python 3.8.
This commit is contained in:
parent
3d54afcb0a
commit
c1598badd9
|
@ -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')
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue