Package: cmus / 2.5.0-7

Metadata

Package Version Patches format
cmus 2.5.0-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_config.mk.diff | (download)

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

 don't ftbfs if config.mk doesn't exist
 The config.mk file isn't guaranteed to exist (it gets removed by the Makefile's
 "distclean" target). Including it with a straight "include" causes cmus to
 FTBFS on the initial clean, since it doesn't exist and make aborts because it
 can't include it. Instead, include it using "-include", which ignores it if it
 doesn't exist.
02_fix_typo.diff | (download)

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

 fix typo in binary
03_cppflags.diff | (download)

scripts/lib.mk | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 use cppflags to enable function fortification / hardening
 Based off of GNU Make's implicit rule
11 fix_modplug_detection.patch | (download)

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

 horrible fix for misdetection of modplug.
libav10.patch | (download)

ffmpeg.c | 107 59 + 48 - 0 !
1 file changed, 59 insertions(+), 48 deletions(-)

 re: ftbfs with libav10
Date: Sat, 01 Mar 2014 10:28:51 +0100