mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
renderdoc: rebuild for python3-3.13
This commit is contained in:
parent
9086dd0957
commit
45f2cfc225
2 changed files with 12 additions and 1 deletions
11
srcpkgs/renderdoc/patches/python-3.13.patch
Normal file
11
srcpkgs/renderdoc/patches/python-3.13.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/qrenderdoc/Code/pyrenderdoc/renderdoc.i
|
||||||
|
+++ b/qrenderdoc/Code/pyrenderdoc/renderdoc.i
|
||||||
|
@@ -469,7 +469,7 @@
|
||||||
|
// for basic types, return the repr directly
|
||||||
|
if(obj == (PyObject *)&_Py_TrueStruct ||
|
||||||
|
obj == (PyObject *)&_Py_FalseStruct ||
|
||||||
|
- PyObject_IsInstance(obj, (PyObject*)&_PyNone_Type) ||
|
||||||
|
+ obj == (PyObject *)Py_None ||
|
||||||
|
PyObject_IsInstance(obj, (PyObject*)&PyFloat_Type) ||
|
||||||
|
PyObject_IsInstance(obj, (PyObject*)&PyLong_Type) ||
|
||||||
|
PyObject_IsInstance(obj, (PyObject*)&PyBytes_Type) ||
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'renderdoc'
|
# Template file for 'renderdoc'
|
||||||
pkgname=renderdoc
|
pkgname=renderdoc
|
||||||
version=1.21
|
version=1.21
|
||||||
revision=4
|
revision=5
|
||||||
_plt_ver=dbadbe14d601913b81a4a7533b284b6ccd7351d8
|
_plt_ver=dbadbe14d601913b81a4a7533b284b6ccd7351d8
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
|
configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
|
||||||
|
|
Loading…
Add table
Reference in a new issue