Package: pcsxr / 1.9.94-5

Metadata

Package Version Patches format
pcsxr 1.9.94-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fix i386 exec stack.patch | (download)

plugins/dfxvideo/Makefile.am | 2 1 + 1 - 0 !
plugins/dfxvideo/i386.asm | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix executable stack on i386
 Fix is needed only for nasm >= 2.09, not tested on older versions.
02_disable ppc auto dynarec.patch | (download)

configure.ac | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 do not enable dynarec on ppc when built with --enable-dynarec=auto
 PowerPC dynarec code seems unsupported and not working.
03_fix plugin dir.patch | (download)

gui/Makefile.am | 2 1 + 1 - 0 !
plugins/bladesio1/Makefile.am | 4 2 + 2 - 0 !
plugins/dfcdrom/Makefile.am | 4 2 + 2 - 0 !
plugins/dfinput/Makefile.am | 4 2 + 2 - 0 !
plugins/dfnet/Makefile.am | 4 2 + 2 - 0 !
plugins/dfsound/Makefile.am | 4 2 + 2 - 0 !
plugins/dfxvideo/Makefile.am | 4 2 + 2 - 0 !
plugins/peopsxgl/Makefile.am | 4 2 + 2 - 0 !
8 files changed, 15 insertions(+), 15 deletions(-)

 move the plugins directory from $libdir/games to $libdir.
04_update homedir symlinks.patch | (download)

gui/LnxMain.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 remove old symlinks from ~/.pcsx/plugins/ before creating new ones
 If a plugin location was changed and a symlink to the old location exist in
 the home user directory, it must be updated.
05_format security.patch | (download)

gui/GtkGui.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix multiple "format not a string literal" warnings
06_warnings.patch | (download)

plugins/dfinput/xkb.c | 8 4 + 4 - 0 !
plugins/dfsound/freeze.c | 4 2 + 2 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 fix some compiler warnings caused by obviously incorrect code
07_non linux ip addr.patch | (download)

plugins/bladesio1/gui.c | 22 21 + 1 - 0 !
1 file changed, 21 insertions(+), 1 deletion(-)

 add non-linux version of sockgetip in plugins/bladesio1/gui.c
 Code was copied from correct version in plugins/dfnet/gui.c
08_reproducible.patch | (download)

libpcsxcore/r3000a.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove use of __date__ to make the build reproducible
09_zlib 1.2.9.patch | (download)

libpcsxcore/cdriso.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix ftbfs with zlib 1.2.9 by renaming uncompress2 to
 uncompress2_internal
10_cross.patch | (download)

configure.ac | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix cross building from x86 to non-x86
 Caused by the dynamic recompiler selection confusing build and host
 architectures.