Package: mikmod / 3.2.1-4

Metadata

Package Version Patches format
mikmod 3.2.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Eliminate compile warnings.patch | (download)

src/attr.h | 12 12 + 0 - 0 !
src/display.c | 10 3 + 7 - 0 !
2 files changed, 15 insertions(+), 7 deletions(-)

 eliminate compile-warnings.


0002 Document the color option.patch | (download)

src/mikmod.1 | 4 4 + 0 - 0 !
src/mikmod.c | 13 6 + 7 - 0 !
2 files changed, 10 insertions(+), 7 deletions(-)

 document the --color option

This patch includes the following fixes:

  - Document --color in the manpage
  - Add * to the output of --help for --color since it has a negative form
  - Also split the #ifdef outside the printf() call, see old Bug #104980.
    It's strange that gcc does build this code again.

0003 Correct the playmode documentation.patch | (download)

src/mikmod.1 | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 correct the playmode documentation

Correct the playmode documentation in the manpage, fixes #305445

0004 Fix hypens in the manual pages.patch | (download)

src/mikmod.1 | 88 44 + 44 - 0 !
1 file changed, 44 insertions(+), 44 deletions(-)

 fix hypens in the manual pages

Use "\-" instead of "-" so groff wont change that into some locale sign-character