Package: mplayer / 2:1.5+svn38674-2

Metadata

Package Version Patches format
mplayer 2:1.5+svn38674-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002_mplayer_debug_printf.patch | (download)

mplayer.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 in case of crash, suggest installing package mplayer-dbgsym for debugging symbols
0201_PATH_MAX_HURD.patch | (download)

gui/dialog/fileselect.c | 6 6 + 0 - 0 !
libao2/ao_esd.c | 4 4 + 0 - 0 !
libmenu/menu_filesel.c | 5 5 + 0 - 0 !
libmpcodecs/vf_screenshot.c | 5 5 + 0 - 0 !
libmpdemux/mf.c | 5 5 + 0 - 0 !
mplayer.c | 5 5 + 0 - 0 !
osdep/osdep.h | 5 5 + 0 - 0 !
stream/stream_bd.c | 5 5 + 0 - 0 !
8 files changed, 40 insertions(+)

 fix ftbfs in gnu/hurd.
 - PATH_MAX does not have to be defined and is not define in GNU/Hurd.
 - O_NDELAY is deprecated and not defined in Hurd unless _BSD_SOURCE is defined.
 .
 Hardcoding PATH_MAX is ugly but if it's not defined then "anything" is a valid
 limit as long as it does not break malloc. It would be better if it used
 dynamically allocated memory instead of 4096 but someone can provide an
 improved patch for that.
0202_glibc 2.27.patch | (download)

cpudetect.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix ftbfs with glibc 2.27 on i386
 cpudetect.c uses the non-standard "struct sigcontext" in its SIGILL handler. As
 of glibc 2.27, this is not defined in strict standards compliant mode.
 .
 Fix by defining _GNU_SOURCE in cpudetect.c.
0203_generic arch fallback.patch | (download)

configure | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fallback to the "generic" architecture if cpu detection fails
 Should fix FTBFS on m68k and riscv.
0204_fix ftbfs jack ffmpeg7.patch | (download)

libao2/ao_jack.c | 30 16 + 14 - 0 !
1 file changed, 16 insertions(+), 14 deletions(-)

 [patch] ao jack: switch from avfifobuffer to avfifo

Removed from lavu on major bump to 59

TODO: Check for potential concurrency problems