renderdoc: rebuild for python3-3.13

This commit is contained in:
Andrew J. Hesford 2024-11-16 09:27:57 -05:00
parent 9086dd0957
commit 45f2cfc225
2 changed files with 12 additions and 1 deletions
srcpkgs/renderdoc

View 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) ||

View file

@ -1,7 +1,7 @@
# Template file for 'renderdoc'
pkgname=renderdoc
version=1.21
revision=4
revision=5
_plt_ver=dbadbe14d601913b81a4a7533b284b6ccd7351d8
build_style=cmake
configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON