The following packages will be installed: waon Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching waon.SlackBuild... 0%100%100%100%100%100%Done Fetching waon.desktop... 0%100%100%100%100%100%Done Fetching waon.info... 0%100%100%100%100%100%Done Fetching waon.png... 0%100%100%100%100%100%Done waon-0.10/ waon-0.10/analyse.c waon-0.10/analyse.h waon-0.10/ao-wrapper.c waon-0.10/ao-wrapper.h waon-0.10/ChangeLog waon-0.10/COPYING waon-0.10/CVS/ waon-0.10/CVS/Entries waon-0.10/CVS/Entries.Log waon-0.10/CVS/Repository waon-0.10/CVS/Root waon-0.10/fft.c waon-0.10/fft.h waon-0.10/gtk-color.c waon-0.10/gtk-color.h waon-0.10/gwaon-about.c waon-0.10/gwaon-about.h waon-0.10/gwaon-menu.c waon-0.10/gwaon-menu.h waon-0.10/gwaon-play.c waon-0.10/gwaon-play.h waon-0.10/gwaon-wav.c waon-0.10/gwaon-wav.h waon-0.10/gwaon.1 waon-0.10/gwaon.c waon-0.10/hc.c waon-0.10/hc.h waon-0.10/INSTALL waon-0.10/jack-pv.c waon-0.10/jack-pv.h waon-0.10/main.c waon-0.10/Makefile waon-0.10/Makefile.gwaon waon-0.10/Makefile.pv waon-0.10/Makefile.waon waon-0.10/memory-check.h waon-0.10/midi.c waon-0.10/midi.h waon-0.10/notes.c waon-0.10/notes.h waon-0.10/pv-complex-curses.c waon-0.10/pv-complex-curses.h waon-0.10/pv-complex.c waon-0.10/pv-complex.h waon-0.10/pv-conventional.c waon-0.10/pv-conventional.h waon-0.10/pv-ellis.c waon-0.10/pv-ellis.h waon-0.10/pv-freq.c waon-0.10/pv-freq.h waon-0.10/pv-loose-lock.c waon-0.10/pv-loose-lock.h waon-0.10/pv-nofft.c waon-0.10/pv-nofft.h waon-0.10/pv.1 waon-0.10/pv.c waon-0.10/README waon-0.10/snd.c waon-0.10/snd.h waon-0.10/TIPS waon-0.10/TODO waon-0.10/VERSION.h waon-0.10/waon.1 waon-0.10/WaoN.gif waon-0.10/waon.spec cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o main.o main.c cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o notes.o notes.c cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o midi.o midi.c cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o analyse.o analyse.c cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o fft.o fft.c cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o hc.o hc.c cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o snd.o snd.c cc -o waon main.o notes.o midi.o analyse.o fft.o hc.o snd.o -L/usr/local/lib `pkg-config --libs fftw3` `pkg-config --libs sndfile` -lm cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o pv.o pv.c cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o pv-complex.o pv-complex.c cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o pv-conventional.o pv-conventional.c pv-conventional.c: In function ‘pv_conventional’: pv-conventional.c:230:7: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] 230 | int status; | ^~~~~~ cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o pv-ellis.o pv-ellis.c pv-ellis.c: In function ‘pv_ellis’: pv-ellis.c:130:7: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] 130 | int status; | ^~~~~~ cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o pv-freq.o pv-freq.c cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o pv-loose-lock.o pv-loose-lock.c pv-loose-lock.c: In function ‘pv_loose_lock’: pv-loose-lock.c:87:7: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] 87 | int status; | ^~~~~~ cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o pv-nofft.o pv-nofft.c cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o pv-complex-curses.o pv-complex-curses.c pv-complex-curses.c: In function ‘curses_print_pv’: pv-complex-curses.c:203:45: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘int’ [-Wformat=] 203 | mvprintw (Y_frames, 1, "current : %010ld / %010ld", 0, pv->sfinfo->frames); | ~~~~~^ ~ | | | | long int int | %010d pv-complex-curses.c:203:54: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘sf_count_t’ {aka ‘long long int’} [-Wformat=] 203 | mvprintw (Y_frames, 1, "current : %010ld / %010ld", 0, pv->sfinfo->frames); | ~~~~~^ ~~~~~~~~~~~~~~~~~~ | | | | long int sf_count_t {aka long long int} | %010lld cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o ao-wrapper.o ao-wrapper.c cc -o pv pv.o pv-complex.o pv-conventional.o pv-ellis.o pv-freq.o pv-loose-lock.o pv-nofft.o pv-complex-curses.o hc.o fft.o snd.o ao-wrapper.o -lncurses `pkg-config --libs ao` `pkg-config --libs sndfile` `pkg-config --libs fftw3` `pkg-config --libs samplerate` -lm cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o gwaon.o gwaon.c In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gwaon.c:19: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gwaon.c:19: /usr/include/glib-2.0/gobject/gtype.h:698:1: note: declared here 698 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gwaon.c:19: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gwaon.c:19: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o gwaon-menu.o gwaon-menu.c In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gwaon-menu.c:20: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gwaon-menu.c:20: /usr/include/glib-2.0/gobject/gtype.h:698:1: note: declared here 698 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gwaon-menu.c:20: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gwaon-menu.c:20: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o gwaon-about.o gwaon-about.c In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gwaon-about.c:19: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gwaon-about.c:19: /usr/include/glib-2.0/gobject/gtype.h:698:1: note: declared here 698 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gwaon-about.c:19: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gwaon-about.c:19: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o gwaon-wav.o gwaon-wav.c In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gwaon-wav.c:19: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gwaon-wav.c:19: /usr/include/glib-2.0/gobject/gtype.h:698:1: note: declared here 698 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gwaon-wav.c:19: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gwaon-wav.c:19: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ gwaon-wav.c: In function ‘update_win_wav’: gwaon-wav.c:1721:7: warning: ‘gdk_pixbuf_unref’ is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] 1721 | gdk_pixbuf_unref (wav_pixbuf); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gwaon-wav.c:19: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:168:12: note: declared here 168 | void gdk_pixbuf_unref (GdkPixbuf *pixbuf); | ^~~~~~~~~~~~~~~~ cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o gwaon-play.o gwaon-play.c In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gwaon-play.c:19: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gwaon-play.c:19: /usr/include/glib-2.0/gobject/gtype.h:698:1: note: declared here 698 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gwaon-play.c:19: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gwaon-play.c:19: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ cc -Wall -O2 -march=i586 -mtune=i686 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` `pkg-config --cflags ao` `pkg-config --cflags samplerate` `pkg-config --cflags gtk+-2.0` -c -o gtk-color.o gtk-color.c In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gtk-color.c:20: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gtk-color.c:20: /usr/include/glib-2.0/gobject/gtype.h:698:1: note: declared here 698 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gtk-color.c:20: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gtk-color.c:20: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ cc -o gwaon gwaon.o gwaon-menu.o gwaon-about.o gwaon-wav.o gwaon-play.o pv-complex.o pv-conventional.o ao-wrapper.o gtk-color.o snd.o hc.o fft.o midi.o `pkg-config --libs gtk+-2.0` `pkg-config --libs ao` `pkg-config --libs sndfile` `pkg-config --libs fftw3` `pkg-config --libs samplerate` -lm convert: profile 'icc': 'RGB ': RGB color space not permitted on grayscale PNG `/usr/src/slapt-src/audio/waon/package-waon/usr/share/icons/hicolor/16x16/apps/waon.png' @ warning/png.c/MagickPNGWarningHandler/1748. convert: profile 'icc': 'RGB ': RGB color space not permitted on grayscale PNG `/usr/src/slapt-src/audio/waon/package-waon/usr/share/icons/hicolor/32x32/apps/waon.png' @ warning/png.c/MagickPNGWarningHandler/1748. convert: profile 'icc': 'RGB ': RGB color space not permitted on grayscale PNG `/usr/src/slapt-src/audio/waon/package-waon/usr/share/icons/hicolor/48x48/apps/waon.png' @ warning/png.c/MagickPNGWarningHandler/1748. convert: profile 'icc': 'RGB ': RGB color space not permitted on grayscale PNG `/usr/src/slapt-src/audio/waon/package-waon/usr/share/icons/hicolor/64x64/apps/waon.png' @ warning/png.c/MagickPNGWarningHandler/1748. convert: profile 'icc': 'RGB ': RGB color space not permitted on grayscale PNG `/usr/src/slapt-src/audio/waon/package-waon/usr/share/icons/hicolor/128x128/apps/waon.png' @ warning/png.c/MagickPNGWarningHandler/1748. Slackware package maker, version 3.14159265. Searching for symbolic links: usr/share/pixmaps/waon.png ../icons/hicolor/48x48/apps/waon.png Making symbolic link creation script: ( cd usr/share/pixmaps ; rm -rf waon.png ) ( cd usr/share/pixmaps ; ln -sf ../icons/hicolor/48x48/apps/waon.png waon.png ) Unless your existing installation script already contains the code to create these links, you should append these lines to your existing install script. Now's your chance. :^) Would you like to add this stuff to the existing install script and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/share/pixmaps/waon.png' Updating your ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/audio/waon/waon-0.10-i586-2salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/gwaon usr/bin/waon usr/bin/waon-pv usr/doc/ usr/doc/waon-0.10/ usr/doc/waon-0.10/COPYING usr/doc/waon-0.10/ChangeLog usr/doc/waon-0.10/README usr/doc/waon-0.10/TIPS usr/doc/waon-0.10/TODO usr/doc/waon-0.10/waon.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/gwaon.1.gz usr/man/man1/waon-pv.1.gz usr/man/man1/waon.1.gz usr/share/ usr/share/applications/ usr/share/applications/waon.desktop usr/share/icons/ usr/share/icons/hicolor/ usr/share/icons/hicolor/128x128/ usr/share/icons/hicolor/128x128/apps/ usr/share/icons/hicolor/128x128/apps/waon.png usr/share/icons/hicolor/16x16/ usr/share/icons/hicolor/16x16/apps/ usr/share/icons/hicolor/16x16/apps/waon.png usr/share/icons/hicolor/32x32/ usr/share/icons/hicolor/32x32/apps/ usr/share/icons/hicolor/32x32/apps/waon.png usr/share/icons/hicolor/48x48/ usr/share/icons/hicolor/48x48/apps/ usr/share/icons/hicolor/48x48/apps/waon.png usr/share/icons/hicolor/64x64/ usr/share/icons/hicolor/64x64/apps/ usr/share/icons/hicolor/64x64/apps/waon.png usr/share/pixmaps/ Slackware package /usr/src/slapt-src/audio/waon/waon-0.10-i586-2salix15.0.txz created. Installing package waon-0.10-i586-2salix15.0... | waon (Wave-to-Notes transcriber) | | WaoN is a Wave-to-Notes transcriber, that is, the inverse of timidity | by Tuukka Toivonen (and its descendants timidity++). ("WaoN" also | has a meaning of harmony of notes or chord in Japanese!) | | | | | | | |