gst1-python3: rebuild for Python 3.8.
This commit is contained in:
parent
3d54afcb0a
commit
c1598badd9
2 changed files with 12 additions and 1 deletions
11
srcpkgs/gst1-python3/patches/python-3.8.patch
Normal file
11
srcpkgs/gst1-python3/patches/python-3.8.patch
Normal 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')
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gst1-python3'
|
# Template file for 'gst1-python3'
|
||||||
pkgname=gst1-python3
|
pkgname=gst1-python3
|
||||||
version=1.16.2
|
version=1.16.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="gst-python-${version}"
|
wrksrc="gst-python-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
pycompile_module="gi/overrides"
|
pycompile_module="gi/overrides"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue