Package: renpy / 8.3.4+dfsg-6

Metadata

Package Version Patches format
renpy 8.3.4+dfsg-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_abspath.patch | (download)

renpy.py | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 01_abspath


02_traceback.patch | (download)

renpy/error.py | 16 15 + 1 - 0 !
1 file changed, 15 insertions(+), 1 deletion(-)

 02_traceback


03_checkdir.patch | (download)

renpy/main.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 03_checkdir


translations tmpdir.patch | (download)

launcher/game/translations.rpy | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 translations-tmpdir


cython3.patch | (download)

module/setuplib.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 cython3


read write permissions.patch | (download)

renpy/script.py | 15 0 + 15 - 0 !
1 file changed, 15 deletions(-)

 read write permissions

We need to fix r/w permissions for renpy because we use /usr/share/games/renpy
as project directory. This is a preliminary patch.

setuptools ftbfs.patch | (download)

module/setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 setuptools ftbfs

Fix FTBFS with latest setuptools version in Debian.

remove future.patch | (download)

launcher/game/choose_theme.rpy | 3 1 + 2 - 0 !
module/generate_styles.py | 7 0 + 7 - 0 !
module/setup.py | 4 0 + 4 - 0 !
renpy/audio/audio.py | 8 1 + 7 - 0 !
renpy/common/00updater.rpy | 2 1 + 1 - 0 !
renpy/compat/__init__.py | 208 19 + 189 - 0 !
renpy/execution.py | 9 2 + 7 - 0 !
renpy/loadsave.py | 37 23 + 14 - 0 !
8 files changed, 47 insertions(+), 231 deletions(-)

---
sphinx | (download)

sphinx/source/conf.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
make six optional.patch | (download)

renpy/__init__.py | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

---
absolute launcher imports.patch | (download)

renpy/loader.py | 17 17 + 0 - 0 !
1 file changed, 17 insertions(+)

---
ffmpeg 7.patch | (download)

module/ffmedia.c | 41 39 + 2 - 0 !
1 file changed, 39 insertions(+), 2 deletions(-)

---
SyntaxWarning.patch | (download)

launcher/game/gui7/code.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
legacy cgi.patch | (download)

launcher/game/webserver.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
ubuntu.patch | (download)

renpy/gl/glenviron_shader.pyx | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use byte string for log
 If a regular Python string is used for this value, it fails to coerce the
 type, causing the build to fail.