Package: nyquist / 3.23+ds-1

Metadata

Package Version Patches format
nyquist 3.23+ds-1 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 Comment the extra text after endif.patch | (download)

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

 comment the extra text after #endif.


0007 Fix gcc 13 build by not re defining intptr_t. Closes.patch | (download)

nyqstk/include/Stk.h | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 fix gcc-13 build by not re-defining intptr_t.  closes: #1037794.


0008 Fix function signature for lo_method_handlers.patch | (download)

nyqsrc/nyq-osc-server.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix function signature for lo_method_handlers.