The following packages will be installed: audiopreview Fetching README... 0%100%100%100%100%100%Done Fetching audiopreview.SlackBuild... 0%100%100%100%100%100%Done Fetching audiopreview.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done audiopreview-0.6/ audiopreview-0.6/AUTHORS audiopreview-0.6/config.h.in audiopreview-0.6/src/ audiopreview-0.6/src/player.h audiopreview-0.6/src/functions.c audiopreview-0.6/src/Makefile.in audiopreview-0.6/src/log.h audiopreview-0.6/src/playlist.h audiopreview-0.6/src/ap_config.h audiopreview-0.6/src/Makefile.am audiopreview-0.6/src/playlist.c audiopreview-0.6/src/audiopreview.h audiopreview-0.6/src/player.c audiopreview-0.6/src/audiopreview.c audiopreview-0.6/src/stream.c audiopreview-0.6/src/log.c audiopreview-0.6/src/stream.h audiopreview-0.6/src/ap_config.c audiopreview-0.6/src/functions.h audiopreview-0.6/configure audiopreview-0.6/NEWS audiopreview-0.6/ChangeLog audiopreview-0.6/COPYING audiopreview-0.6/mkinstalldirs audiopreview-0.6/autogen.sh audiopreview-0.6/data/ audiopreview-0.6/data/Makefile.in audiopreview-0.6/data/audiopreview.1 audiopreview-0.6/data/Makefile.am audiopreview-0.6/Makefile.in audiopreview-0.6/po/ audiopreview-0.6/po/POTFILES.in audiopreview-0.6/po/Makefile.in.in audiopreview-0.6/install-sh audiopreview-0.6/README.in audiopreview-0.6/aclocal.m4 audiopreview-0.6/Makefile.am audiopreview-0.6/README audiopreview-0.6/depcomp audiopreview-0.6/m4/ audiopreview-0.6/m4/pkg.m4 audiopreview-0.6/configure.ac audiopreview-0.6/missing 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... none checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for GIO... yes checking for g_thread_init in -lgthread-2.0... yes checking for GSTREAMER... yes checking whether NLS is requested... yes checking for intltool >= 0.40.5... 0.51.0 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.34.0 checking for XML::Parser... ok checking debug level... no 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 locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating data/Makefile config.status: creating README config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands make all-recursive make[1]: Entering directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6' Making all in src make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/src' gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -fcommon -c audiopreview.c In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:56, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from audiopreview.c:29: /usr/include/gstreamer-0.10/gst/gstobject.h:283:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 283 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 audiopreview.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from audiopreview.c:29: /usr/include/gstreamer-0.10/gst/gsttask.h:149:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 149 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 audiopreview.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from audiopreview.c:29: /usr/include/gstreamer-0.10/gst/gsttask.h:183:1: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 183 | void gst_task_set_lock (GstTask *task, GStaticRecMutex *mutex); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 audiopreview.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from audiopreview.c:29: /usr/include/gstreamer-0.10/gst/gsttask.h:184:1: warning: ‘GThreadPriority’ is deprecated [-Wdeprecated-declarations] 184 | void gst_task_set_priority (GstTask *task, GThreadPriority priority); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 audiopreview.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:39:1: note: declared here 39 | { | ^ In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from audiopreview.c:29: /usr/include/gstreamer-0.10/gst/gstpad.h:671:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 671 | GStaticRecMutex *stream_rec_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 audiopreview.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from audiopreview.c:29: /usr/include/gstreamer-0.10/gst/gstelement.h:545:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 545 | GStaticRecMutex *state_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 audiopreview.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gst.h:71, from audiopreview.c:29: /usr/include/gstreamer-0.10/gst/gsttrace.h:127:1: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 127 | extern GStaticMutex _gst_trace_mutex; | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 audiopreview.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:133:9: note: declared here 133 | typedef struct | ^~~~~~ audiopreview.c: In function ‘main’: audiopreview.c:202:3: warning: implicit declaration of function ‘config_check_volume’ [-Wimplicit-function-declaration] 202 | config_check_volume (); | ^~~~~~~~~~~~~~~~~~~ audiopreview.c:203:3: warning: implicit declaration of function ‘config_check_start_position’; did you mean ‘config_debug_print_start_position’? [-Wimplicit-function-declaration] 203 | config_check_start_position (); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | config_debug_print_start_position audiopreview.c: In function ‘key_dispatcher’: audiopreview.c:295:7: warning: implicit declaration of function ‘play_previous’; did you mean ‘playlist_previous’? [-Wimplicit-function-declaration] 295 | play_previous (); | ^~~~~~~~~~~~~ | playlist_previous audiopreview.c: In function ‘start_thread_wait_for_key’: audiopreview.c:337:3: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 337 | if (!g_thread_create ((GThreadFunc) wait_for_key, &key_dispatcher, FALSE, &error)) | ^~ In file included from /usr/include/glib-2.0/glib.h:112, 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 audiopreview.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:100:10: note: declared here 100 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -fcommon -c ap_config.c In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:56, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from ap_config.c:23: /usr/include/gstreamer-0.10/gst/gstobject.h:283:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 283 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/glib-2.0/glib/gi18n-lib.h:21, from ap_config.h:30, from ap_config.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from ap_config.c:23: /usr/include/gstreamer-0.10/gst/gsttask.h:149:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 149 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/glib-2.0/glib/gi18n-lib.h:21, from ap_config.h:30, from ap_config.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from ap_config.c:23: /usr/include/gstreamer-0.10/gst/gsttask.h:183:1: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 183 | void gst_task_set_lock (GstTask *task, GStaticRecMutex *mutex); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/glib-2.0/glib/gi18n-lib.h:21, from ap_config.h:30, from ap_config.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from ap_config.c:23: /usr/include/gstreamer-0.10/gst/gsttask.h:184:1: warning: ‘GThreadPriority’ is deprecated [-Wdeprecated-declarations] 184 | void gst_task_set_priority (GstTask *task, GThreadPriority priority); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/glib-2.0/glib/gi18n-lib.h:21, from ap_config.h:30, from ap_config.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:39:1: note: declared here 39 | { | ^ In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from ap_config.c:23: /usr/include/gstreamer-0.10/gst/gstpad.h:671:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 671 | GStaticRecMutex *stream_rec_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/glib-2.0/glib/gi18n-lib.h:21, from ap_config.h:30, from ap_config.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from ap_config.c:23: /usr/include/gstreamer-0.10/gst/gstelement.h:545:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 545 | GStaticRecMutex *state_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/glib-2.0/glib/gi18n-lib.h:21, from ap_config.h:30, from ap_config.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gst.h:71, from ap_config.h:32, from ap_config.c:23: /usr/include/gstreamer-0.10/gst/gsttrace.h:127:1: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 127 | extern GStaticMutex _gst_trace_mutex; | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/glib-2.0/glib/gi18n-lib.h:21, from ap_config.h:30, from ap_config.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:133:9: note: declared here 133 | typedef struct | ^~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -fcommon -c player.c In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:56, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from player.h:27, from player.c:24: /usr/include/gstreamer-0.10/gst/gstobject.h:283:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 283 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 player.h:26, from player.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from player.h:27, from player.c:24: /usr/include/gstreamer-0.10/gst/gsttask.h:149:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 149 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 player.h:26, from player.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from player.h:27, from player.c:24: /usr/include/gstreamer-0.10/gst/gsttask.h:183:1: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 183 | void gst_task_set_lock (GstTask *task, GStaticRecMutex *mutex); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 player.h:26, from player.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from player.h:27, from player.c:24: /usr/include/gstreamer-0.10/gst/gsttask.h:184:1: warning: ‘GThreadPriority’ is deprecated [-Wdeprecated-declarations] 184 | void gst_task_set_priority (GstTask *task, GThreadPriority priority); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 player.h:26, from player.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:39:1: note: declared here 39 | { | ^ In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from player.h:27, from player.c:24: /usr/include/gstreamer-0.10/gst/gstpad.h:671:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 671 | GStaticRecMutex *stream_rec_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 player.h:26, from player.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from player.h:27, from player.c:24: /usr/include/gstreamer-0.10/gst/gstelement.h:545:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 545 | GStaticRecMutex *state_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 player.h:26, from player.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gst.h:71, from ap_config.h:32, from player.h:27, from player.c:24: /usr/include/gstreamer-0.10/gst/gsttrace.h:127:1: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 127 | extern GStaticMutex _gst_trace_mutex; | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 player.h:26, from player.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:133:9: note: declared here 133 | typedef struct | ^~~~~~ player.c: In function ‘bus_call’: player.c:37:7: warning: implicit declaration of function ‘stream_set_paused’; did you mean ‘stream_set_title’? [-Wimplicit-function-declaration] 37 | stream_set_paused (*currentstream, FALSE); | ^~~~~~~~~~~~~~~~~ | stream_set_title player.c:167:7: warning: implicit declaration of function ‘stream_set_buffering_perc’; did you mean ‘gst_query_set_buffering_percent’? [-Wimplicit-function-declaration] 167 | stream_set_buffering_perc (*currentstream, perc); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | gst_query_set_buffering_percent player.c: In function ‘player_update_stream’: player.c:571:3: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 571 | static GStaticMutex mutex = G_STATIC_MUTEX_INIT; | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 player.h:26, from player.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:133:9: note: declared here 133 | typedef struct | ^~~~~~ player.c:571:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_init" 571 | static GStaticMutex mutex = G_STATIC_MUTEX_INIT; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ player.c:575:13: warning: Deprecated pre-processor symbol 575 | g_static_mutex_lock (&mutex); | ^~~~~~~~~~~~~~~~~~~ player.c:575:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 575 | g_static_mutex_lock (&mutex); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 player.h:26, from player.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ player.c:575:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 575 | g_static_mutex_lock (&mutex); | ^~~~~~~~~~~~~~~~~~~ player.c:586:13: warning: Deprecated pre-processor symbol 586 | g_static_mutex_unlock (&mutex); | ^~~~~~~~~~~~~~~~~~~~~ player.c:586:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 586 | g_static_mutex_unlock (&mutex); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, 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 player.h:26, from player.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ player.c:586:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 586 | g_static_mutex_unlock (&mutex); | ^~~~~~~~~~~~~~~~~~~~~ player.c:588:3: warning: implicit declaration of function ‘stream_get_elapsed_time’ [-Wimplicit-function-declaration] 588 | stream_get_elapsed_time(*currentstream, &elapsed); | ^~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -fcommon -c log.c In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:56, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from log.c:30: /usr/include/gstreamer-0.10/gst/gstobject.h:283:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 283 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from log.c:28: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from log.c:30: /usr/include/gstreamer-0.10/gst/gsttask.h:149:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 149 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from log.c:28: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from log.c:30: /usr/include/gstreamer-0.10/gst/gsttask.h:183:1: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 183 | void gst_task_set_lock (GstTask *task, GStaticRecMutex *mutex); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, from log.c:28: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from log.c:30: /usr/include/gstreamer-0.10/gst/gsttask.h:184:1: warning: ‘GThreadPriority’ is deprecated [-Wdeprecated-declarations] 184 | void gst_task_set_priority (GstTask *task, GThreadPriority priority); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, from log.c:28: /usr/include/glib-2.0/glib/deprecated/gthread.h:39:1: note: declared here 39 | { | ^ In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from log.c:30: /usr/include/gstreamer-0.10/gst/gstpad.h:671:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 671 | GStaticRecMutex *stream_rec_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from log.c:28: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from ap_config.h:32, from log.c:30: /usr/include/gstreamer-0.10/gst/gstelement.h:545:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 545 | GStaticRecMutex *state_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from log.c:28: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gst.h:71, from ap_config.h:32, from log.c:30: /usr/include/gstreamer-0.10/gst/gsttrace.h:127:1: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 127 | extern GStaticMutex _gst_trace_mutex; | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from log.c:28: /usr/include/glib-2.0/glib/deprecated/gthread.h:133:9: note: declared here 133 | typedef struct | ^~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -fcommon -c stream.c In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:56, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from stream.h:28, from stream.c:27: /usr/include/gstreamer-0.10/gst/gstobject.h:283:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 283 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from stream.h:28, from stream.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from stream.h:28, from stream.c:27: /usr/include/gstreamer-0.10/gst/gsttask.h:149:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 149 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from stream.h:28, from stream.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from stream.h:28, from stream.c:27: /usr/include/gstreamer-0.10/gst/gsttask.h:183:1: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 183 | void gst_task_set_lock (GstTask *task, GStaticRecMutex *mutex); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from stream.h:28, from stream.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from stream.h:28, from stream.c:27: /usr/include/gstreamer-0.10/gst/gsttask.h:184:1: warning: ‘GThreadPriority’ is deprecated [-Wdeprecated-declarations] 184 | void gst_task_set_priority (GstTask *task, GThreadPriority priority); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from stream.h:28, from stream.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:39:1: note: declared here 39 | { | ^ In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from stream.h:28, from stream.c:27: /usr/include/gstreamer-0.10/gst/gstpad.h:671:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 671 | GStaticRecMutex *stream_rec_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from stream.h:28, from stream.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from stream.h:28, from stream.c:27: /usr/include/gstreamer-0.10/gst/gstelement.h:545:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 545 | GStaticRecMutex *state_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from stream.h:28, from stream.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gst.h:71, from stream.h:28, from stream.c:27: /usr/include/gstreamer-0.10/gst/gsttrace.h:127:1: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 127 | extern GStaticMutex _gst_trace_mutex; | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from stream.h:28, from stream.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:133:9: note: declared here 133 | typedef struct | ^~~~~~ stream.c: In function ‘stream_set_title’: stream.c:66:3: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 66 | static GStaticMutex mutex = G_STATIC_MUTEX_INIT; | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from stream.h:28, from stream.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:133:9: note: declared here 133 | typedef struct | ^~~~~~ stream.c:66:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_init" 66 | static GStaticMutex mutex = G_STATIC_MUTEX_INIT; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stream.c:70:13: warning: Deprecated pre-processor symbol 70 | g_static_mutex_lock (&mutex); | ^~~~~~~~~~~~~~~~~~~ stream.c:70:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 70 | g_static_mutex_lock (&mutex); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from stream.h:28, from stream.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stream.c:70:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 70 | g_static_mutex_lock (&mutex); | ^~~~~~~~~~~~~~~~~~~ stream.c:74:13: warning: Deprecated pre-processor symbol 74 | g_static_mutex_unlock (&mutex); | ^~~~~~~~~~~~~~~~~~~~~ stream.c:74:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 74 | g_static_mutex_unlock (&mutex); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from stream.h:28, from stream.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stream.c:74:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 74 | g_static_mutex_unlock (&mutex); | ^~~~~~~~~~~~~~~~~~~~~ stream.c: In function ‘stream_set_artist’: stream.c:84:3: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 84 | static GStaticMutex mutex = G_STATIC_MUTEX_INIT; | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from stream.h:28, from stream.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:133:9: note: declared here 133 | typedef struct | ^~~~~~ stream.c:84:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_init" 84 | static GStaticMutex mutex = G_STATIC_MUTEX_INIT; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stream.c:89:13: warning: Deprecated pre-processor symbol 89 | g_static_mutex_lock (&mutex); | ^~~~~~~~~~~~~~~~~~~ stream.c:89:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 89 | g_static_mutex_lock (&mutex); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from stream.h:28, from stream.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stream.c:89:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" 89 | g_static_mutex_lock (&mutex); | ^~~~~~~~~~~~~~~~~~~ stream.c:93:13: warning: Deprecated pre-processor symbol 93 | g_static_mutex_unlock (&mutex); | ^~~~~~~~~~~~~~~~~~~~~ stream.c:93:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 93 | g_static_mutex_unlock (&mutex); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from stream.h:28, from stream.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here 154 | GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stream.c:93:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" 93 | g_static_mutex_unlock (&mutex); | ^~~~~~~~~~~~~~~~~~~~~ stream.c: In function ‘stream_print_info’: stream.c:313:5: warning: implicit declaration of function ‘g_printf’; did you mean ‘g_print’? [-Wimplicit-function-declaration] 313 | g_printf ("[buffering %i%%]", stream->buffering_perc); // max 19 character long (with the %i%%) | ^~~~~~~~ | g_print gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -fcommon -c functions.c In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:56, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from functions.h:30, from functions.c:23: /usr/include/gstreamer-0.10/gst/gstobject.h:283:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 283 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from functions.h:30, from functions.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from functions.h:30, from functions.c:23: /usr/include/gstreamer-0.10/gst/gsttask.h:149:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 149 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from functions.h:30, from functions.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from functions.h:30, from functions.c:23: /usr/include/gstreamer-0.10/gst/gsttask.h:183:1: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 183 | void gst_task_set_lock (GstTask *task, GStaticRecMutex *mutex); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from functions.h:30, from functions.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from functions.h:30, from functions.c:23: /usr/include/gstreamer-0.10/gst/gsttask.h:184:1: warning: ‘GThreadPriority’ is deprecated [-Wdeprecated-declarations] 184 | void gst_task_set_priority (GstTask *task, GThreadPriority priority); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from functions.h:30, from functions.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:39:1: note: declared here 39 | { | ^ In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from functions.h:30, from functions.c:23: /usr/include/gstreamer-0.10/gst/gstpad.h:671:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 671 | GStaticRecMutex *stream_rec_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from functions.h:30, from functions.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from functions.h:30, from functions.c:23: /usr/include/gstreamer-0.10/gst/gstelement.h:545:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 545 | GStaticRecMutex *state_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from functions.h:30, from functions.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gst.h:71, from functions.h:30, from functions.c:23: /usr/include/gstreamer-0.10/gst/gsttrace.h:127:1: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 127 | extern GStaticMutex _gst_trace_mutex; | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from functions.h:30, from functions.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:133:9: note: declared here 133 | typedef struct | ^~~~~~ functions.c: In function ‘wait_for_key’: functions.c:89:7: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 89 | g_idle_add ((GSourceFunc) dispatch_func, g_memdup (&c, sizeof (gint))); | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:82, from /usr/include/gstreamer-0.10/gst/gst.h:27, from functions.h:30, from functions.c:23: /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here 257 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -fcommon -c playlist.c In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:56, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from playlist.h:26, from playlist.c:23: /usr/include/gstreamer-0.10/gst/gstobject.h:283:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 283 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from playlist.h:26, from playlist.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from playlist.h:26, from playlist.c:23: /usr/include/gstreamer-0.10/gst/gsttask.h:149:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 149 | GStaticRecMutex *lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from playlist.h:26, from playlist.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from playlist.h:26, from playlist.c:23: /usr/include/gstreamer-0.10/gst/gsttask.h:183:1: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 183 | void gst_task_set_lock (GstTask *task, GStaticRecMutex *mutex); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from playlist.h:26, from playlist.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstpad.h:35, from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from playlist.h:26, from playlist.c:23: /usr/include/gstreamer-0.10/gst/gsttask.h:184:1: warning: ‘GThreadPriority’ is deprecated [-Wdeprecated-declarations] 184 | void gst_task_set_priority (GstTask *task, GThreadPriority priority); | ^~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from playlist.h:26, from playlist.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:39:1: note: declared here 39 | { | ^ In file included from /usr/include/gstreamer-0.10/gst/gstelement.h:57, from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from playlist.h:26, from playlist.c:23: /usr/include/gstreamer-0.10/gst/gstpad.h:671:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 671 | GStaticRecMutex *stream_rec_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from playlist.h:26, from playlist.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gstbin.h:27, from /usr/include/gstreamer-0.10/gst/gst.h:35, from playlist.h:26, from playlist.c:23: /usr/include/gstreamer-0.10/gst/gstelement.h:545:3: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 545 | GStaticRecMutex *state_lock; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from playlist.h:26, from playlist.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:157:8: note: declared here 157 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gstreamer-0.10/gst/gst.h:71, from playlist.h:26, from playlist.c:23: /usr/include/gstreamer-0.10/gst/gsttrace.h:127:1: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 127 | extern GStaticMutex _gst_trace_mutex; | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:112, from /usr/include/gstreamer-0.10/gst/gst.h:27, from playlist.h:26, from playlist.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:133:9: note: declared here 133 | typedef struct | ^~~~~~ gcc -O2 -march=i586 -mtune=i686 -fcommon -o audiopreview audiopreview.o ap_config.o player.o log.o stream.o functions.o playlist.o -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 -lxml2 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgthread-2.0 make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/src' Making all in po make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/po' Making all in data make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/data' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/data' make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6' make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6' make[1]: Leaving directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6' Making install in src make[1]: Entering directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/src' make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/multimedia/audiopreview/package-audiopreview/usr/bin" /usr/bin/ginstall -c audiopreview '/usr/src/slapt-src-i486/multimedia/audiopreview/package-audiopreview/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/src' make[1]: Leaving directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/src' Making install in po make[1]: Entering directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/po' linguas=""; \ for lang in $linguas; do \ dir=/usr/src/slapt-src-i486/multimedia/audiopreview/package-audiopreview/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/ginstall -c -m 644 $lang.gmo $dir/audiopreview.mo; \ echo "installing $lang.gmo as $dir/audiopreview.mo"; \ else \ /usr/bin/ginstall -c -m 644 ./$lang.gmo $dir/audiopreview.mo; \ echo "installing ./$lang.gmo as" \ "$dir/audiopreview.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/ginstall -c -m 644 $lang.gmo.m $dir/audiopreview.mo.m; \ echo "installing $lang.gmo.m as $dir/audiopreview.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/ginstall -c -m 644 ./$lang.gmo.m \ $dir/audiopreview.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/audiopreview.mo.m"; \ else \ true; \ fi; \ fi; \ done make[1]: Leaving directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/po' Making install in data make[1]: Entering directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/data' make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/data' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/man/man1" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/multimedia/audiopreview/package-audiopreview/usr/man/man1" /usr/bin/ginstall -c -m 644 audiopreview.1 '/usr/src/slapt-src-i486/multimedia/audiopreview/package-audiopreview/usr/man/man1' make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/data' make[1]: Leaving directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6/data' make[1]: Entering directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6' make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6' make[1]: Leaving directory '/usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6' Slackware package maker, version 3.14159265. 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-i486/multimedia/audiopreview/audiopreview-0.6-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/audiopreview usr/doc/ usr/doc/audiopreview-0.6/ usr/doc/audiopreview-0.6/AUTHORS usr/doc/audiopreview-0.6/COPYING usr/doc/audiopreview-0.6/ChangeLog usr/doc/audiopreview-0.6/NEWS usr/doc/audiopreview-0.6/README usr/doc/audiopreview-0.6/audiopreview.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/audiopreview.1.gz Slackware package /usr/src/slapt-src-i486/multimedia/audiopreview/audiopreview-0.6-i586-1salix15.0.txz created. Installing package audiopreview-0.6-i586-1salix15.0... | audiopreview (command-line tool that can play previews) | | AudioPreview is a small command-line tool that can play previews of: | * Audio Files | o mp3, ogg, flac, rm, wma... | * Video Files | o avi, mpg, ogg, mkv, ... | * Internet Streams | o radio stations, video streams and audio streams, ... | | Homepage: https://launchpad.net/audiopreview/ | |