The following packages will be installed: jack-keyboard Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching jack-keyboard.SlackBuild... 0%100%100%100%100%100%Done Fetching jack-keyboard.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done jack-keyboard-2.5 jack-keyboard-2.5/README jack-keyboard-2.5/configure.ac jack-keyboard-2.5/aclocal.m4 jack-keyboard-2.5/Makefile.am jack-keyboard-2.5/Makefile.in jack-keyboard-2.5/config.h.in jack-keyboard-2.5/configure jack-keyboard-2.5/AUTHORS jack-keyboard-2.5/COPYING jack-keyboard-2.5/INSTALL jack-keyboard-2.5/NEWS jack-keyboard-2.5/TODO jack-keyboard-2.5/depcomp jack-keyboard-2.5/install-sh jack-keyboard-2.5/missing jack-keyboard-2.5/src jack-keyboard-2.5/man jack-keyboard-2.5/pixmaps jack-keyboard-2.5/pixmaps/Makefile.am jack-keyboard-2.5/pixmaps/Makefile.in jack-keyboard-2.5/pixmaps/jack-keyboard.png jack-keyboard-2.5/man/Makefile.am jack-keyboard-2.5/man/Makefile.in jack-keyboard-2.5/man/jack-keyboard.1 jack-keyboard-2.5/src/Makefile.am jack-keyboard-2.5/src/Makefile.in jack-keyboard-2.5/src/jack-keyboard.c jack-keyboard-2.5/src/pianokeyboard.c jack-keyboard-2.5/src/pianokeyboard.h jack-keyboard-2.5/src/jack-keyboard.desktop checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking for working volatile... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working strtod... yes checking for gettimeofday... yes checking for memset... yes checking for strcasecmp... yes checking for strdup... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for GLIB... yes checking for GTHREAD... yes checking for X11... yes checking for JACK... yes checking for JACK_MIDI_NEEDS_NFRAMES... no checking for LASH... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating pixmaps/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5' Making all in src make[2]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/src' gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/lash-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/alsa -DG_LOG_DOMAIN=\"jack-keyboard\" -O2 -march=i586 -mtune=i686 -MT jack_keyboard-jack-keyboard.o -MD -MP -MF .deps/jack_keyboard-jack-keyboard.Tpo -c -o jack_keyboard-jack-keyboard.o `test -f 'jack-keyboard.c' || echo './'`jack-keyboard.c jack-keyboard.c: In function ‘grab_keyboard’: jack-keyboard.c:1129:2: warning: ‘g_atexit’ is deprecated [-Wdeprecated-declarations] g_atexit(ungrab_keyboard); ^ In file included from /usr/include/glib-2.0/glib/gthread.h:34:0, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, 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 jack-keyboard.c:45: /usr/include/glib-2.0/glib/gutils.h:242:6: note: declared here void g_atexit (GVoidFunc func); ^ jack-keyboard.c: In function ‘main’: jack-keyboard.c:1715:2: warning: ‘g_thread_init’ is deprecated [-Wdeprecated-declarations] g_thread_init(NULL); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, 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 jack-keyboard.c:45: /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here void g_thread_init (gpointer vtable); ^ mv -f .deps/jack_keyboard-jack-keyboard.Tpo .deps/jack_keyboard-jack-keyboard.Po gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/lash-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/alsa -DG_LOG_DOMAIN=\"jack-keyboard\" -O2 -march=i586 -mtune=i686 -MT jack_keyboard-pianokeyboard.o -MD -MP -MF .deps/jack_keyboard-pianokeyboard.Tpo -c -o jack_keyboard-pianokeyboard.o `test -f 'pianokeyboard.c' || echo './'`pianokeyboard.c mv -f .deps/jack_keyboard-pianokeyboard.Tpo .deps/jack_keyboard-pianokeyboard.Po gcc -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/lash-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/alsa -DG_LOG_DOMAIN=\"jack-keyboard\" -O2 -march=i586 -mtune=i686 -o jack-keyboard jack_keyboard-jack-keyboard.o jack_keyboard-pianokeyboard.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lX11 -ljack -llash -ldbus-1 -luuid -lxml2 -lasound make[2]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/src' Making all in man make[2]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/man' Making all in pixmaps make[2]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/pixmaps' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/pixmaps' make[2]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5' make[2]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5' make[1]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5' make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ `test -z '' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG=''"` install make[1]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5' Making install in src make[2]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/src' make[3]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src/audio/jack-keyboard/package-jack-keyboard/usr/bin" /bin/sh /usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/install-sh -c -s 'jack-keyboard' '/usr/src/slapt-src/audio/jack-keyboard/package-jack-keyboard/usr/bin/jack-keyboard' test -z "/usr/share/applications" || /usr/bin/mkdir -p "/usr/src/slapt-src/audio/jack-keyboard/package-jack-keyboard/usr/share/applications" /usr/bin/ginstall -c -m 644 'jack-keyboard.desktop' '/usr/src/slapt-src/audio/jack-keyboard/package-jack-keyboard/usr/share/applications/jack-keyboard.desktop' make[3]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/src' make[2]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/src' Making install in man make[2]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/man' make[3]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/man' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/man/man1" || /usr/bin/mkdir -p "/usr/src/slapt-src/audio/jack-keyboard/package-jack-keyboard/usr/man/man1" /usr/bin/ginstall -c -m 644 './jack-keyboard.1' '/usr/src/slapt-src/audio/jack-keyboard/package-jack-keyboard/usr/man/man1/jack-keyboard.1' make[3]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/man' make[2]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/man' Making install in pixmaps make[2]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/pixmaps' make[3]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/pixmaps' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/pixmaps" || /usr/bin/mkdir -p "/usr/src/slapt-src/audio/jack-keyboard/package-jack-keyboard/usr/share/pixmaps" /usr/bin/ginstall -c -m 644 'jack-keyboard.png' '/usr/src/slapt-src/audio/jack-keyboard/package-jack-keyboard/usr/share/pixmaps/jack-keyboard.png' make install-data-hook make[4]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/pixmaps' *** Icon cache not updated. After (un)install, run this: *** gtk-update-icon-cache -f -t /usr/share/icons/hicolor make[4]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/pixmaps' make[3]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/pixmaps' make[2]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5/pixmaps' make[2]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5' make[3]: Entering directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5' make[2]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5' make[1]: Leaving directory '/usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5' Slackware package maker, version 3.141593. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. 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/jack-keyboard/jack-keyboard-2.5-i586-1salix.txz ./ usr/ usr/bin/ usr/bin/jack-keyboard usr/doc/ usr/doc/jack-keyboard-2.5/ usr/doc/jack-keyboard-2.5/README usr/doc/jack-keyboard-2.5/jack-keyboard.SlackBuild usr/doc/jack-keyboard-2.5/COPYING usr/doc/jack-keyboard-2.5/NEWS usr/doc/jack-keyboard-2.5/AUTHORS usr/doc/jack-keyboard-2.5/TODO usr/man/ usr/man/man1/ usr/man/man1/jack-keyboard.1.gz usr/share/ usr/share/applications/ usr/share/applications/jack-keyboard.desktop usr/share/pixmaps/ usr/share/pixmaps/jack-keyboard.png install/ install/doinst.sh install/slack-desc Slackware package /usr/src/slapt-src/audio/jack-keyboard/jack-keyboard-2.5-i586-1salix.txz created. Installing package jack-keyboard-2.5-i586-1salix... | jack-keyboard (virtual MIDI keyboard) | | jack-keyboard is a virtual MIDI keyboard - a program that allows | you to send JACK MIDI events (play ;-) using your PC keyboard. It's | somewhat similar to vkeybd, except it uses JACK MIDI instead of ALSA, | and the default keyboard mapping is much better - it uses the same | layout as trackers (like Impulse Tracker) did, so you have two and | half octaves under your fingers. | | | | |