Package: nyquist / 3.24+ds-2

Metadata

Package Version Patches format
nyquist 3.24+ds-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
set portaudio library.patch | (download)

CMakeLists.txt | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 set-portaudio-library

===================================================================

fix sndfile h reference.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix-sndfile-h-reference

===================================================================

dont include asm ioctls.patch | (download)

sys/unix/term.c | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 dont-include-asm-ioctls

===================================================================

0006 Look for Debian installed nyquist dir usr share nyqu.patch | (download)

jnyqide/MainFrame.java | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 look for debian-installed nyquist dir /usr/share/nyquist


0009 Fix printf specifier for long int to avoid following.patch | (download)

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

 fix printf specifier for long int to avoid following warning.
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

/home/steve/Packages/nyquist/build-area/nyquist-3.20+ds/cmupv/src/cmupv.c: In function pv_get_output2:
/home/steve/Packages/nyquist/build-area/nyquist-3.20+ds/cmupv/src/cmupv.c:1093:62: warning: format %d expects argument of type int, but argument 3 has type int64_t {aka long int} [-Wformat=]
 1093 |     D printf("pv_get_output2 returning at offset %ld abs %I64d\n",
      |                                                          ~~~~^
      |                                                              |
      |                                                              int
      |                                                          %I64ld
 1094 |              (long) (pv->out_next - pv->output_buffer), pv->output_total);
      |                                                         ~~~~~~~~~~~~~~~~
      |                                                           |
      |                                                           int64_t {aka long int}

0010 c23.patch | (download)

misc/cmdline.c | 25 8 + 17 - 0 !
misc/intgen2.c | 2 1 + 1 - 0 !
2 files changed, 9 insertions(+), 18 deletions(-)

---