[go: nahoru, domu]

Package: sptk / 3.9-3

Metadata

Package Version Patches format
sptk 3.9-3 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.
1008_add_peak_cross_correlation_output_to_pitch.patch | (download)

bin/pitch/pitch.c | 1 1 + 0 - 0 !
bin/pitch/snack/jkGetF0.c | 15 14 + 1 - 0 !
2 files changed, 15 insertions(+), 1 deletion(-)

 add peak cross correlation output to pitch
1009_add_nacorr_and_str_commands.patch | (download)

bin/Makefile.am | 2 2 + 0 - 0 !
bin/nacorr/Makefile.am | 4 4 + 0 - 0 !
bin/nacorr/_nacorr.c | 202 202 + 0 - 0 !
bin/nacorr/nacorr.c | 180 180 + 0 - 0 !
bin/str/Makefile.am | 4 4 + 0 - 0 !
bin/str/_str.c | 328 328 + 0 - 0 !
bin/str/str.c | 316 316 + 0 - 0 !
configure.ac | 2 2 + 0 - 0 !
include/SPTK.h | 11 11 + 0 - 0 !
lib/Makefile.am | 2 2 + 0 - 0 !
10 files changed, 1051 insertions(+)

 add str and nacorr programs
1010_fix_cppcheck_detected_errors.patch | (download)

bin/da/dawrite.c | 2 1 + 1 - 0 !
bin/gmm/_gmm.c | 9 8 + 1 - 0 !
bin/gmm/gmm.c | 2 1 + 1 - 0 !
bin/imsvq/imsvq.c | 3 3 + 0 - 0 !
bin/lmadf/_lmadf.c | 1 1 + 0 - 0 !
bin/lmadf/lmadf.c | 1 1 + 0 - 0 !
bin/msvq/msvq.c | 4 3 + 1 - 0 !
bin/pca/pcas.c | 5 4 + 1 - 0 !
8 files changed, 22 insertions(+), 5 deletions(-)

 fix errors detected by cppcheck
1011_fix_spelling_errors.patch | (download)

bin/gcep/_gcep.c | 2 1 + 1 - 0 !
bin/gcep/gcep.c | 4 2 + 2 - 0 !
bin/gmm/gmm.c | 6 3 + 3 - 0 !
bin/gmm/gmmp.c | 2 1 + 1 - 0 !
bin/levdur/levdur.c | 4 2 + 2 - 0 !
bin/lpc/_lpc.c | 4 2 + 2 - 0 !
bin/lpc/lpc.c | 4 2 + 2 - 0 !
bin/mcep/_mcep.c | 4 2 + 2 - 0 !
bin/mgcep/_mgcep.c | 4 2 + 2 - 0 !
bin/mgcep/mgcep.c | 6 3 + 3 - 0 !
bin/pca/pca.c | 8 4 + 4 - 0 !
bin/pca/pcas.c | 2 1 + 1 - 0 !
bin/smcep/_smcep.c | 8 4 + 4 - 0 !
bin/smcep/smcep.c | 6 3 + 3 - 0 !
bin/sopr/sopr.c | 2 1 + 1 - 0 !
15 files changed, 33 insertions(+), 33 deletions(-)

 fix spelling errors
1012_improve_scripts_makefile.patch | (download)

bin/da/Makefile.am | 4 2 + 2 - 0 !
bin/us/Makefile.am | 8 2 + 6 - 0 !
script/Makefile.am | 35 2 + 33 - 0 !
3 files changed, 6 insertions(+), 41 deletions(-)

 simplify and improve script/makefile.am
 This patch simplifies Makefile.am by replacing scripts generation rules
 with a single general one.
 Moreover the new rule handles dependency on script source and works in
 out-of-tree compilation.
1013_fix_out_of_tree_compilation.patch | (download)

Makefile.am | 692 690 + 2 - 0 !
bin/acep/Makefile.am | 2 1 + 1 - 0 !
bin/acorr/Makefile.am | 2 1 + 1 - 0 !
bin/agcep/Makefile.am | 2 1 + 1 - 0 !
bin/amcep/Makefile.am | 2 1 + 1 - 0 !
bin/average/Makefile.am | 2 1 + 1 - 0 !
bin/b2mc/Makefile.am | 2 1 + 1 - 0 !
bin/bcp/Makefile.am | 2 1 + 1 - 0 !
bin/bcut/Makefile.am | 2 1 + 1 - 0 !
bin/c2acr/Makefile.am | 2 1 + 1 - 0 !
bin/c2ir/Makefile.am | 2 1 + 1 - 0 !
bin/c2ndps/Makefile.am | 2 1 + 1 - 0 !
bin/c2sp/Makefile.am | 2 1 + 1 - 0 !
bin/cat2/Makefile.am | 2 1 + 1 - 0 !
bin/cdist/Makefile.am | 2 1 + 1 - 0 !
bin/clip/Makefile.am | 2 1 + 1 - 0 !
bin/da/Makefile.am | 2 1 + 1 - 0 !
bin/dct/Makefile.am | 2 1 + 1 - 0 !
bin/decimate/Makefile.am | 2 1 + 1 - 0 !
bin/delay/Makefile.am | 2 1 + 1 - 0 !
bin/delta/Makefile.am | 2 1 + 1 - 0 !
bin/df2/Makefile.am | 2 1 + 1 - 0 !
bin/dfs/Makefile.am | 2 1 + 1 - 0 !
bin/dmp/Makefile.am | 2 1 + 1 - 0 !
bin/ds/Makefile.am | 2 1 + 1 - 0 !
bin/dtw/Makefile.am | 2 1 + 1 - 0 !
bin/echo2/Makefile.am | 2 1 + 1 - 0 !
bin/excite/Makefile.am | 2 1 + 1 - 0 !
bin/extract/Makefile.am | 2 1 + 1 - 0 !
bin/fd/Makefile.am | 2 1 + 1 - 0 !
bin/fft/Makefile.am | 2 1 + 1 - 0 !
bin/fft2/Makefile.am | 2 1 + 1 - 0 !
bin/fftcep/Makefile.am | 2 1 + 1 - 0 !
bin/fftr/Makefile.am | 2 1 + 1 - 0 !
bin/fftr2/Makefile.am | 2 1 + 1 - 0 !
bin/fig+fdrw/Makefile.am | 4 2 + 2 - 0 !
bin/frame/Makefile.am | 2 1 + 1 - 0 !
bin/freqt/Makefile.am | 2 1 + 1 - 0 !
bin/gc2gc/Makefile.am | 2 1 + 1 - 0 !
bin/gcep/Makefile.am | 2 1 + 1 - 0 !
bin/glsadf/Makefile.am | 2 1 + 1 - 0 !
bin/gmm/Makefile.am | 4 2 + 2 - 0 !
bin/gnorm/Makefile.am | 2 1 + 1 - 0 !
bin/grpdelay/Makefile.am | 2 1 + 1 - 0 !
bin/histogram/Makefile.am | 2 1 + 1 - 0 !
bin/idct/Makefile.am | 2 1 + 1 - 0 !
bin/ifft/Makefile.am | 2 1 + 1 - 0 !
bin/ifft2/Makefile.am | 2 1 + 1 - 0 !
bin/ifftr/Makefile.am | 2 1 + 1 - 0 !
bin/ignorm/Makefile.am | 2 1 + 1 - 0 !
bin/impulse/Makefile.am | 2 1 + 1 - 0 !
bin/imsvq/Makefile.am | 2 1 + 1 - 0 !
bin/interpolate/Makefile.am | 2 1 + 1 - 0 !
bin/ivq/Makefile.am | 2 1 + 1 - 0 !
bin/lbg/Makefile.am | 2 1 + 1 - 0 !
bin/levdur/Makefile.am | 2 1 + 1 - 0 !
bin/linear_intpl/Makefile.am | 2 1 + 1 - 0 !
bin/lmadf/Makefile.am | 2 1 + 1 - 0 !
bin/lpc/Makefile.am | 2 1 + 1 - 0 !
bin/lpc2c/Makefile.am | 2 1 + 1 - 0 !
bin/lpc2lsp/Makefile.am | 2 1 + 1 - 0 !
bin/lpc2par/Makefile.am | 2 1 + 1 - 0 !
bin/lsp2lpc/Makefile.am | 2 1 + 1 - 0 !
bin/lsp2sp/Makefile.am | 2 1 + 1 - 0 !
bin/lspcheck/Makefile.am | 2 1 + 1 - 0 !
bin/lspdf/Makefile.am | 2 1 + 1 - 0 !
bin/ltcdf/Makefile.am | 2 1 + 1 - 0 !
bin/mc2b/Makefile.am | 2 1 + 1 - 0 !
bin/mcep/Makefile.am | 2 1 + 1 - 0 !
bin/merge/Makefile.am | 2 1 + 1 - 0 !
bin/mfcc/Makefile.am | 2 1 + 1 - 0 !
bin/mgc2mgc/Makefile.am | 2 1 + 1 - 0 !
bin/mgc2sp/Makefile.am | 2 1 + 1 - 0 !
bin/mgcep/Makefile.am | 2 1 + 1 - 0 !
bin/mgclsp2sp/Makefile.am | 2 1 + 1 - 0 !
bin/mglsadf/Makefile.am | 2 1 + 1 - 0 !
bin/minmax/Makefile.am | 2 1 + 1 - 0 !
bin/mlpg/Makefile.am | 2 1 + 1 - 0 !
bin/mlsacheck/Makefile.am | 2 1 + 1 - 0 !
bin/mlsadf/Makefile.am | 2 1 + 1 - 0 !
bin/msvq/Makefile.am | 2 1 + 1 - 0 !
bin/nacorr/Makefile.am | 2 1 + 1 - 0 !
bin/nan/Makefile.am | 2 1 + 1 - 0 !
bin/ndps2c/Makefile.am | 2 1 + 1 - 0 !
bin/norm0/Makefile.am | 2 1 + 1 - 0 !
bin/nrand/Makefile.am | 2 1 + 1 - 0 !
bin/par2lpc/Makefile.am | 2 1 + 1 - 0 !
bin/pca/Makefile.am | 4 2 + 2 - 0 !
bin/phase/Makefile.am | 2 1 + 1 - 0 !
bin/pitch/Makefile.am | 2 1 + 1 - 0 !
bin/poledf/Makefile.am | 2 1 + 1 - 0 !
bin/psgr/Makefile.am | 2 1 + 1 - 0 !
bin/ramp/Makefile.am | 2 1 + 1 - 0 !
bin/rawtowav/Makefile.am | 2 1 + 1 - 0 !
bin/reverse/Makefile.am | 2 1 + 1 - 0 !
bin/rmse/Makefile.am | 2 1 + 1 - 0 !
bin/root_pol/Makefile.am | 2 1 + 1 - 0 !
bin/sin/Makefile.am | 2 1 + 1 - 0 !
bin/smcep/Makefile.am | 2 1 + 1 - 0 !
bin/snr/Makefile.am | 2 1 + 1 - 0 !
bin/sopr/Makefile.am | 2 1 + 1 - 0 !
bin/spec/Makefile.am | 2 1 + 1 - 0 !
bin/step/Makefile.am | 2 1 + 1 - 0 !
bin/str/Makefile.am | 2 1 + 1 - 0 !
bin/swab/Makefile.am | 2 1 + 1 - 0 !
bin/symmetrize/Makefile.am | 2 1 + 1 - 0 !
bin/train/Makefile.am | 2 1 + 1 - 0 !
bin/transpose/Makefile.am | 2 1 + 1 - 0 !
bin/uels/Makefile.am | 2 1 + 1 - 0 !
bin/ulaw/Makefile.am | 2 1 + 1 - 0 !
bin/us/Makefile.am | 2 1 + 1 - 0 !
bin/vc/Makefile.am | 2 1 + 1 - 0 !
bin/vopr/Makefile.am | 2 1 + 1 - 0 !
bin/vq/Makefile.am | 2 1 + 1 - 0 !
bin/vstat/Makefile.am | 2 1 + 1 - 0 !
bin/vsum/Makefile.am | 2 1 + 1 - 0 !
bin/wavjoin/Makefile.am | 2 1 + 1 - 0 !
bin/wavsplit/Makefile.am | 2 1 + 1 - 0 !
bin/window/Makefile.am | 2 1 + 1 - 0 !
bin/x2x/Makefile.am | 2 1 + 1 - 0 !
bin/xgr/Makefile.am | 2 1 + 1 - 0 !
bin/zcross/Makefile.am | 2 1 + 1 - 0 !
bin/zerodf/Makefile.am | 2 1 + 1 - 0 !
configure.ac | 127 1 + 126 - 0 !
124 files changed, 816 insertions(+), 253 deletions(-)

 fix out-of-tree compilation and reduce makefiles number
1014_fix_compilation_with_gcc_10.patch | (download)

bin/psgr/psgr.c | 2 2 + 0 - 0 !
bin/psgr/psgr.h | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 fix compilation with gcc 10
1015_fix_compilation_with_gcc_10.patch | (download)

bin/vc/vc.c | 15 9 + 6 - 0 !
bin/x2x/x2x.c | 14 7 + 7 - 0 !
lib/getfp.c | 1 1 + 0 - 0 !
3 files changed, 17 insertions(+), 13 deletions(-)

 fix compilation with gcc 10