The following packages will be installed: herrie Fetching README... 0%100%100%100%100%100%Done Fetching README.SBo... 0%100%100%100%100%100%Done Fetching herrie.SlackBuild... 0%100%100%100%100%100%Done Fetching herrie.info... 0%100%100%100%100%100%Done Fetching herriectl... 0%100%100%100%100%100%Done Fetching patches/herrie-2.1-filters-orig.diff... 0%100%100%100%100%100%Done Fetching patches/herrie-2.1-filters.diff... 0%100%100%100%100%100%Done Fetching patches/herrie-2.1-signals.diff... 0%100%100%100%100%100%Done Fetching patches/herrie-autoquit.diff... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done herrie-2.2/ herrie-2.2/COPYING herrie-2.2/ChangeLog herrie-2.2/README herrie-2.2/configure herrie-2.2/depends herrie-2.2/herrie.conf.sample herrie-2.2/man/ herrie-2.2/man/00-man herrie-2.2/man/01-volume herrie-2.2/man/02-man herrie-2.2/man/03-alsa herrie-2.2/man/03-ao herrie-2.2/man/03-oss herrie-2.2/man/04-man herrie-2.2/man/05-scrobbler herrie-2.2/man/06-man herrie-2.2/po/ herrie-2.2/po/ca.po herrie-2.2/po/da.po herrie-2.2/po/de.po herrie-2.2/po/es.po herrie-2.2/po/fi.po herrie-2.2/po/ga.po herrie-2.2/po/herrie.pot herrie-2.2/po/nl.po herrie-2.2/po/pl.po herrie-2.2/po/pt_BR.po herrie-2.2/po/ru.po herrie-2.2/po/sv.po herrie-2.2/po/tr.po herrie-2.2/po/uk.po herrie-2.2/po/vi.po herrie-2.2/po/zh_CN.po herrie-2.2/src/ herrie-2.2/src/audio_file.c herrie-2.2/src/audio_file.h herrie-2.2/src/audio_format.h herrie-2.2/src/audio_format_modplug.c herrie-2.2/src/audio_format_mp3.c herrie-2.2/src/audio_format_sndfile.c herrie-2.2/src/audio_format_vorbis.c herrie-2.2/src/audio_output.h herrie-2.2/src/audio_output_alsa.c herrie-2.2/src/audio_output_ao.c herrie-2.2/src/audio_output_coreaudio.c herrie-2.2/src/audio_output_null.c herrie-2.2/src/audio_output_oss.c herrie-2.2/src/audio_output_pulse.c herrie-2.2/src/config.c herrie-2.2/src/config.h herrie-2.2/src/conftest.c herrie-2.2/src/gui.h herrie-2.2/src/gui_browser.c herrie-2.2/src/gui_draw.c herrie-2.2/src/gui_input.c herrie-2.2/src/gui_internal.h herrie-2.2/src/gui_msgbar.c herrie-2.2/src/gui_playq.c herrie-2.2/src/gui_vfslist.c herrie-2.2/src/gui_vfslist.h herrie-2.2/src/main.c herrie-2.2/src/md5.c herrie-2.2/src/md5.h herrie-2.2/src/playq.c herrie-2.2/src/playq.h herrie-2.2/src/playq_modules.h herrie-2.2/src/playq_party.c herrie-2.2/src/playq_xmms.c herrie-2.2/src/scrobbler.c herrie-2.2/src/scrobbler.h herrie-2.2/src/stdinc.h herrie-2.2/src/util.c herrie-2.2/src/util.h herrie-2.2/src/vfs.c herrie-2.2/src/vfs.h herrie-2.2/src/vfs_http.c herrie-2.2/src/vfs_modules.h herrie-2.2/src/vfs_playlist.c herrie-2.2/src/vfs_regular.c herrie-2.2/src/vfs_xspf.c Configuration: - Installing herrie in /usr/bin - Installing manual page in /usr/man - Using /etc/herrie.conf configuration file - Installing translations ca da de es fi ga nl pl pt_BR ru sv tr uk vi zh_CN in /usr/share/locale - Using -lncursesw and - Using pulse audio output - Support for HTTP streams - Support for MP3 - Support for Ogg Vorbis Run `make' to compile herrie # Compiling audio_file.o # Compiling audio_format_mp3.o # Compiling audio_format_vorbis.o # Compiling audio_output_pulse.o # Compiling config.o # Compiling gui_browser.o # Compiling gui_draw.o ./src/gui_draw.c: In function ‘gui_draw_init_post’: ./src/gui_draw.c:51:2: warning: ‘g_mutex_new’ is deprecated [-Wdeprecated-declarations] gui_mtx = g_mutex_new(); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from ./src/stdinc.h:54, from ./src/gui_draw.c:31: /usr/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here GMutex * g_mutex_new (void); ^ # Compiling gui_input.o # Compiling gui_msgbar.o # Compiling gui_playq.o # Compiling gui_vfslist.o # Compiling main.o ./src/main.c: In function ‘main’: ./src/main.c:155: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 ./src/stdinc.h:54, from ./src/main.c:31: /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here void g_thread_init (gpointer vtable); ^ # Compiling playq.o ./src/playq.c: In function ‘playq_init’: ./src/playq.c:250:2: warning: ‘g_mutex_new’ is deprecated [-Wdeprecated-declarations] playq_mtx = g_mutex_new(); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from ./src/stdinc.h:54, from ./src/playq.c:31: /usr/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here GMutex * g_mutex_new (void); ^ ./src/playq.c:251:2: warning: ‘g_cond_new’ is deprecated [-Wdeprecated-declarations] playq_wakeup = g_cond_new(); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from ./src/stdinc.h:54, from ./src/playq.c:31: /usr/include/glib-2.0/glib/deprecated/gthread.h:281:17: note: declared here GCond * g_cond_new (void); ^ ./src/playq.c: In function ‘playq_spawn’: ./src/playq.c:276:2: warning: ‘g_thread_create_full’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] playq_runner = g_thread_create_full(playq_runner_thread, NULL, ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from ./src/stdinc.h:54, from ./src/playq.c:31: /usr/include/glib-2.0/glib/deprecated/gthread.h:110:10: note: declared here GThread *g_thread_create_full (GThreadFunc func, ^ # Compiling playq_party.o # Compiling playq_xmms.o # Compiling vfs.o # Compiling vfs_http.o # Compiling vfs_playlist.o # Compiling vfs_regular.o # Linking herrie # Generating manual page herrie.1.gz # Generating translation ca.mo # Generating translation da.mo # Generating translation de.mo # Generating translation es.mo # Generating translation fi.mo # Generating translation ga.mo # Generating translation nl.mo # Generating translation pl.mo # Generating translation pt_BR.mo # Generating translation ru.mo # Generating translation sv.mo # Generating translation tr.mo # Generating translation uk.mo # Generating translation vi.mo # Generating translation zh_CN.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/bin/herrie # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/man/man1/herrie.1.gz # Installing /usr/src/slapt-src/audio/herrie/package-herrie/etc/herrie.conf.sample # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/ca/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/da/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/de/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/es/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/fi/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/ga/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/nl/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/pl/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/pt_BR/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/ru/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/sv/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/tr/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/uk/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/vi/LC_MESSAGES/herrie.mo # Installing /usr/src/slapt-src/audio/herrie/package-herrie/usr/share/locale/zh_CN/LC_MESSAGES/herrie.mo 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/herrie/herrie-2.2-i486-2salix.txz ./ usr/ usr/bin/ usr/bin/herrie usr/doc/ usr/doc/herrie-2.2/ usr/doc/herrie-2.2/README usr/doc/herrie-2.2/COPYING usr/doc/herrie-2.2/ChangeLog usr/doc/herrie-2.2/herrie.SlackBuild usr/doc/herrie-2.2/README.SBo usr/man/ usr/man/man1/ usr/man/man1/herrie.1.gz usr/share/ usr/share/locale/ usr/share/locale/tr/ usr/share/locale/tr/LC_MESSAGES/ usr/share/locale/tr/LC_MESSAGES/herrie.mo usr/share/locale/nl/ usr/share/locale/nl/LC_MESSAGES/ usr/share/locale/nl/LC_MESSAGES/herrie.mo usr/share/locale/de/ usr/share/locale/de/LC_MESSAGES/ usr/share/locale/de/LC_MESSAGES/herrie.mo usr/share/locale/uk/ usr/share/locale/uk/LC_MESSAGES/ usr/share/locale/uk/LC_MESSAGES/herrie.mo usr/share/locale/ru/ usr/share/locale/ru/LC_MESSAGES/ usr/share/locale/ru/LC_MESSAGES/herrie.mo usr/share/locale/pt_BR/ usr/share/locale/pt_BR/LC_MESSAGES/ usr/share/locale/pt_BR/LC_MESSAGES/herrie.mo usr/share/locale/pl/ usr/share/locale/pl/LC_MESSAGES/ usr/share/locale/pl/LC_MESSAGES/herrie.mo usr/share/locale/ga/ usr/share/locale/ga/LC_MESSAGES/ usr/share/locale/ga/LC_MESSAGES/herrie.mo usr/share/locale/sv/ usr/share/locale/sv/LC_MESSAGES/ usr/share/locale/sv/LC_MESSAGES/herrie.mo usr/share/locale/fi/ usr/share/locale/fi/LC_MESSAGES/ usr/share/locale/fi/LC_MESSAGES/herrie.mo usr/share/locale/da/ usr/share/locale/da/LC_MESSAGES/ usr/share/locale/da/LC_MESSAGES/herrie.mo usr/share/locale/zh_CN/ usr/share/locale/zh_CN/LC_MESSAGES/ usr/share/locale/zh_CN/LC_MESSAGES/herrie.mo usr/share/locale/ca/ usr/share/locale/ca/LC_MESSAGES/ usr/share/locale/ca/LC_MESSAGES/herrie.mo usr/share/locale/vi/ usr/share/locale/vi/LC_MESSAGES/ usr/share/locale/vi/LC_MESSAGES/herrie.mo usr/share/locale/es/ usr/share/locale/es/LC_MESSAGES/ usr/share/locale/es/LC_MESSAGES/herrie.mo install/ install/slack-desc etc/ etc/herrie.conf.sample Slackware package /usr/src/slapt-src/audio/herrie/herrie-2.2-i486-2salix.txz created. Installing package herrie-2.2-i486-2salix... | Herrie (interactive music playlist player) | | Herrie has a split-screen user interface, with a playlist at the top | of the screen and a file browser at the bottom. Herrie supports | playlists, streams, many audio subsystems, and XMMS style keyboard | shortcuts for playback control. Herrie also has some more exotic | features, including support for AudioScrobbler and the ability to | chroot() itself into a directory. | | http://herrie.info/ | | |