Package: vlc / 2.1.5-1~bpo70+1

Metadata

Package Version Patches format
vlc 2.1.5-1~bpo70+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pnap grammar.patch | (download)

modules/gui/qt4/dialogs/firstrun.cpp | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---
hurd.patch | (download)

src/posix/thread.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix ftbfs on gnu/hurd
 On Hurd, due to a missing implementation _POSIX_TIMERS = 0,
 _POSIX_MONOTONIC_CLOCK [0] and _POSIX_CLOCK_SELECTION = 200809L. Such
 combination is considered non POSIX-compliant by vlc upstream which
 don't accept patches to workaround it. More info at [1,2].
 .
old automake.patch | (download)

configure.ac | 17 16 + 1 - 0 !
1 file changed, 16 insertions(+), 1 deletion(-)

 allow building of vlc using automake 1.11

(Conditionally) disable some features not found in old automake,
or re-implement them.