Package: sptk / 3.9-1

Metadata

Package Version Patches format
sptk 3.9-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1002_fix_commands_help.patch | (download)

bin/rawtowav/rawtowav.c | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 fix commands' help
 Fix -h option for those commands that does not respect this option.
1005_support_stdin_and_stout_on_getfp.patch | (download)

lib/getfp.c | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 support stdin and stdout on getfp
 This patch introduces stdin/stout support for getfp, so that it can
 be used on commands that can use these streams, without writing to
 temporary files.