The following packages will be installed: vitunes-mplayer Fetching README... 0%100%100%100%100%100%Done Fetching multiuser.diff... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching vitunes-mplayer.SlackBuild... 0%100%100%100%100%100%Done Fetching vitunes-mplayer.info... 0%100%100%100%100%100%Done vitunes-2.3 vitunes-2.3/DEVELOPERS.txt vitunes-2.3/LICENSE vitunes-2.3/Makefile vitunes-2.3/Makefile.linux vitunes-2.3/add_urls.sh vitunes-2.3/commands.c vitunes-2.3/commands.h vitunes-2.3/compat.c vitunes-2.3/compat.h vitunes-2.3/compat vitunes-2.3/compat/fparseln.c vitunes-2.3/compat/strlcat.c vitunes-2.3/compat/strtonum.c vitunes-2.3/config.h vitunes-2.3/debug.h vitunes-2.3/e_commands.c vitunes-2.3/e_commands.h vitunes-2.3/enums.h vitunes-2.3/keybindings.c vitunes-2.3/keybindings.h vitunes-2.3/medialib.c vitunes-2.3/medialib.h vitunes-2.3/meta_info.c vitunes-2.3/meta_info.h vitunes-2.3/paint.c vitunes-2.3/paint.h vitunes-2.3/player.c vitunes-2.3/player.h vitunes-2.3/players vitunes-2.3/players/mplayer.c vitunes-2.3/players/mplayer.h vitunes-2.3/players/mplayer_conf.h vitunes-2.3/players/player_utils.c vitunes-2.3/players/player_utils.h vitunes-2.3/playlist.c vitunes-2.3/playlist.h vitunes-2.3/socket.c vitunes-2.3/socket.h vitunes-2.3/str2argv.c vitunes-2.3/str2argv.h vitunes-2.3/uinterface.c vitunes-2.3/uinterface.h vitunes-2.3/vitunes.1 vitunes-2.3/vitunes.c vitunes-2.3/vitunes.h patching file socket.c cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` commands.c commands.c: In function ‘cmd_set’: commands.c:619:17: warning: variable ‘max_h’ set but not used [-Wunused-but-set-variable] int max_w, max_h, new_width; /* lwidth */ ^ cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` compat.c cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` e_commands.c cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` keybindings.c cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` medialib.c cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` meta_info.c cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` paint.c paint.c: In function ‘paint_status_bar’: paint.c:89:19: warning: variable ‘h’ set but not used [-Wunused-but-set-variable] int w, h; ^ paint.c: In function ‘paint_player’: paint.c:139:11: warning: variable ‘h’ set but not used [-Wunused-but-set-variable] int w, h; ^ paint.c: In function ‘paint_playlist_file_info’: paint.c:459:8: warning: variable ‘h’ set but not used [-Wunused-but-set-variable] int h, w; ^ cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` player.c cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` playlist.c In file included from /usr/include/string.h:630:0, from playlist.h:29, from playlist.c:17: playlist.c: In function ‘playlist_load’: playlist.c:217:34: warning: passing argument 1 of ‘__xpg_basename’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] p->name = strdup(basename(filename)); ^ In file included from playlist.h:26:0, from playlist.c:17: /usr/include/libgen.h:34:14: note: expected ‘char *’ but argument is of type ‘const char *’ extern char *__xpg_basename (char *__path) __THROW; ^ In file included from /usr/include/string.h:630:0, from playlist.h:29, from playlist.c:17: playlist.c:217:34: warning: passing argument 1 of ‘__xpg_basename’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] p->name = strdup(basename(filename)); ^ In file included from playlist.h:26:0, from playlist.c:17: /usr/include/libgen.h:34:14: note: expected ‘char *’ but argument is of type ‘const char *’ extern char *__xpg_basename (char *__path) __THROW; ^ In file included from /usr/include/string.h:630:0, from playlist.h:29, from playlist.c:17: playlist.c:217:34: warning: passing argument 1 of ‘__xpg_basename’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] p->name = strdup(basename(filename)); ^ In file included from playlist.h:26:0, from playlist.c:17: /usr/include/libgen.h:34:14: note: expected ‘char *’ but argument is of type ‘const char *’ extern char *__xpg_basename (char *__path) __THROW; ^ In file included from /usr/include/string.h:630:0, from playlist.h:29, from playlist.c:17: playlist.c:217:34: warning: passing argument 1 of ‘__xpg_basename’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] p->name = strdup(basename(filename)); ^ In file included from playlist.h:26:0, from playlist.c:17: /usr/include/libgen.h:34:14: note: expected ‘char *’ but argument is of type ‘const char *’ extern char *__xpg_basename (char *__path) __THROW; ^ In file included from /usr/include/string.h:630:0, from playlist.h:29, from playlist.c:17: playlist.c:217:34: warning: passing argument 1 of ‘__xpg_basename’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] p->name = strdup(basename(filename)); ^ In file included from playlist.h:26:0, from playlist.c:17: /usr/include/libgen.h:34:14: note: expected ‘char *’ but argument is of type ‘const char *’ extern char *__xpg_basename (char *__path) __THROW; ^ In file included from /usr/include/string.h:630:0, from playlist.h:29, from playlist.c:17: playlist.c:217:34: warning: passing argument 1 of ‘__xpg_basename’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] p->name = strdup(basename(filename)); ^ In file included from playlist.h:26:0, from playlist.c:17: /usr/include/libgen.h:34:14: note: expected ‘char *’ but argument is of type ‘const char *’ extern char *__xpg_basename (char *__path) __THROW; ^ In file included from /usr/include/string.h:630:0, from playlist.h:29, from playlist.c:17: playlist.c:217:34: warning: passing argument 1 of ‘__xpg_basename’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] p->name = strdup(basename(filename)); ^ In file included from playlist.h:26:0, from playlist.c:17: /usr/include/libgen.h:34:14: note: expected ‘char *’ but argument is of type ‘const char *’ extern char *__xpg_basename (char *__path) __THROW; ^ cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` str2argv.c cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` uinterface.c cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` vitunes.c cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` players/mplayer.c players/mplayer.c: In function ‘mplayer_sigchld’: players/mplayer.c:163:11: warning: implicit declaration of function ‘time’ [-Wimplicit-function-declaration] if (time(0) - last_sigchld <= 1) { ^ cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` socket.c cc -c -std=gnu99 -D_GNU_SOURCE -Wall -O2 -march=i586 -mtune=i686 -Wno-unused-value `taglib-config --cflags` players/player_utils.c cc -o vitunes -lm -lncurses -lutil `taglib-config --libs` -ltag_c -lstdc++ commands.o compat.o e_commands.o keybindings.o medialib.o meta_info.o paint.o player.o playlist.o str2argv.o uinterface.o vitunes.o mplayer.o socket.o player_utils.o 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/multimedia/vitunes-mplayer/vitunes-mplayer-2.3-i586-1salix.txz ./ usr/ usr/bin/ usr/bin/vitunes usr/doc/ usr/doc/vitunes-mplayer-2.3/ usr/doc/vitunes-mplayer-2.3/vitunes-mplayer.SlackBuild usr/doc/vitunes-mplayer-2.3/LICENSE usr/doc/vitunes-mplayer-2.3/DEVELOPERS.txt usr/doc/vitunes-mplayer-2.3/add_urls.sh usr/man/ usr/man/man1/ usr/man/man1/vitunes.1.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/multimedia/vitunes-mplayer/vitunes-mplayer-2.3-i586-1salix.txz created. Installing package vitunes-mplayer-2.3-i586-1salix... | vitunes-mplayer (frontend for mplayer, with vi key bindings) | | vitunes is a curses-based music player and playlist manager for *nix | whose goals are: 1. a minimalistic appearance, 2. strong vi-like | bindings, and 3. quick playlist creation/management. vitunes does | not strive to be a feature-rich media player, but rather a quick, | vi-like media indexer and playlist manager, that just happens to be | able to play the music it indexes. | | | | |