=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/multimedia/gxine", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for gxine-0.5.910nb34 Makefile:990: warning: overriding recipe for target 'dist' Makefile:742: warning: ignoring old recipe for target 'dist' exec > gxine.desktop; \ cat gxine.desktop.in; \ /opt/local/bin/xine-list-1.2; \ awk '{ printf "%s;", $1 }' <./mime.extra /opt/local/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910' Makefile:990: warning: overriding recipe for target 'dist' Makefile:742: warning: ignoring old recipe for target 'dist' Making all in m4 gmake[2]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/m4' Making all in gettext gmake[3]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/m4/gettext' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/m4/gettext' gmake[3]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/m4' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/m4' gmake[2]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/m4' Making all in pixmaps gmake[2]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/pixmaps' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/pixmaps' Making all in include gmake[2]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/include' GEN version.h /opt/local/bin/gmake all-am gmake[3]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/include' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/include' gmake[2]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/include' Making all in src gmake[2]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/src' CC drag_drop.o CC desktop_integration.o CC console_output.o console_output.c: In function 'console_log_captured': console_output.c:153:10: warning: function declared 'noreturn' has a 'return' statement 153 | return NULL; /* shut up, gcc */ | ^~~~ CC engine.o desktop_integration.c: In function 'gxine_vfs_init': desktop_integration.c:111:19: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 111 | if (!(*(void **)&(VAR) = get_func ((NAME)))) \ | ^~~~~~ desktop_integration.c:139:3: note: in expansion of macro 'GET_FUNC' 139 | GET_FUNC (init_func, "gnome_vfs_init"); | ^~~~~~~~ desktop_integration.c:111:19: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 111 | if (!(*(void **)&(VAR) = get_func ((NAME)))) \ | ^~~~~~ desktop_integration.c:159:3: note: in expansion of macro 'GET_FUNC' 159 | GET_FUNC (gnome_vfs_mime_get_value, "gnome_vfs_mime_get_value"); | ^~~~~~~~ desktop_integration.c:119:13: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 119 | *(void **)&(gnome_vfs->VAR) = get_func ("gnome_vfs_" #VAR) | ^~~~~~~~~~~~~~~~~ desktop_integration.c:163:3: note: in expansion of macro 'GET_FUNC_S_I' 163 | GET_FUNC_S_I (mime_freeze); | ^~~~~~~~~~~~ desktop_integration.c:119:13: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 119 | *(void **)&(gnome_vfs->VAR) = get_func ("gnome_vfs_" #VAR) | ^~~~~~~~~~~~~~~~~ desktop_integration.c:164:3: note: in expansion of macro 'GET_FUNC_S_I' 164 | GET_FUNC_S_I (mime_thaw); | ^~~~~~~~~~~~ desktop_integration.c:115:19: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 115 | if (!(*(void **)&(gnome_vfs->VAR) = get_func ("gnome_vfs_" #VAR))) \ | ^~~~~~~~~~~~~~~~~ desktop_integration.c:165:3: note: in expansion of macro 'GET_FUNC_S' 165 | GET_FUNC_S (application_registry_remove_application); | ^~~~~~~~~~ desktop_integration.c:115:19: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 115 | if (!(*(void **)&(gnome_vfs->VAR) = get_func ("gnome_vfs_" #VAR))) \ | ^~~~~~~~~~~~~~~~~ desktop_integration.c:166:3: note: in expansion of macro 'GET_FUNC_S' 166 | GET_FUNC_S (application_registry_add_mime_type); | ^~~~~~~~~~ desktop_integration.c:115:19: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 115 | if (!(*(void **)&(gnome_vfs->VAR) = get_func ("gnome_vfs_" #VAR))) \ | ^~~~~~~~~~~~~~~~~ desktop_integration.c:167:3: note: in expansion of macro 'GET_FUNC_S' 167 | GET_FUNC_S (application_registry_set_value); | ^~~~~~~~~~ desktop_integration.c:115:19: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 115 | if (!(*(void **)&(gnome_vfs->VAR) = get_func ("gnome_vfs_" #VAR))) \ | ^~~~~~~~~~~~~~~~~ desktop_integration.c:168:3: note: in expansion of macro 'GET_FUNC_S' 168 | GET_FUNC_S (application_registry_set_bool_value); | ^~~~~~~~~~ desktop_integration.c:115:19: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 115 | if (!(*(void **)&(gnome_vfs->VAR) = get_func ("gnome_vfs_" #VAR))) \ | ^~~~~~~~~~~~~~~~~ desktop_integration.c:169:3: note: in expansion of macro 'GET_FUNC_S' 169 | GET_FUNC_S (application_registry_remove_mime_type); | ^~~~~~~~~~ desktop_integration.c: In function 'di_gnome_vfs_flush': desktop_integration.c:181:18: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 181 | if ((*(void **)&(VAR) = get_func ((NAME))) == NULL) \ | ^~~~~~ desktop_integration.c:192:5: note: in expansion of macro 'GET_FUNC' 192 | GET_FUNC (gnome_vfs_application_registry_sync, "gnome_vfs_application_registry_sync"); | ^~~~~~~~ CC gtkflipbutton.o engine.c: In function 'js_queue_cb': engine.c:291:5: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 291 | gdk_threads_leave (); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:61, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from globals.h:35, from engine.c:22: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ engine.c:294:5: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 294 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ engine.c: In function 'se_startup_tag_cb': engine.c:377:5: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 377 | GtkStyle *style = gtk_widget_get_style(widget); | ^~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ engine.c: In function 'engine_init': engine.c:477:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 477 | GTK_STOCK_REVERT_TO_SAVED, 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~ engine.c:478:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 478 | GTK_STOCK_UNDO, GTK_RESPONSE_REJECT, | ^~~~~~~~~~~~~~ engine.c:479:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 479 | GTK_STOCK_CANCEL, GTK_RESPONSE_DELETE_EVENT, | ^~~~~~~~~~~~~~~~ engine.c:480:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 480 | GTK_STOCK_OK, GTK_RESPONSE_OK, | ^~~~~~~~~~~~ engine.c: In function 'engine_startup_script': engine.c:532:5: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 532 | GtkStyle *style = gtk_widget_get_style (se_startup_textarea); | ^~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ CC gtkvideo.o CC http.o gtkflipbutton.c: In function 'gtk_flip_button_new': gtkflipbutton.c:85:3: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 85 | table = gtk_table_new (2, 1, FALSE); | ^~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from gtkflipbutton.c:31: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ gtkflipbutton.c:86:3: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 86 | gtk_table_attach_defaults ((GtkTable *)table, inactive, 0, 1, 0, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:12: note: declared here 138 | void gtk_table_attach_defaults (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~ gtkflipbutton.c:87:3: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 87 | gtk_table_attach_defaults ((GtkTable *)table, active, 0, 1, 0, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:12: note: declared here 138 | void gtk_table_attach_defaults (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~ gtkflipbutton.c: In function 'gtk_flip_button_new_from_stock': gtkflipbutton.c:105:3: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 105 | GtkWidget *wi = gtk_image_new_from_stock (inactive, size); | ^~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ gtkflipbutton.c:106:3: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 106 | GtkWidget *wa = gtk_image_new_from_stock (active, size); | ^~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ gtkvideo.c: In function 'gtk_video_finalize': gtkvideo.c:577:13: warning: variable 'gtv' set but not used [-Wunused-but-set-variable] 577 | GtkVideo *gtv = (GtkVideo *) object; | ^~~ gtkvideo.c: In function 'gtv_idle_resize': gtkvideo.c:661:3: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 661 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:61, from gtkvideo.c:74: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ gtkvideo.c:703:3: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 703 | gdk_threads_leave (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ gtkvideo.c: In function 'load_video_out_driver': gtkvideo.c:917:3: warning: 'gdk_screen_get_width_mm' is deprecated [-Wdeprecated-declarations] 917 | mm_h = gdk_screen_get_width_mm(gdkscreen); | ^~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:62:14: note: declared here 62 | gint gdk_screen_get_width_mm (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~~~ gtkvideo.c:918:3: warning: 'gdk_screen_get_height_mm' is deprecated [-Wdeprecated-declarations] 918 | mm_v = gdk_screen_get_height_mm(gdkscreen); | ^~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:64:14: note: declared here 64 | gint gdk_screen_get_height_mm (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~~~~ gtkvideo.c:919:3: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations] 919 | res_h = gdk_screen_get_width(gdkscreen); | ^~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here 58 | gint gdk_screen_get_width (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~ gtkvideo.c:920:3: warning: 'gdk_screen_get_height' is deprecated [-Wdeprecated-declarations] 920 | res_v = gdk_screen_get_height(gdkscreen); | ^~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here 60 | gint gdk_screen_get_height (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~ gtkvideo.c: In function 'gtk_video_get_fullscreen_geometry': gtkvideo.c:1263:3: warning: 'gdk_screen_get_monitor_at_window' is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations] 1263 | int monitor = gdk_screen_get_monitor_at_window (screen, gtk_widget_get_window (>v->widget)); | ^~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:91:15: note: declared here 91 | gint gdk_screen_get_monitor_at_window (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gtkvideo.c:1264:3: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 1264 | gdk_screen_get_monitor_geometry (screen, monitor, &geom); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:78:14: note: declared here 78 | void gdk_screen_get_monitor_geometry (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gtkvideo.c: In function 'gtk_video_realize': gtkvideo.c:1423:7: warning: 'gtk_widget_modify_bg' is deprecated: Use 'gtk_widget_override_background_color' instead [-Wdeprecated-declarations] 1423 | gtk_widget_modify_bg (widget, i, &black); | ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277, from gtkvideo.c:75: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:753:13: note: declared here 753 | void gtk_widget_modify_bg (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~ gtkvideo.c: In function 'gtk_video_reshow': gtkvideo.c:1760:5: warning: 'gdk_flush' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] 1760 | gdk_flush (); | ^~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here 124 | void gdk_flush (void); | ^~~~~~~~~ gtkvideo.c: In function 'gtk_video_set_fullscreen': gtkvideo.c:1814:5: warning: 'gdk_flush' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] 1814 | gdk_flush (); | ^~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here 124 | void gdk_flush (void); | ^~~~~~~~~ gtkvideo.c:1819:5: warning: 'gdk_flush' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] 1819 | gdk_flush (); | ^~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here 124 | void gdk_flush (void); | ^~~~~~~~~ CC info_widgets.o CC history.o info_widgets.c: In function 'postinit': info_widgets.c:83:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 83 | if ((priv = GET_PRIVATE (widget))->postinit) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ info_widgets.c: In function 'class_init': info_widgets.c:153:3: warning: 'gtk_alignment_get_type' is deprecated [-Wdeprecated-declarations] 153 | parent_class = g_type_class_ref (GTK_TYPE_ALIGNMENT); | ^~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:255, from globals.h:35, from info_widgets.c:22: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77:12: note: declared here 77 | GType gtk_alignment_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~ info_widgets.c:154:3: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 154 | g_type_class_add_private (g_class, sizeof (gxineinfo_private_t)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/multimedia/gxine/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/multimedia/gxine/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/multimedia/gxine/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/multimedia/gxine/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/multimedia/gxine/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30: /tmp/work/multimedia/gxine/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ info_widgets.c: In function 'gxineinfo_get_type': info_widgets.c:169:5: warning: 'gtk_alignment_get_type' is deprecated [-Wdeprecated-declarations] 169 | type = g_type_register_static (GTK_TYPE_ALIGNMENT, "GtkGxineInfo", | ^~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77:12: note: declared here 77 | GType gtk_alignment_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~ info_widgets.c: In function 'pad_table': info_widgets.c:184:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 184 | gtk_table_attach (GTK_TABLE(table), tmp, l, r, t, b, | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ info_widgets.c: In function 'gxineinfo_new': info_widgets.c:210:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 210 | priv = GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~ info_widgets.c:215:3: warning: 'gtk_widget_push_composite_child' is deprecated: Use 'gtk_widget_class_set_template' instead [-Wdeprecated-declarations] 215 | gtk_widget_push_composite_child (); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1200:14: note: declared here 1200 | void gtk_widget_push_composite_child (void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ info_widgets.c:217:3: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 217 | table = gtk_table_new (height + 2, 3, FALSE); | ^~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ info_widgets.c:238:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 238 | gtk_table_attach (GTK_TABLE (table), ev ? : line, 1, 2, i + 1, i + 2, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ info_widgets.c:244:3: warning: 'gtk_widget_pop_composite_child' is deprecated: Use 'gtk_widget_class_set_template' instead [-Wdeprecated-declarations] 244 | gtk_widget_pop_composite_child (); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1202:14: note: declared here 1202 | void gtk_widget_pop_composite_child (void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ info_widgets.c: In function 'gxineinfo_update_line': info_widgets.c:275:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 275 | gxineinfo_private_t *priv = GET_PRIVATE (objs->data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ info_widgets.c: In function 'gxineinfo_update': info_widgets.c:288:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 288 | gxineinfo_private_t *priv = GET_PRIVATE (objs->data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC key_events.o info_widgets.c: In function 'update_time_widget_cb': info_widgets.c:419:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 419 | gxineinfo_private_t *priv = GET_PRIVATE (widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ info_widgets.c:427:3: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 427 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:61: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ info_widgets.c:437:3: warning: 'gtk_widget_set_state' is deprecated: Use 'gtk_widget_set_state_flags' instead [-Wdeprecated-declarations] 437 | gtk_widget_set_state ((GtkWidget *)widget, state ? GTK_STATE_ACTIVE : GTK_STATE_NORMAL); | ^~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:823:23: note: declared here 823 | void gtk_widget_set_state (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~ info_widgets.c:513:3: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 513 | gdk_threads_leave (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ info_widgets.c: In function 'frob_format_cb': info_widgets.c:523:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 523 | gxineinfo_private_t *priv = GET_PRIVATE (data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ info_widgets.c:533:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 533 | priv = GET_PRIVATE (item->data); | ^~~~~~~~~~~~~~~~~~~~~ info_widgets.c: In function 'postinit_time_widget': info_widgets.c:549:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 549 | gxineinfo_private_t *priv = GET_PRIVATE (widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ info_widgets.c:563:3: warning: 'gdk_cursor_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] 563 | gdk_cursor_unref (ptr); | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:34: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:247:13: note: declared here 247 | void gdk_cursor_unref (GdkCursor *cursor); | ^~~~~~~~~~~~~~~~ CC lirc.o CC list_menus.o key_events.c: In function 'keypress_cb': key_events.c:246:5: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 246 | gtk_menu_popup (GTK_MENU(popup_menu), NULL, NULL, NULL, NULL, 0, | ^~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from globals.h:35, from key_events.c:21: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ key_events.c: In function 'buttonpress_cb': key_events.c:270:9: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 270 | gtk_action_activate (GTK_ACTION (action_items.fullscreen)); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ key_events.c:275:9: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 275 | gtk_action_activate (GTK_ACTION(action_items.fs_toolbar)); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ key_events.c:277:9: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 277 | gtk_action_activate (GTK_ACTION(action_items.wm_toolbar)); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ key_events.c: In function 'buttonrelease_cb': key_events.c:289:7: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 289 | gtk_menu_popup (GTK_MENU (popup_menu), NULL, NULL, NULL, NULL, 0, | ^~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ key_events.c: In function 'load_key_bindings': key_events.c:723:71: warning: zero-length gnu_printf format string [-Wformat-zero-length] 723 | display_info (FROM_GXINE, _("Upgrading your key bindings"), ""); | ^~ key_events.c: In function 'key_events_init': key_events.c:1399:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1399 | GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, | ^~~~~~~~~~~~~~ key_events.c:1400:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1400 | GTK_STOCK_CLOSE, GTK_RESPONSE_DELETE_EVENT, | ^~~~~~~~~~~~~~~ key_events.c:1411:3: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations] 1411 | gtk_tree_view_set_rules_hint (tree_view, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here 246 | void gtk_tree_view_set_rules_hint (GtkTreeView *tree_view, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ key_events.c:1433:3: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 1433 | hbox = gtk_hbox_new (FALSE, 2); | ^~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ key_events.c:1438:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1438 | { "reload", GTK_STOCK_REVERT_TO_SAVED, N_("_Reload bindings"), NULL, NULL, G_CALLBACK(kb_reload_keymap) }, | ^ key_events.c:1439:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1439 | { "addnew", GTK_STOCK_ADD, N_("_Add new default bindings"), NULL, NULL, G_CALLBACK(kb_add_defaults) }, | ^ key_events.c:1441:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1441 | { "replace", GTK_STOCK_CLEAR, N_("Replace with _default bindings"), NULL, NULL, G_CALLBACK(kb_reset_keymap) }, | ^ key_events.c:1442:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1442 | { "new", GTK_STOCK_NEW, NULL, NULL, N_("Add a key binding"), G_CALLBACK(kb_new_binding) }, | ^ key_events.c:1443:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1443 | { "edit", GTK_STOCK_EDIT, NULL, "E", N_("Edit the selected item"), G_CALLBACK(kb_edit_binding) }, | ^ key_events.c:1444:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1444 | { "delete", GTK_STOCK_DELETE, NULL, "Delete", N_("Delete the selected item"), G_CALLBACK(kb_delete_binding) }, | ^ key_events.c:1465:5: warning: 'gtk_ui_manager_get_action_groups' is deprecated [-Wdeprecated-declarations] 1465 | GtkActionGroup *actions = ui_get_action_group (ui); | ^~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:145:16: note: declared here 145 | GList *gtk_ui_manager_get_action_groups (GtkUIManager *manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ key_events.c:1466:5: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 1466 | gtk_action_group_add_actions (actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here 210 | void gtk_action_group_add_actions (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ key_events.c:1469:5: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 1469 | gtk_ui_manager_add_ui_from_string (ui, kb_menu_structure, -1, &error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158:16: note: declared here 158 | guint gtk_ui_manager_add_ui_from_string (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ key_events.c:1471:7: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1471 | (GTK_BOX(hbox), gtk_ui_manager_get_widget (ui, "/toolbar"), TRUE, TRUE, 0); | ^ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ key_events.c:1473:7: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1473 | (GTK_BOX(hbox), gtk_ui_manager_get_widget (ui, "/menubar"), FALSE, FALSE, 0); | ^ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ key_events.c:1489:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1489 | GTK_STOCK_UNDO, GTK_RESPONSE_REJECT, | ^~~~~~~~~~~~~~ key_events.c:1490:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1490 | GTK_STOCK_CANCEL, GTK_RESPONSE_DELETE_EVENT, | ^~~~~~~~~~~~~~~~ key_events.c:1491:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1491 | GTK_STOCK_OK, GTK_RESPONSE_OK, | ^~~~~~~~~~~~ key_events.c:1499:3: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1499 | b = gtk_table_new (3, 3, FALSE); | ^ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ key_events.c:1573:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 1573 | gtk_action_set_sensitive (action_items.keypad, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ CC log_window.o list_menus.c: In function 'list_menu_click_cb': list_menus.c:44:5: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 44 | gtk_menu_popup (menus[1], NULL, NULL, NULL, NULL, 3, | ^~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from globals.h:35, from list_menus.c:22: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ list_menus.c:48:5: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 48 | gtk_menu_popup (menus[0], NULL, NULL, NULL, NULL, 3, | ^~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ list_menus.c: In function 'list_menu_popup_cb': list_menus.c:59:3: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 59 | gtk_menu_popup (data, NULL, NULL, NULL, NULL, 3, gtk_get_current_event_time ()); | ^~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ list_menus.c: In function 'list_menu_key_press_cb': list_menus.c:77:3: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 77 | gtk_menu_popup (menus[which], NULL, NULL, NULL, NULL, 0, | ^~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ CC main.o CC mediamarks.o log_window.c: In function 'log_update_thread': log_window.c:143:5: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 143 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:61, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from globals.h:35, from log_window.c:22: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ log_window.c:147:5: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 147 | gdk_threads_leave (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ log_window.c:150:10: warning: function declared 'noreturn' has a 'return' statement 150 | return NULL; /* shut up, gcc */ | ^~~~ log_window.c: In function 'log_console_text_internal': log_window.c:251:3: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 251 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ log_window.c:255:3: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 255 | gdk_threads_leave (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ log_window.c: In function 'log_window_init': log_window.c:316:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 316 | GTK_STOCK_CLEAR, GTK_RESPONSE_NO, | ^~~~~~~~~~~~~~~ log_window.c:321:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 321 | gtk_dialog_add_button (GTK_DIALOG (win), GTK_STOCK_REFRESH, GTK_RESPONSE_YES); | ^~~~~~~~~~~~~~~~~~~~~ log_window.c:322:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 322 | gtk_dialog_add_button (GTK_DIALOG (win), GTK_STOCK_CLOSE, GTK_RESPONSE_DELETE_EVENT); | ^~~~~~~~~~~~~~~~~~~~~ CC menu.o mediamarks.c: In function 'gen_actions_sub': mediamarks.c:111:7: warning: 'gtk_action_new' is deprecated [-Wdeprecated-declarations] 111 | GtkAction *action = gtk_action_new (name, id, NULL, NULL); | ^~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252, from globals.h:35, from mediamarks.c:25: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:98:14: note: declared here 98 | GtkAction *gtk_action_new (const gchar *name, | ^~~~~~~~~~~~~~ mediamarks.c:113:7: warning: 'gtk_action_group_add_action' is deprecated [-Wdeprecated-declarations] 113 | gtk_action_group_add_action (actions, action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:200:17: note: declared here 200 | void gtk_action_group_add_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c: In function 'gen_actions': mediamarks.c:133:3: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 133 | GtkActionGroup *actions = gtk_action_group_new ("mediamarks"); | ^~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here 175 | GtkActionGroup *gtk_action_group_new (const gchar *name); | ^~~~~~~~~~~~~~~~~~~~ mediamarks.c:135:3: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 135 | gtk_action_group_set_translation_domain (actions, ""); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared here 252 | void gtk_action_group_set_translation_domain (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c: In function 'gen_items': mediamarks.c:151:9: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] 151 | gtk_ui_manager_add_ui (ui, merge, path, name, name, | ^~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here 171 | void gtk_ui_manager_add_ui (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~ mediamarks.c:156:9: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] 156 | gtk_ui_manager_add_ui (ui, merge, path, name, name, | ^~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here 171 | void gtk_ui_manager_add_ui (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~ mediamarks.c: In function 'update_menu': mediamarks.c:178:5: warning: 'gtk_ui_manager_remove_ui' is deprecated [-Wdeprecated-declarations] 178 | gtk_ui_manager_remove_ui (ui, media_merge); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here 179 | void gtk_ui_manager_remove_ui (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c:179:5: warning: 'gtk_ui_manager_remove_action_group' is deprecated [-Wdeprecated-declarations] 179 | gtk_ui_manager_remove_action_group (ui, media_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here 142 | void gtk_ui_manager_remove_action_group (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c:191:5: warning: 'gtk_ui_manager_new_merge_id' is deprecated [-Wdeprecated-declarations] 191 | media_merge = gtk_ui_manager_new_merge_id (ui); | ^~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here 186 | guint gtk_ui_manager_new_merge_id (GtkUIManager *manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c:193:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 193 | gtk_ui_manager_insert_action_group (ui, media_group, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here 138 | void gtk_ui_manager_insert_action_group (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c: At top level: mediamarks.c:736:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 736 | { "play", GTK_STOCK_MEDIA_PLAY, NULL, NULL, NULL, G_CALLBACK(play_cb) }, | ^ mediamarks.c:737:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 737 | { "new", GTK_STOCK_NEW, NULL, NULL, N_("Add an MRL"), G_CALLBACK(mm_add_show) }, | ^ mediamarks.c:738:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 738 | { "newcat", GTK_STOCK_DIRECTORY, N_("_Category"), "F", N_("Add a category folder"), G_CALLBACK(new_category_cb) }, | ^ mediamarks.c:739:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 739 | { "edit", GTK_STOCK_EDIT, NULL, "E", N_("Edit the selected item"), G_CALLBACK(edit_cb) }, | ^ mediamarks.c:740:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 740 | { "delete", GTK_STOCK_DELETE, NULL, "Delete", N_("Delete the selected item"), G_CALLBACK(delete_cb) }, | ^ mediamarks.c:741:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 741 | { "copy", GTK_STOCK_COPY, NULL, NULL, NULL, G_CALLBACK(copy_cb) }, | ^ mediamarks.c:742:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 742 | { "cut", GTK_STOCK_CUT, NULL, NULL, NULL, G_CALLBACK(cut_cb) }, | ^ mediamarks.c:743:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 743 | { "paste", GTK_STOCK_PASTE, NULL, NULL, NULL, G_CALLBACK(paste_cb) }, | ^ mediamarks.c: In function 'mediamarks_init': mediamarks.c:803:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 803 | GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, | ^~~~~~~~~~~~~~ mediamarks.c:804:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 804 | GTK_STOCK_CLOSE, GTK_RESPONSE_DELETE_EVENT, | ^~~~~~~~~~~~~~~ mediamarks.c:813:3: warning: 'gtk_ui_manager_get_action_groups' is deprecated [-Wdeprecated-declarations] 813 | GtkActionGroup *group = ui_get_action_group (mm_ui); | ^~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:145:16: note: declared here 145 | GList *gtk_ui_manager_get_action_groups (GtkUIManager *manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c:814:3: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 814 | gtk_action_group_add_actions (group, buttons_data, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here 210 | void gtk_action_group_add_actions (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c:816:3: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 816 | gtk_ui_manager_add_ui_from_string (mm_ui, buttons_structure, -1, &error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158:16: note: declared here 158 | guint gtk_ui_manager_add_ui_from_string (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c:822:3: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 822 | menu[0] = GTK_MENU (gtk_ui_manager_get_widget (mm_ui, "/ui/list_menu")); | ^~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c:823:3: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 823 | menu[1] = GTK_MENU (gtk_ui_manager_get_widget (mm_ui, "/ui/item_menu")); | ^~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c:824:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 824 | play_item = gtk_action_group_get_action (group, "play"); | ^~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c:854:3: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations] 854 | gtk_tree_view_set_rules_hint (tree, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here 246 | void gtk_tree_view_set_rules_hint (GtkTreeView *tree_view, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c:860:3: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 860 | gtk_box_pack_start (vbox, gtk_ui_manager_get_widget (mm_ui, "/ui/toolbar"), | ^~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ mediamarks.c:927:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 927 | GTK_STOCK_CANCEL, GTK_RESPONSE_DELETE_EVENT, | ^~~~~~~~~~~~~~~~ mediamarks.c:928:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 928 | GTK_STOCK_OK, GTK_RESPONSE_OK, | ^~~~~~~~~~~~ mediamarks.c:937:3: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 937 | hbox = gtk_hbox_new (2, 2); | ^~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ main.c: In function 'splash_show': main.c:132:3: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 132 | gdk_threads_enter(); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:61, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from globals.h:35, from main.c:24: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ main.c:172:3: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 172 | gdk_threads_leave(); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ main.c: In function 'main': main.c:509:3: warning: 'gdk_threads_set_lock_functions' is deprecated [-Wdeprecated-declarations] 509 | gdk_threads_set_lock_functions (gxine_gdk_lock, gxine_gdk_unlock); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:50:10: note: declared here 50 | void gdk_threads_set_lock_functions (GCallback enter_fn, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:510:3: warning: 'gdk_threads_init' is deprecated [-Wdeprecated-declarations] 510 | gdk_threads_init (); | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:44:10: note: declared here 44 | void gdk_threads_init (void); | ^~~~~~~~~~~~~~~~ main.c:759:3: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 759 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ main.c:851:3: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 851 | gdk_threads_leave (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ CC noskin_window.o CC open_mrl.o menu.c: In function 'add_autoplay_actions': menu.c:118:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 118 | { "VCD", GTK_STOCK_CDROM }, | ^ menu.c:119:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 119 | { "VCDO", GTK_STOCK_CDROM }, | ^ menu.c:120:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 120 | { "DVD", GTK_STOCK_CDROM }, | ^ menu.c:121:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 121 | { "CD", GTK_STOCK_CDROM }, | ^ menu.c:130:3: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 130 | actions = gtk_action_group_new ("autoplay"); | ^~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254, from globals.h:35, from menu.c:21: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here 175 | GtkActionGroup *gtk_action_group_new (const gchar *name); | ^~~~~~~~~~~~~~~~~~~~ menu.c:132:3: warning: 'gtk_action_group_set_translate_func' is deprecated [-Wdeprecated-declarations] 132 | gtk_action_group_set_translate_func (actions, (GtkTranslateFunc)strstr, "", NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:247:17: note: declared here 247 | void gtk_action_group_set_translate_func (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:142:5: warning: 'gtk_action_new' is deprecated [-Wdeprecated-declarations] 142 | GtkAction *action = gtk_action_new (name, autoplay_ids[i], NULL, | ^~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:98:14: note: declared here 98 | GtkAction *gtk_action_new (const gchar *name, | ^~~~~~~~~~~~~~ menu.c:147:5: warning: 'gtk_action_group_add_action' is deprecated [-Wdeprecated-declarations] 147 | gtk_action_group_add_action (actions, action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:200:17: note: declared here 200 | void gtk_action_group_add_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:150:3: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 150 | gtk_ui_manager_insert_action_group (ui, actions, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here 138 | void gtk_ui_manager_insert_action_group (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'add_vis_actions': menu.c:170:3: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 170 | actions = gtk_action_group_new ("vis"); | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here 175 | GtkActionGroup *gtk_action_group_new (const gchar *name); | ^~~~~~~~~~~~~~~~~~~~ menu.c:172:3: warning: 'gtk_action_group_set_translate_func' is deprecated [-Wdeprecated-declarations] 172 | gtk_action_group_set_translate_func (actions, (GtkTranslateFunc)strstr, "", NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:247:17: note: declared here 247 | void gtk_action_group_set_translate_func (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:178:3: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 178 | radiogroup = gtk_radio_action_get_group (tick); | ^~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:272: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared here 81 | GSList *gtk_radio_action_get_group (GtkRadioAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:184:32: warning: 'gtk_radio_action_new' is deprecated [-Wdeprecated-declarations] 184 | (name, pol[i], NULL, NULL, i + 1); | ^ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:75:17: note: declared here 75 | GtkRadioAction *gtk_radio_action_new (const gchar *name, | ^~~~~~~~~~~~~~~~~~~~ menu.c:185:5: warning: 'gtk_radio_action_set_group' is deprecated [-Wdeprecated-declarations] 185 | gtk_radio_action_set_group (action, radiogroup); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:83:17: note: declared here 83 | void gtk_radio_action_set_group (GtkRadioAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:186:5: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 186 | radiogroup = gtk_radio_action_get_group (action); | ^~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared here 81 | GSList *gtk_radio_action_get_group (GtkRadioAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:187:5: warning: 'gtk_action_group_add_action' is deprecated [-Wdeprecated-declarations] 187 | gtk_action_group_add_action (actions, GTK_ACTION(action)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:200:17: note: declared here 200 | void gtk_action_group_add_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:191:3: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 191 | gtk_action_activate (GTK_ACTION(tick)); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ menu.c:193:3: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 193 | gtk_ui_manager_insert_action_group (ui, actions, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here 138 | void gtk_ui_manager_insert_action_group (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'menu_add_items': menu.c:210:7: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] 210 | gtk_ui_manager_add_ui (ui, merge, path, name, name, | ^~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here 171 | void gtk_ui_manager_add_ui (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_Fullscreen_cb': menu.c:267:1: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 267 | JS_CB_T (Fullscreen) | ^~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_Fullscreen_cb_int': menu.c:272:3: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 272 | gtk_action_set_sensitive (action_items.hidemain, !v); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ menu.c:273:3: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 273 | gtk_action_set_sensitive (action_items.showmain, !v); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_FSToolbarVisible_cb': menu.c:279:1: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 279 | JS_CB_T (FSToolbarVisible) { window_fs_toolbar_show (v); } | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_FSToolbarPos_cb': menu.c:280:1: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 280 | JS_CB_R (FSToolbarPos) { window_fs_toolbar_position (v); } | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:89:17: note: declared here 89 | gint gtk_radio_action_get_current_value (GtkRadioAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_WMToolbarVisible_cb': menu.c:281:1: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 281 | JS_CB_T (WMToolbarVisible) { window_wm_toolbar_show (v); } | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_WMToolbarSnap_cb': menu.c:282:1: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 282 | JS_CB_T (WMToolbarSnap) { window_wm_toolbar_set_snap (v); } | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_Window_cb': menu.c:284:1: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 284 | JS_CB_R (Window) { gtk_video_rescale ((GtkVideo *)gtv, (double) v / 1e+6); } | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:89:17: note: declared here 89 | gint gtk_radio_action_get_current_value (GtkRadioAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_WindowAutosize_cb': menu.c:286:1: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 286 | JS_CB_T (WindowAutosize) { gtk_video_set_auto_resize ((GtkVideo *)gtv, v); } | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_WindowMagLow_cb': menu.c:287:1: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 287 | JS_CB_T (WindowMagLow) { gtk_video_set_auto_rescale ((GtkVideo *)gtv, v); } | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_Aspect_cb': menu.c:291:1: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 291 | JS_CB_R (Aspect) { xine_set_param (stream, XINE_PARAM_VO_ASPECT_RATIO, v); } | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:89:17: note: declared here 89 | gint gtk_radio_action_get_current_value (GtkRadioAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_Subtitles_cb': menu.c:292:1: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 292 | JS_CB_R (Subtitles) | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:89:17: note: declared here 89 | gint gtk_radio_action_get_current_value (GtkRadioAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_Deinterlace_cb': menu.c:300:1: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 300 | JS_CB_T (Deinterlace) | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_VideoPP_cb': menu.c:304:1: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 304 | JS_CB_T (VideoPP) { gtk_video_set_use_post_plugins_video ((GtkVideo *)gtv, v); } | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_WMUnblank_cb': menu.c:307:1: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 307 | JS_CB_T (WMUnblank) | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_FSSticky_cb': menu.c:311:1: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 311 | JS_CB_T (FSSticky) { window_fs_stickiness_update (v); } | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'js_AudioPP_cb': menu.c:316:1: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 316 | JS_CB_T (AudioPP) | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: At top level: menu.c:354:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 354 | CB(Open, GTK_STOCK_OPEN, N_("_Open..."), "O"), | ^~ menu.c:355:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 355 | CB(MRL, GTK_STOCK_OPEN, N_("Open _MRL..."), "M"), | ^~ menu.c:356:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 356 | CB(Playlist, GTK_STOCK_INDEX, N_("Play_list..."), NULL), | ^~ menu.c:357:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 357 | CM(ConfigMenu, GTK_STOCK_PREFERENCES, N_("_Configure")), | ^~ menu.c:365:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 365 | CB(Quit, GTK_STOCK_QUIT, N_("_Quit"), "Q"), | ^~ menu.c:367:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 367 | CB(HideMain, GTK_STOCK_CLOSE, N_("_Hide video"), "W"), | ^~ menu.c:373:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 373 | CB(ZoomIn, GTK_STOCK_ZOOM_IN, N_("Zoom _in"), NULL), | ^~ menu.c:374:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 374 | CB(ZoomOut, GTK_STOCK_ZOOM_OUT, N_("Zoom _out"), NULL), | ^~ menu.c:375:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 375 | CB(Zoom100, GTK_STOCK_ZOOM_100, N_("_Zoom 100%"), NULL), | ^~ menu.c:379:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 379 | CM(ViewMisc, GTK_STOCK_PROPERTIES, N_("_Settings")), | ^~ menu.c:381:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 381 | CB(VideoSettings, GTK_STOCK_PROPERTIES, /* Video */ N_("_Controls..."), NULL), | ^~ menu.c:382:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 382 | CM(VideoConfigMenu, GTK_STOCK_PREFERENCES, N_("_Configure plugins")), | ^~ menu.c:386:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 386 | CB(AudioSettings, GTK_STOCK_PROPERTIES, /* Audio */ N_("_Controls..."), NULL), | ^~ menu.c:387:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 387 | CB(AudioEq, GTK_STOCK_PROPERTIES, N_("_Equaliser..."), NULL), | ^~ menu.c:388:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 388 | CM(AudioConfigMenu, GTK_STOCK_PREFERENCES, N_("_Configure plugins")), | ^~ menu.c:391:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 391 | CB(MediaAdd, GTK_STOCK_NEW, N_("_Add media mark..."), "D"), | ^~ menu.c:393:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 393 | CB(MediaImport, GTK_STOCK_OPEN, N_("_Import media marks..."), NULL), | ^~ menu.c:396:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 396 | CB(JSConsole, GTK_STOCK_EXECUTE, N_("_Javascript console..."), "J"), | ^~ menu.c:397:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 397 | CB(StreamInfo, GTK_STOCK_INFO, N_("Stream _info..."), NULL), | ^~ menu.c:398:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 398 | CB(SetupWizards, GTK_STOCK_REDO, N_("_Re-run setup wizards..."), NULL), | ^~ menu.c:400:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 400 | CB(About, GTK_STOCK_ABOUT, N_("_About..."), NULL), | ^~ menu.c:401:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 401 | CB(PrevTrack, GTK_STOCK_MEDIA_PREVIOUS, N_("Pre_vious track"), NULL), | ^~ menu.c:402:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 402 | CB(Play, GTK_STOCK_MEDIA_PLAY, N_("_Play"), NULL), | ^~ menu.c:403:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 403 | CB(Pause, GTK_STOCK_MEDIA_PAUSE, N_("_Pause"), NULL), | ^~ menu.c:404:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 404 | CB(FFwd, GTK_STOCK_MEDIA_FORWARD, N_("_Fast forward"), NULL), | ^~ menu.c:405:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 405 | CB(Stop, GTK_STOCK_MEDIA_STOP, N_("_Stop"), NULL), | ^~ menu.c:406:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 406 | CB(NextTrack, GTK_STOCK_MEDIA_NEXT, N_("_Next track"), NULL), | ^~ menu.c: In function 'add_menu_ui': menu.c:629:3: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 629 | gtk_ui_manager_add_ui_from_string (ui, xml, -1, &error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158:16: note: declared here 158 | guint gtk_ui_manager_add_ui_from_string (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:634:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 634 | GtkWidget *toplevel = gtk_ui_manager_get_widget (ui, key); | ^~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'scale_changed_cb': menu.c:666:7: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 666 | gtk_toggle_action_set_active ((GtkToggleAction *)action, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here 82 | void gtk_toggle_action_set_active (GtkToggleAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:676:5: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 676 | foreach_glist (changed, gtk_radio_action_get_group | ^~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared here 81 | GSList *gtk_radio_action_get_group (GtkRadioAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:682:5: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 682 | gtk_action_set_visible ((GtkAction *)action_items.resize_factor, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here 116 | void gtk_action_set_visible (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~ menu.c:683:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 683 | gtk_toggle_action_set_active ((GtkToggleAction *)action_items.resize_factor, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here 82 | void gtk_toggle_action_set_active (GtkToggleAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'update_subtitles_menu_internal': menu.c:703:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 703 | GtkAction *item = get_action (subt); | ^~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'update_subtitles_menu': menu.c:729:5: warning: 'gtk_ui_manager_get_action_groups' is deprecated [-Wdeprecated-declarations] 729 | update_subtitles_menu_internal (ui_get_action_group (ui)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:145:16: note: declared here 145 | GList *gtk_ui_manager_get_action_groups (GtkUIManager *manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'create_menus': menu.c:738:3: warning: 'gtk_ui_manager_get_action_groups' is deprecated [-Wdeprecated-declarations] 738 | action = ui_get_action_group (ui); | ^~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:145:16: note: declared here 145 | GList *gtk_ui_manager_get_action_groups (GtkUIManager *manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:753:3: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 753 | gtk_action_group_add_actions (action, AG(main_actions), NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here 210 | void gtk_action_group_add_actions (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:754:3: warning: 'gtk_action_group_add_toggle_actions' is deprecated [-Wdeprecated-declarations] 754 | gtk_action_group_add_toggle_actions (action, AG(toggle_actions), NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:215:17: note: declared here 215 | void gtk_action_group_add_toggle_actions (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:755:3: warning: 'gtk_action_group_add_radio_actions' is deprecated [-Wdeprecated-declarations] 755 | gtk_action_group_add_radio_actions (action, AG(fstoolbar_actions), !(entry.num_value & 1), G_CALLBACK(js_FSToolbarPos_cb), NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:220:17: note: declared here 220 | void gtk_action_group_add_radio_actions (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:758:3: warning: 'gtk_action_group_add_radio_actions' is deprecated [-Wdeprecated-declarations] 758 | gtk_action_group_add_radio_actions (action, AG(window_actions), scale[entry.num_value], G_CALLBACK(js_Window_cb), NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:220:17: note: declared here 220 | void gtk_action_group_add_radio_actions (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:759:3: warning: 'gtk_action_group_add_radio_actions' is deprecated [-Wdeprecated-declarations] 759 | gtk_action_group_add_radio_actions (action, AG(aspect_actions), 0, G_CALLBACK(js_Aspect_cb), NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:220:17: note: declared here 220 | void gtk_action_group_add_radio_actions (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:760:3: warning: 'gtk_action_group_add_radio_actions' is deprecated [-Wdeprecated-declarations] 760 | gtk_action_group_add_radio_actions (action, AG(vis_actions), 0, G_CALLBACK(vis_cb), NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:220:17: note: declared here 220 | void gtk_action_group_add_radio_actions (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:761:3: warning: 'gtk_action_group_add_radio_actions' is deprecated [-Wdeprecated-declarations] 761 | gtk_action_group_add_radio_actions (action, AG(subtitle_actions), -1, G_CALLBACK(js_Subtitles_cb), NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:220:17: note: declared here 220 | void gtk_action_group_add_radio_actions (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:767:5: warning: 'gtk_ui_manager_new_merge_id' is deprecated [-Wdeprecated-declarations] 767 | guint merge = gtk_ui_manager_new_merge_id (ui); | ^~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here 186 | guint gtk_ui_manager_new_merge_id (GtkUIManager *manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:769:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 769 | size_t n_vis = add_vis_actions (ui, get_action ("VisNone")); | ^~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:773:3: warning: 'gtk_ui_manager_ensure_update' is deprecated [-Wdeprecated-declarations] 773 | gtk_ui_manager_ensure_update (ui); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:184:16: note: declared here 184 | void gtk_ui_manager_ensure_update (GtkUIManager *manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:782:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 782 | action_items.fullscreen = get_toggle ("Fullscreen"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:783:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 783 | action_items.resize_factor = get_toggle ("WindowDynamic"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:784:3: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 784 | gtk_action_set_visible (GTK_ACTION(action_items.resize_factor), FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here 116 | void gtk_action_set_visible (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~ menu.c:785:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 785 | action_items.auto_resize = get_toggle ("WindowAutosize"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:786:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 786 | action_items.auto_rescale = get_toggle ("WindowMagLow"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:787:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 787 | action_items.deinterlace = get_toggle ("Deinterlace"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:788:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 788 | action_items.vo_postproc = get_toggle ("VideoPP"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:789:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 789 | action_items.ao_postproc = get_toggle ("AudioPP"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:790:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 790 | action_items.fs_toolbar = get_toggle ("FSToolbarVisible"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:791:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 791 | action_items.wm_toolbar = get_toggle ("WMToolbarVisible"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:792:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 792 | action_items.wm_toolbar_snap = get_toggle ("WMToolbarSnap"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:793:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 793 | action_items.wm_unblank = get_toggle ("WMUnblank"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:794:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 794 | action_items.fs_sticky = get_toggle ("FSSticky"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:796:3: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 796 | action_items.aspect = get_radio_group ("AspectAuto"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared here 81 | GSList *gtk_radio_action_get_group (GtkRadioAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:796:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 796 | action_items.aspect = get_radio_group ("AspectAuto"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:797:3: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 797 | action_items.vis = get_radio_group ("VisNone"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared here 81 | GSList *gtk_radio_action_get_group (GtkRadioAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:797:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 797 | action_items.vis = get_radio_group ("VisNone"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:798:3: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 798 | action_items.fs_toolbar_pos = get_radio_group ("FSToolbarTop"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared here 81 | GSList *gtk_radio_action_get_group (GtkRadioAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:798:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 798 | action_items.fs_toolbar_pos = get_radio_group ("FSToolbarTop"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:799:3: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 799 | action_items.video_size = get_radio_group ("Window50"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared here 81 | GSList *gtk_radio_action_get_group (GtkRadioAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:799:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 799 | action_items.video_size = get_radio_group ("Window50"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:800:3: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 800 | action_items.subtitles = get_radio_group ("Subtitles0"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared here 81 | GSList *gtk_radio_action_get_group (GtkRadioAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:800:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 800 | action_items.subtitles = get_radio_group ("Subtitles0"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:802:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 802 | action_items.keypad = get_action ("Keypad"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:803:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 803 | action_items.hidemain = get_action ("HideMain"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:804:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 804 | action_items.showmain = get_action ("ShowMain"); | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c:805:3: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 805 | gtk_action_set_visible (action_items.showmain, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here 116 | void gtk_action_set_visible (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~ menu.c:811:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 811 | gtk_action_set_sensitive (&action_items.wm_toolbar->parent, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ menu.c:812:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 812 | gtk_action_set_sensitive (&action_items.wm_toolbar_snap->parent, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ menu.c:815:3: warning: 'gtk_action_get_proxies' is deprecated [-Wdeprecated-declarations] 815 | GSList *proxy = gtk_action_get_proxies (get_action ("SubsMenu")); | ^~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:130:14: note: declared here 130 | GSList * gtk_action_get_proxies (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~~~~ menu.c:815:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 815 | GSList *proxy = gtk_action_get_proxies (get_action ("SubsMenu")); | ^~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ noskin_window.c: In function 'window_check_vis': noskin_window.c:154:9: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 154 | gtk_action_activate ((GtkAction *)action_items.fullscreen); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252, from globals.h:35, from noskin_window.c:21: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ noskin_window.c:165:7: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 165 | gtk_action_set_sensitive ((GtkAction *)action_items.fullscreen, is_shown); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ noskin_window.c: In function 'window_fs_toolbar_set_geometry': noskin_window.c:240:5: warning: 'gdk_screen_width' is deprecated [-Wdeprecated-declarations] 240 | cw_geom.max_width = cw_geom.min_width = gdk_screen_width (); | ^~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here 108 | gint gdk_screen_width (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~ noskin_window.c: In function 'cw_show_cb': noskin_window.c:298:3: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 298 | if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION(action_items.fs_toolbar))) | ^~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:272: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ noskin_window.c: In function 'window_wm_toolbar_snap': noskin_window.c:408:3: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 408 | gdk_screen_get_monitor_geometry (screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:78:14: note: declared here 78 | void gdk_screen_get_monitor_geometry (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ noskin_window.c:409:36: warning: 'gdk_screen_get_monitor_at_window' is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations] 409 | gdk_screen_get_monitor_at_window (screen, gtk_widget_get_window(app)), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:91:15: note: declared here 91 | gint gdk_screen_get_monitor_at_window (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ noskin_window.c: In function 'popup_cb': noskin_window.c:452:5: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 452 | gtk_menu_popup (GTK_MENU (popup_menu), NULL, NULL, NULL, NULL, 0, | ^~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ noskin_window.c: In function 'wm_close_cb': noskin_window.c:459:3: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 459 | if (gtk_toggle_action_get_active (action_items.wm_toolbar)) | ^~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ noskin_window.c:460:5: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 460 | gtk_action_activate (&action_items.wm_toolbar->parent); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ noskin_window.c: In function 'app_state_cb': noskin_window.c:514:7: warning: 'gdk_flush' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] 514 | gdk_flush (); | ^~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here 124 | void gdk_flush (void); | ^~~~~~~~~ noskin_window.c:517:7: warning: 'gdk_flush' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] 517 | gdk_flush (); | ^~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here 124 | void gdk_flush (void); | ^~~~~~~~~ noskin_window.c:522:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 522 | gtk_toggle_action_set_active (action_items.fullscreen, fs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here 82 | void gtk_toggle_action_set_active (GtkToggleAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ noskin_window.c:529:7: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 529 | gtk_action_set_sensitive ((GtkAction *)action_items.fullscreen, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ noskin_window.c:547:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 547 | gtk_toggle_action_set_active (action_items.fullscreen, fs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here 82 | void gtk_toggle_action_set_active (GtkToggleAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ noskin_window.c: In function 'app_show': noskin_window.c:555:3: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 555 | gtk_action_set_visible (action_items.hidemain, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here 116 | void gtk_action_set_visible (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~ noskin_window.c:556:3: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 556 | gtk_action_set_visible (action_items.showmain, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here 116 | void gtk_action_set_visible (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~ noskin_window.c: In function 'app_hide': noskin_window.c:568:3: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 568 | gtk_action_set_visible (action_items.hidemain, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here 116 | void gtk_action_set_visible (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~ noskin_window.c:569:3: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 569 | gtk_action_set_visible (action_items.showmain, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here 116 | void gtk_action_set_visible (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~ noskin_window.c: In function 'xevent_properties': noskin_window.c:579:3: warning: 'gdk_error_trap_push' is deprecated: Use 'gdk_x11_display_error_trap_push' instead [-Wdeprecated-declarations] 579 | gdk_error_trap_push (); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:70:32: note: declared here 70 | void gdk_error_trap_push (void); | ^~~~~~~~~~~~~~~~~~~ noskin_window.c:659:3: warning: 'gdk_error_trap_pop' is deprecated: Use 'gdk_x11_display_error_trap_pop' instead [-Wdeprecated-declarations] 659 | gdk_error_trap_pop (); | ^~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:73:32: note: declared here 73 | G_GNUC_WARN_UNUSED_RESULT gint gdk_error_trap_pop (void); | ^~~~~~~~~~~~~~~~~~ noskin_window.c: In function 'xevent_filter_cb': noskin_window.c:684:7: warning: 'gdk_error_trap_push' is deprecated: Use 'gdk_x11_display_error_trap_push' instead [-Wdeprecated-declarations] 684 | gdk_error_trap_push (); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:70:32: note: declared here 70 | void gdk_error_trap_push (void); | ^~~~~~~~~~~~~~~~~~~ noskin_window.c:697:7: warning: 'gdk_error_trap_pop' is deprecated: Use 'gdk_x11_display_error_trap_pop' instead [-Wdeprecated-declarations] 697 | gdk_error_trap_pop (); | ^~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:73:32: note: declared here 73 | G_GNUC_WARN_UNUSED_RESULT gint gdk_error_trap_pop (void); | ^~~~~~~~~~~~~~~~~~ noskin_window.c:702:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 702 | gtk_action_set_sensitive (action_items.hidemain, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ noskin_window.c:710:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 710 | gtk_action_set_sensitive (action_items.hidemain, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ noskin_window.c: In function 'noskin_main_init': noskin_window.c:907:5: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 907 | vbox = gtk_vbox_new (0, 0); | ^~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ noskin_window.c:916:5: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 916 | w = gtk_vbox_new (0, 0); | ^ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ noskin_window.c:957:5: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 957 | vbox = gtk_vbox_new (0, 0); | ^~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ noskin_window.c:998:5: warning: 'gtk_window_parse_geometry' is deprecated [-Wdeprecated-declarations] 998 | gtk_window_parse_geometry (GTK_WINDOW (app), geometry); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:443:10: note: declared here 443 | gboolean gtk_window_parse_geometry (GtkWindow *window, | ^~~~~~~~~~~~~~~~~~~~~~~~~ noskin_window.c: In function 'xevent_filter_cb': noskin_window.c:697:7: warning: ignoring return value of 'gdk_error_trap_pop' declared with attribute 'warn_unused_result' [-Wunused-result] 697 | gdk_error_trap_pop (); | ^~~~~~~~~~~~~~~~~~~~~ noskin_window.c: In function 'xevent_properties': noskin_window.c:659:3: warning: ignoring return value of 'gdk_error_trap_pop' declared with attribute 'warn_unused_result' [-Wunused-result] 659 | gdk_error_trap_pop (); | ^~~~~~~~~~~~~~~~~~~~~ open_mrl.c: In function 'open_mrl_init': open_mrl.c:114:3: warning: not enough variable arguments to fit a sentinel [-Wformat=] 114 | mrl_dialog = gtk_dialog_new_with_buttons (_("Open MRL..."), NULL, 0, NULL); | ^~~~~~~~~~ open_mrl.c:117:35: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 117 | (GTK_STOCK_OPEN, _("_File...")), | ^ open_mrl.c:120:27: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 120 | GTK_STOCK_CANCEL, GTK_RESPONSE_DELETE_EVENT, | ^~~~~~~~~~~~~~~~ open_mrl.c:121:27: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 121 | GTK_STOCK_OK, GTK_RESPONSE_OK, | ^~~~~~~~~~~~ open_mrl.c:131:3: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 131 | hbox = gtk_hbox_new (0, 2); | ^~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262, from globals.h:35, from open_mrl.c:21: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ open_mrl.c:138:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 138 | GtkWidget *b = ui_button_new_stock_mnemonic (GTK_STOCK_CLEAR, _("_Flush")); | ^~~~~~~~~ CC play_item.o CC player.o CC playlist.o player.c: In function 'my_gdk_threads_leave': player.c:144:3: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 144 | gdk_threads_leave(); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:61, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from globals.h:35, from player.c:22: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ player.c: In function 'play_exec': player.c:164:3: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 164 | gdk_threads_enter(); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ player.c:234:5: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 234 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ player.c:248:5: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 248 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ player.c:257:5: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 257 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ player.c: In function 'set_subtitles': player.c:391:9: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 391 | gtk_action_activate (menuitem->data); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ player.c:396:5: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 396 | gtk_action_activate (action_items.subtitles->data); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ player.c: In function 'set_aspect': player.c:412:5: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 412 | gtk_action_activate (menuitem->data); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ player.c: In function 'controls_eject': player.c:584:3: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 584 | gdk_threads_leave (); /* need to do this to allow play_exec() to proceed */ | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ player.c:586:3: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 586 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ player.c: In function 'set_video_size_cb': player.c:687:3: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 687 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ player.c:692:5: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 692 | gtk_action_activate (action); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ player.c:700:3: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 700 | gdk_threads_leave (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ player.c: In function 'js_set_fullscreen': player.c:746:3: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 746 | if (gtk_toggle_action_get_active (action_items.fullscreen) != fs) | ^~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:272: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ player.c:747:5: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 747 | gtk_action_activate (GTK_ACTION (action_items.fullscreen)); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ play_item.c: In function 'play_item_init': play_item.c:414:3: warning: not enough variable arguments to fit a sentinel [-Wformat=] 414 | dlg = gtk_dialog_new_with_buttons ("", NULL, 0, NULL); | ^~~ play_item.c:417:35: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 417 | (GTK_STOCK_OPEN, _("_File...")), | ^ play_item.c:420:27: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 420 | GTK_STOCK_UNDO, GTK_RESPONSE_REJECT, | ^~~~~~~~~~~~~~ play_item.c:421:27: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 421 | GTK_STOCK_CANCEL, GTK_RESPONSE_DELETE_EVENT, | ^~~~~~~~~~~~~~~~ play_item.c:422:27: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 422 | GTK_STOCK_OK, GTK_RESPONSE_OK, | ^~~~~~~~~~~~ play_item.c:433:3: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 433 | table = gtk_table_new (4, 3, FALSE); | ^~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from globals.h:35, from play_item.c:22: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30: play_item.c: In function 'clip_get_cb': play_item.c:518:55: warning: type-punning to incomplete type might break strict-aliasing rules [-Wstrict-aliasing] 518 | gtk_selection_data_set (sel, GDK_POINTER_TO_ATOM (&targets[1]), /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdktypes.h:119:46: note: in definition of macro 'GDK_POINTER_TO_ATOM' 119 | #define GDK_POINTER_TO_ATOM(ptr) ((GdkAtom)(ptr)) | ^~~ playlist.c: In function 'playlist_add': playlist.c:656:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 656 | [PLAY_ITEM_AUTOPLAY] = GTK_STOCK_JUMP_TO, | ^ playlist.c:657:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 657 | [PLAY_ITEM_BROWSER] = GTK_STOCK_FIND, | ^ playlist.c:658:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 658 | [PLAY_ITEM_PLAYLIST] = GTK_STOCK_MEDIA_PLAY, | ^ playlist.c: In function 'xine_event_cb': playlist.c:1801:5: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 1801 | gdk_threads_enter(); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:61, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from globals.h:35, from playlist.c:24: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ playlist.c:1805:7: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 1805 | gdk_threads_leave(); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ playlist.c:1807:7: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 1807 | gdk_threads_enter(); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ playlist.c:1816:5: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 1816 | gdk_threads_leave(); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ CC post.o playlist.c:1823:7: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 1823 | gdk_threads_enter(); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ playlist.c:1836:11: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 1836 | gdk_threads_leave(); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ playlist.c:1843:7: warning: 'gdk_flush' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] 1843 | gdk_flush(); | ^~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here 124 | void gdk_flush (void); | ^~~~~~~~~ playlist.c:1844:7: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 1844 | gdk_threads_leave(); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ playlist.c:1851:5: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 1851 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ playlist.c:1855:5: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 1855 | gdk_threads_leave(); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ playlist.c:1878:9: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 1878 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ playlist.c:1896:9: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 1896 | gdk_threads_leave (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ playlist.c:1907:7: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 1907 | gdk_threads_enter(); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ playlist.c:1988:59: warning: zero-length gnu_printf format string [-Wformat-zero-length] 1988 | msg (FROM_XINE, (char *)data + data->explanation, ""); | ^~ playlist.c:1990:35: warning: zero-length gnu_printf format string [-Wformat-zero-length] 1990 | msg (FROM_XINE, fallback, ""); | ^~ playlist.c:1994:7: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 1994 | gdk_threads_leave(); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ playlist.c:2001:7: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 2001 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ playlist.c:2005:7: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 2005 | gdk_threads_leave (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ playlist.c: At top level: playlist.c:2318:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2318 | { "open", GTK_STOCK_OPEN, NULL, NULL, N_("Open a playlist file"), G_CALLBACK(open_cb) }, | ^ playlist.c:2319:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2319 | { "saveas", GTK_STOCK_SAVE_AS, NULL, NULL, N_("Save the playlist file"), G_CALLBACK(save_as_cb) }, | ^ playlist.c:2320:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2320 | { "clear", GTK_STOCK_CLEAR, NULL, NULL, N_("Clear the playlist"), G_CALLBACK(clear_cb) }, | ^ playlist.c:2321:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2321 | { "fromfile", GTK_STOCK_OPEN, N_("_Add files"), NULL, N_("Add files to the playlist"), G_CALLBACK(add_cb) }, | ^ playlist.c:2322:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2322 | { "new", GTK_STOCK_NEW, NULL, NULL, N_("New playlist item"), G_CALLBACK(new_cb) }, | ^ playlist.c:2323:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2323 | { "edit", GTK_STOCK_EDIT, NULL, "E", N_("Edit the selected item"), G_CALLBACK(edit_cb) }, | ^ playlist.c:2324:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2324 | { "delete", GTK_STOCK_DELETE, NULL, "Delete", N_("Delete the selected item"), G_CALLBACK(del_cb) }, | ^ playlist.c:2325:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2325 | { "copy", GTK_STOCK_COPY, NULL, NULL, NULL, G_CALLBACK(copy_cb) }, | ^ playlist.c:2326:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2326 | { "cut", GTK_STOCK_CUT, NULL, NULL, NULL, G_CALLBACK(cut_cb) }, | ^ playlist.c:2327:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2327 | { "paste", GTK_STOCK_PASTE, NULL, NULL, NULL, G_CALLBACK(paste_cb) }, | ^ playlist.c:2328:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2328 | { "play", GTK_STOCK_MEDIA_PLAY, NULL, NULL, NULL, G_CALLBACK(play_cb) }, | ^ playlist.c:2330:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2330 | { "prev", GTK_STOCK_MEDIA_PREVIOUS, NULL, NULL, N_("Play previous item"), G_CALLBACK(playlist_prev_cb) }, | ^ playlist.c:2331:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2331 | { "next", GTK_STOCK_MEDIA_NEXT, NULL, NULL, N_("Play next item"), G_CALLBACK(playlist_next_cb) }, | ^ playlist.c: In function 'playlist_init': playlist.c:2434:3: warning: 'gtk_ui_manager_get_action_groups' is deprecated [-Wdeprecated-declarations] 2434 | GtkActionGroup *actions = ui_get_action_group (pl_ui); | ^~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:145:16: note: declared here 145 | GList *gtk_ui_manager_get_action_groups (GtkUIManager *manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ playlist.c:2435:3: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 2435 | gtk_action_group_add_actions (actions, buttons_data, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here 210 | void gtk_action_group_add_actions (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ playlist.c:2437:3: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2437 | g_object_set (gtk_action_group_get_action (actions, "mm"), | ^~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ playlist.c:2439:3: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 2439 | gtk_ui_manager_add_ui_from_string (pl_ui, buttons_structure, -1, &error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158:16: note: declared here 158 | guint gtk_ui_manager_add_ui_from_string (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ playlist.c:2445:3: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 2445 | menu[0] = gtk_ui_manager_get_widget (pl_ui, "/ui/list_menu"); | ^~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ playlist.c:2446:3: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 2446 | menu[1] = gtk_ui_manager_get_widget (pl_ui, "/ui/item_menu"); | ^~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ playlist.c:2454:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2454 | GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, | ^~~~~~~~~~~~~~~ playlist.c:2467:3: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 2467 | gtk_box_pack_start (vbox, gtk_ui_manager_get_widget (pl_ui, "/ui/toolbar"), | ^~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ playlist.c:2483:3: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations] 2483 | gtk_tree_view_set_rules_hint (tree_view, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here 246 | void gtk_tree_view_set_rules_hint (GtkTreeView *tree_view, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ playlist.c:2541:3: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 2541 | hbox = gtk_hbox_new (0,2); | ^~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ playlist.c:2563:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2563 | auth.dbox = GTK_DIALOG (gtk_dialog_new_with_buttons | ^~~~ playlist.c:2563:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] playlist.c:2580:3: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 2580 | GtkWidget *table = gtk_table_new (2, 2, FALSE); | ^~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ playlist.c:2583:3: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 2583 | vbox = GTK_BOX (gtk_hbox_new (0, 2)); | ^~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ playlist.c:2585:23: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 2585 | gtk_image_new_from_stock (GTK_STOCK_DIALOG_AUTHENTICATION, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ playlist.c:2585:23: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2585 | gtk_image_new_from_stock (GTK_STOCK_DIALOG_AUTHENTICATION, | ^~~~~~~~~~~~~~~~~~~~~~~~ CC preferences.o post.c: In function 'help_realise_cb': post.c:424:3: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 424 | GtkStyle *style = gtk_widget_get_style (help); | ^~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277, from globals.h:35, from post.c:27: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ post.c:429:5: warning: 'gtk_widget_modify_text' is deprecated: Use 'CSS style classes' instead [-Wdeprecated-declarations] 429 | gtk_widget_modify_text (help, i, style->fg + i); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:757:13: note: declared here 757 | void gtk_widget_modify_text (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~ post.c:430:5: warning: 'gtk_widget_modify_base' is deprecated: Use 'CSS style classes' instead [-Wdeprecated-declarations] 430 | gtk_widget_modify_base (help, i, style->bg + i); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:761:13: note: declared here 761 | void gtk_widget_modify_base (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~ post.c: In function 'post_config_post_window': post.c:502:34: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 502 | GTK_STOCK_UNDO, GTK_RESPONSE_REJECT, | ^~~~~~~~~~~~~~ post.c:503:34: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 503 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ post.c:504:34: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 504 | GTK_STOCK_APPLY, GTK_RESPONSE_APPLY, | ^~~~~~~~~~~~~~~ post.c:505:34: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 505 | GTK_STOCK_OK, GTK_RESPONSE_OK, | ^~~~~~~~~~~~ post.c:513:3: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 513 | table = gtk_table_new (1, 2, FALSE); | ^~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ post.c:596:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 596 | gtk_table_attach (GTK_TABLE(table), widget, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ post.c:603:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 603 | gtk_table_attach (GTK_TABLE(table), widget, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ post.c:657:7: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 657 | GtkStyle *style = gtk_widget_get_style (help); | ^~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ post.c:663:7: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations] 663 | gtk_widget_modify_font (help, font); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:769:13: note: declared here 769 | void gtk_widget_modify_font (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~ post.c: In function 'post_config_post_add_plugin': post.c:887:3: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 887 | info->box = gtk_hbox_new (FALSE, 2); | ^~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ post.c:929:37: warning: passing argument 1 of 'gtk_combo_box_text_append_text' from incompatible pointer type [-Wincompatible-pointer-types] 929 | gtk_combo_box_text_append_text (w, chain->names[i]); | ^ | | | GtkWidget * {aka struct _GtkWidget *} In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:80: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkcomboboxtext.h:67:72: note: expected 'GtkComboBoxText *' {aka 'struct _GtkComboBoxText *'} but argument is of type 'GtkWidget *' {aka 'struct _GtkWidget *'} 67 | void gtk_combo_box_text_append_text (GtkComboBoxText *combo_box, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ post.c:923:16: warning: unused variable 'item' [-Wunused-variable] 923 | GtkWidget *item; | ^~~~ post.c:949:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 949 | info->up = w = ui_button_new_stock (GTK_STOCK_GO_UP); | ^~~~ post.c:955:3: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 955 | w = gtk_button_new_from_stock (GTK_STOCK_REMOVE); | ^ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ post.c:955:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 955 | w = gtk_button_new_from_stock (GTK_STOCK_REMOVE); | ^ post.c:960:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 960 | info->pref = w = gtk_toggle_button_new_with_label (GTK_STOCK_PROPERTIES); | ^~~~ post.c: In function 'post_config_post_chain_window': post.c:1107:20: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1107 | GTK_STOCK_UNDO, GTK_RESPONSE_REJECT, | ^~~~~~~~~~~~~~ post.c:1108:20: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1108 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ post.c:1109:20: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1109 | GTK_STOCK_APPLY, GTK_RESPONSE_APPLY, | ^~~~~~~~~~~~~~~ post.c:1110:20: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1110 | GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, | ^~~~~~~~~~~~~~~ post.c:1118:3: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 1118 | hbox = gtk_hbox_new (FALSE, 2); | ^~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ post.c:1122:3: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 1122 | w = gtk_button_new_from_stock (GTK_STOCK_ADD); | ^ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ post.c:1122:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1122 | w = gtk_button_new_from_stock (GTK_STOCK_ADD); | ^ preferences.c: In function 'select_show_pref_widgets': preferences.c:152:3: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 152 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:61, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from globals.h:35, from preferences.c:25: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ preferences.c:154:3: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 154 | gdk_threads_leave (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ preferences.c: In function 'create_item_default': preferences.c:610:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 610 | GtkWidget *widget = ui_button_new_stock (GTK_STOCK_CLEAR); | ^~~~~~~~~ preferences.c: In function 'create_item_revert': preferences.c:672:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 672 | GtkWidget *widget = ui_button_new_stock (GTK_STOCK_REVERT_TO_SAVED); | ^~~~~~~~~ preferences.c: In function 'create_item_editable': preferences.c:714:45: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 714 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ preferences.c:715:45: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 715 | GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, | ^~~~~~~~~~~~~~ preferences.c: In function 'focus_item_cb': preferences.c:965:3: warning: 'gtk_viewport_get_vadjustment' is deprecated: Use 'gtk_scrollable_get_vadjustment' instead [-Wdeprecated-declarations] 965 | GtkAdjustment *adj = gtk_viewport_get_vadjustment ((GtkViewport *)viewport); | ^~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:243: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkviewport.h:86:16: note: declared here 86 | GtkAdjustment* gtk_viewport_get_vadjustment (GtkViewport *viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ preferences.c: In function 'put_content': preferences.c:1009:7: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1009 | widget = pref->page.table = gtk_table_new (1, 1, FALSE); | ^~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ preferences.c:1015:9: warning: 'gtk_scrolled_window_add_with_viewport' is deprecated: Use 'gtk_container_add' instead [-Wdeprecated-declarations] 1015 | (GTK_SCROLLED_WINDOW(pref->page.page), widget); | ^ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:187: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkscrolledwindow.h:186:16: note: declared here 186 | void gtk_scrolled_window_add_with_viewport (GtkScrolledWindow *scrolled_window, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ preferences.c:1033:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1033 | gtk_table_attach (table, pref->item.todefault, 0, 1, r, r + 1, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ preferences.c:1035:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1035 | gtk_table_attach (table, pref->item.revert, 1, 2, r, r + 1, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ preferences.c:1040:7: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 1040 | GtkBox *box = GTK_BOX (gtk_vbox_new (2, FALSE)); | ^~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ preferences.c:1041:7: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1041 | gtk_table_attach (table, (GtkWidget *) box, 2, 3, r, r + 1, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ preferences.c:1053:7: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1053 | gtk_table_attach (table, pref->item.editable, 2, 3, r, r + 1, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ preferences.c:1055:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1055 | gtk_table_attach (table, pref->item.label, 3, 6, r, r + 1, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ preferences.c:1057:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1057 | gtk_table_attach (table, pref->item.separator, 0, 6, r + 1, r + 2, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ preferences.c: In function 'preferences_init_dbox': preferences.c:1153:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1153 | GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, | ^~~~~~~~~~~~~~ preferences.c:1154:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1154 | GTK_STOCK_CLOSE, GTK_RESPONSE_DELETE_EVENT, | ^~~~~~~~~~~~~~~ CC script_engine.o CC server.o CC settings.o script_engine.c: In function 'se_result_cb': script_engine.c:121:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 121 | se_store_text (GTK_STOCK_DIALOG_INFO, text); | ^~~~~~~~~~~~~ script_engine.c: In function 'se_error_cb': script_engine.c:129:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 129 | GTK_STOCK_DIALOG_ERROR, GTK_STOCK_DIALOG_WARNING, | ^~~~~~~~~~~~~~~~~~~~~~ script_engine.c:129:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] script_engine.c:130:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 130 | GTK_STOCK_DIALOG_ERROR, GTK_STOCK_DIALOG_QUESTION | ^~~~~~~~~~~~~~~~~~~~~~ script_engine.c:130:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] script_engine.c: In function 'console_scroll_cb': script_engine.c:1497:3: warning: 'gtk_tree_view_get_vadjustment' is deprecated: Use 'gtk_scrollable_get_vadjustment' instead [-Wdeprecated-declarations] 1497 | GtkAdjustment *adj = gtk_tree_view_get_vadjustment (tree_view); | ^~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42, from globals.h:35, from script_engine.c:28: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:227:24: note: declared here 227 | GtkAdjustment *gtk_tree_view_get_vadjustment (GtkTreeView *tree_view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ script_engine.c: In function 'se_create_console': script_engine.c:1552:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1552 | GTK_STOCK_CLEAR, GTK_RESPONSE_REJECT, | ^~~~~~~~~~~~~~~ script_engine.c:1553:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1553 | GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, | ^~~~~~~~~~~~~~~ script_engine.c:1561:3: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 1561 | w = gtk_hbox_new (FALSE, 2); | ^ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ script_engine.c:1568:3: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 1568 | b = gtk_button_new_from_stock (GTK_STOCK_EXECUTE); | ^ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ script_engine.c:1568:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1568 | b = gtk_button_new_from_stock (GTK_STOCK_EXECUTE); | ^ script_engine.c:1572:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1572 | b = ui_button_new_stock_mnemonic (GTK_STOCK_CLEAR, _("_Flush")); | ^ script_engine.c:1580:3: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations] 1580 | gtk_tree_view_set_rules_hint (tree_view, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here 246 | void gtk_tree_view_set_rules_hint (GtkTreeView *tree_view, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ server.c: In function 'socket_listener': server.c:177:9: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 177 | gdk_threads_enter(); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:61, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from globals.h:35, from server.c:41: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ server.c:179:9: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 179 | gdk_threads_leave(); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ CC snapshot.o settings.c: In function 'sliders_create': settings.c:242:49: warning: not enough variable arguments to fit a sentinel [-Wformat=] 242 | NULL, 0, NULL); | ^~~~ settings.c:246:35: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 246 | (GTK_STOCK_CLEAR, _("_Default")), | ^ settings.c:249:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 249 | GTK_STOCK_UNDO, GTK_RESPONSE_REJECT, | ^~~~~~~~~~~~~~ settings.c:250:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 250 | GTK_STOCK_CLOSE, GTK_RESPONSE_DELETE_EVENT, | ^~~~~~~~~~~~~~~ settings.c:264:5: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 264 | GtkWidget *table = gtk_table_new (3, 2, FALSE); | ^~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from globals.h:35, from settings.c:22: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ settings.c:274:7: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 274 | gtk_table_attach (GTK_TABLE(table), | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.c:279:7: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 279 | gtk_table_attach (GTK_TABLE(table), v, 1, 2, i, i+1, GTK_FILL, GTK_FILL, 2, 2); | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.c:282:9: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 282 | gtk_table_attach (GTK_TABLE(table), gtk_image_new_from_stock (sliders[i].icon, GTK_ICON_SIZE_MENU), | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.c:282:9: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 282 | gtk_table_attach (GTK_TABLE(table), gtk_image_new_from_stock (sliders[i].icon, GTK_ICON_SIZE_MENU), | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ settings.c:294:7: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 294 | gtk_table_attach (GTK_TABLE(table), w, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ settings.c:310:7: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 310 | gtk_table_attach (GTK_TABLE(table), w, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ CC stream_info.o CC systray.o snapshot.c: In function 'make_snapshot': snapshot.c:142:3: warning: 'xine_get_current_frame' is deprecated [-Wdeprecated-declarations] 142 | xine_get_current_frame (stream, &width, &height, &ratio, &format, NULL); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from globals.h:38, from snapshot.c:26: /tmp/work/multimedia/gxine/work/.buildlink/include/xine.h:460:6: note: declared here 460 | int xine_get_current_frame (xine_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~~~~ snapshot.c:166:3: warning: 'xine_get_current_frame' is deprecated [-Wdeprecated-declarations] 166 | xine_get_current_frame (stream, &width, &height, &ratio, &format, yuv); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/xine.h:460:6: note: declared here 460 | int xine_get_current_frame (xine_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~~~~ snapshot.c: In function 'snapshot_init': snapshot.c:300:3: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 300 | bbox = gtk_hbox_new (FALSE, 2); | ^~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262, from globals.h:35: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ CC ui.o stream_info.c: In function 'stream_info_init': stream_info.c:203:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 203 | GTK_STOCK_REFRESH, GTK_RESPONSE_YES, | ^~~~~~~~~~~~~~~~~ stream_info.c:204:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 204 | GTK_STOCK_CLOSE, GTK_RESPONSE_DELETE_EVENT, | ^~~~~~~~~~~~~~~ stream_info.c:215:3: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations] 215 | gtk_tree_view_set_rules_hint (tree_view, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42, from globals.h:35, from stream_info.c:21: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here 246 | void gtk_tree_view_set_rules_hint (GtkTreeView *tree_view, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ systray.c: In function 'send_opcode': systray.c:80:3: warning: 'gdk_error_trap_push' is deprecated: Use 'gdk_x11_display_error_trap_push' instead [-Wdeprecated-declarations] 80 | gdk_error_trap_push (); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from globals.h:35, from systray.c:27: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:70:32: note: declared here 70 | void gdk_error_trap_push (void); | ^~~~~~~~~~~~~~~~~~~ systray.c:83:3: warning: 'gdk_error_trap_pop' is deprecated: Use 'gdk_x11_display_error_trap_pop' instead [-Wdeprecated-declarations] 83 | gdk_error_trap_pop (); | ^~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:73:32: note: declared here 73 | G_GNUC_WARN_UNUSED_RESULT gint gdk_error_trap_pop (void); | ^~~~~~~~~~~~~~~~~~ systray.c: In function 'systray_delete_icon': systray.c:143:3: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 143 | gtk_action_set_visible (action_items.showmain, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here 116 | void gtk_action_set_visible (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~ systray.c:144:3: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 144 | gtk_action_set_visible (action_items.hidemain, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here 116 | void gtk_action_set_visible (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~ systray.c: In function 'systray_create_icon': systray.c:194:3: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 194 | gtk_action_set_visible (action_items.showmain, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here 116 | void gtk_action_set_visible (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~ systray.c:195:3: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 195 | gtk_action_set_visible (action_items.hidemain, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here 116 | void gtk_action_set_visible (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~ systray.c: In function 'button_cb': systray.c:245:5: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 245 | gtk_menu_popup (GTK_MENU (tray_menu), NULL, NULL, NULL, NULL, | ^~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ systray.c:255:5: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 255 | gtk_menu_popup (GTK_MENU (popup_menu), NULL, NULL, NULL, NULL, | ^~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ systray.c: In function 'systray_init': systray.c:303:3: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 303 | gtk_ui_manager_add_ui_from_string (ui, popup_menu_xml, -1, &error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158:16: note: declared here 158 | guint gtk_ui_manager_add_ui_from_string (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ systray.c:304:3: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 304 | tray_menu = gtk_ui_manager_get_widget (ui, "/ui/tray"); | ^~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ systray.c:314:7: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 314 | ui_register_control_button (i, gtk_ui_manager_get_widget (ui, items[i])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ systray.c: In function 'send_opcode': systray.c:83:3: warning: ignoring return value of 'gdk_error_trap_pop' declared with attribute 'warn_unused_result' [-Wunused-result] 83 | gdk_error_trap_pop (); | ^~~~~~~~~~~~~~~~~~~~~ CC utils.o CC vis.o ui.c: In function 'ui_xine_set_param_from_adjustment': ui.c:357:3: warning: 'gtk_adjustment_value_changed' is deprecated [-Wdeprecated-declarations] 357 | gtk_adjustment_value_changed (GTK_ADJUSTMENT(c_adjustments[item])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:38, from globals.h:35, from ui.c:24: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkadjustment.h:89:12: note: declared here 89 | void gtk_adjustment_value_changed (GtkAdjustment *adjustment); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'ui_container_new_stock': ui.c:364:3: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 364 | GtkWidget *img = gtk_image_new_from_stock (stock, GTK_ICON_SIZE_BUTTON); | ^~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'ui_button_new_stock_mnemonic': ui.c:392:3: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 392 | GtkWidget *align = gtk_alignment_new (0.5, 0.5, 0, 0); | ^~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:255: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ ui.c:393:3: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 393 | GtkWidget *hbox = gtk_hbox_new (FALSE, 2); | ^~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ ui.c: In function 'ui_button_new_icon_name_mnemonic': ui.c:434:3: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 434 | GtkWidget *align = gtk_alignment_new (0.5, 0.5, 0, 0); | ^~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ ui.c:435:3: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 435 | GtkWidget *hbox = gtk_hbox_new (FALSE, 2); | ^~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ ui.c: In function 'ui_hscale_new': ui.c:457:3: warning: 'gtk_hscale_get_type' is deprecated [-Wdeprecated-declarations] 457 | return g_object_new (GTK_TYPE_HSCALE, "adjustment", adj, "value-pos", pos, | ^~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:265: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscale.h:59:12: note: declared here 59 | GType gtk_hscale_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui.c: In function 'ui_create_manager': ui.c:475:3: warning: 'gtk_ui_manager_new' is deprecated [-Wdeprecated-declarations] 475 | GtkUIManager *ui = gtk_ui_manager_new (); | ^~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:130:16: note: declared here 130 | GtkUIManager *gtk_ui_manager_new (void); | ^~~~~~~~~~~~~~~~~~ ui.c:476:3: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 476 | GtkActionGroup *action = gtk_action_group_new (label); | ^~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here 175 | GtkActionGroup *gtk_action_group_new (const gchar *name); | ^~~~~~~~~~~~~~~~~~~~ ui.c:478:3: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 478 | gtk_action_group_set_translation_domain (action, PACKAGE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared here 252 | void gtk_action_group_set_translation_domain (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:480:3: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 480 | gtk_ui_manager_insert_action_group (ui, action, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here 138 | void gtk_ui_manager_insert_action_group (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:483:33: warning: 'gtk_ui_manager_get_accel_group' is deprecated [-Wdeprecated-declarations] 483 | gtk_ui_manager_get_accel_group (ui)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:147:16: note: declared here 147 | GtkAccelGroup *gtk_ui_manager_get_accel_group (GtkUIManager *manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'ui_mark_active': ui.c:490:3: warning: 'gtk_ui_manager_get_action_groups' is deprecated [-Wdeprecated-declarations] 490 | GtkActionGroup *actions = ui_get_action_group (ui); | ^~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:145:16: note: declared here 145 | GList *gtk_ui_manager_get_action_groups (GtkUIManager *manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:494:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 494 | gtk_action_set_sensitive (gtk_action_group_get_action (actions, items[i]), | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ ui.c:494:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 494 | gtk_action_set_sensitive (gtk_action_group_get_action (actions, items[i]), | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'gtk_action_group_connect_accelerators': ui.c:501:3: warning: 'gtk_action_group_list_actions' is deprecated [-Wdeprecated-declarations] 501 | GList *list = gtk_action_group_list_actions (actions); | ^~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:198:17: note: declared here 198 | GList *gtk_action_group_list_actions (GtkActionGroup *action_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:502:3: warning: 'gtk_action_connect_accelerator' is deprecated [-Wdeprecated-declarations] 502 | g_list_foreach (list, (GFunc) gtk_action_connect_accelerator, NULL); | ^~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:132:14: note: declared here 132 | void gtk_action_connect_accelerator (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'set_fs_toolbar_top': ui.c:511:5: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 511 | gtk_action_activate (action_items.fs_toolbar_pos->next->data); /* top */ | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ ui.c:513:5: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 513 | gtk_action_activate (action_items.fs_toolbar_pos->data); /* bottom */ | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ ui.c: In function 'ui_prop_set_internal': ui.c:646:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 646 | else if (gtk_toggle_action_get_active (*prop->ui.flag.action) != data) | ^~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:272: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:647:7: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 647 | gtk_action_activate (&(*prop->ui.flag.action)->parent); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ ui.c:659:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 659 | if (gtk_toggle_action_get_active (*prop->ui.video.action) != data) | ^~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:660:7: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 660 | gtk_action_activate (&(*prop->ui.video.action)->parent); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ ui.c: In function 'make_icon_source': ui.c:901:3: warning: 'gtk_icon_source_new' is deprecated [-Wdeprecated-declarations] 901 | GtkIconSource *isrc = gtk_icon_source_new (); | ^~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:127: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:170:16: note: declared here 170 | GtkIconSource* gtk_icon_source_new (void); | ^~~~~~~~~~~~~~~~~~~ ui.c:905:3: warning: 'gtk_icon_source_set_filename' is deprecated [-Wdeprecated-declarations] 905 | gtk_icon_source_set_filename (isrc, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:177:16: note: declared here 177 | void gtk_icon_source_set_filename (GtkIconSource *source, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:907:3: warning: 'gtk_icon_source_set_direction_wildcarded' is deprecated [-Wdeprecated-declarations] 907 | gtk_icon_source_set_direction_wildcarded (isrc, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:194:18: note: declared here 194 | void gtk_icon_source_set_direction_wildcarded (GtkIconSource *source, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:908:3: warning: 'gtk_icon_source_set_size_wildcarded' is deprecated [-Wdeprecated-declarations] 908 | gtk_icon_source_set_size_wildcarded (isrc, (int) size == -1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:200:18: note: declared here 200 | void gtk_icon_source_set_size_wildcarded (GtkIconSource *source, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:910:5: warning: 'gtk_icon_source_set_size' is deprecated [-Wdeprecated-declarations] 910 | gtk_icon_source_set_size (isrc, size); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:215:18: note: declared here 215 | void gtk_icon_source_set_size (GtkIconSource *source, | ^~~~~~~~~~~~~~~~~~~~~~~~ ui.c:911:3: warning: 'gtk_icon_source_set_state_wildcarded' is deprecated [-Wdeprecated-declarations] 911 | gtk_icon_source_set_state_wildcarded (isrc, (int) state == -1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:197:18: note: declared here 197 | void gtk_icon_source_set_state_wildcarded (GtkIconSource *source, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:913:5: warning: 'gtk_icon_source_set_state' is deprecated [-Wdeprecated-declarations] 913 | gtk_icon_source_set_state (isrc, state); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:212:18: note: declared here 212 | void gtk_icon_source_set_state (GtkIconSource *source, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'ui_std_icon': ui.c:921:3: warning: 'gtk_stock_lookup' is deprecated [-Wdeprecated-declarations] 921 | if (!gtk_stock_lookup (name, &stock)) | ^~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:82:10: note: declared here 82 | gboolean gtk_stock_lookup (const gchar *stock_id, | ^~~~~~~~~~~~~~~~ ui.c:923:5: warning: 'gtk_icon_set_new' is deprecated [-Wdeprecated-declarations] 923 | GtkIconSet *iset = gtk_icon_set_new (); | ^~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:138:13: note: declared here 138 | GtkIconSet* gtk_icon_set_new (void); | ^~~~~~~~~~~~~~~~ ui.c:924:5: warning: 'gtk_icon_set_add_source' is deprecated [-Wdeprecated-declarations] 924 | gtk_icon_set_add_source (iset, make_icon_source (file, -1, -1)); | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:159:16: note: declared here 159 | void gtk_icon_set_add_source (GtkIconSet *icon_set, | ^~~~~~~~~~~~~~~~~~~~~~~ ui.c:925:5: warning: 'gtk_icon_factory_add' is deprecated [-Wdeprecated-declarations] 925 | gtk_icon_factory_add (ifactory, name, iset); | ^~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:82:17: note: declared here 82 | void gtk_icon_factory_add (GtkIconFactory *factory, | ^~~~~~~~~~~~~~~~~~~~ ui.c: In function 'ui_load_icons': ui.c:933:3: warning: 'gtk_icon_factory_new' is deprecated [-Wdeprecated-declarations] 933 | GtkIconFactory *ifactory = gtk_icon_factory_new (); | ^~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:80:17: note: declared here 80 | GtkIconFactory* gtk_icon_factory_new (void); | ^~~~~~~~~~~~~~~~~~~~ ui.c:980:3: warning: 'gtk_icon_size_register' is deprecated [-Wdeprecated-declarations] 980 | icon_size_logo = gtk_icon_size_register ("gxine-logo-size", 64, 48); | ^~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:122:23: note: declared here 122 | GtkIconSize gtk_icon_size_register (const gchar *name, | ^~~~~~~~~~~~~~~~~~~~~~ ui.c:982:3: warning: 'gtk_icon_factory_add_default' is deprecated [-Wdeprecated-declarations] 982 | gtk_icon_factory_add_default (ifactory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:92:13: note: declared here 92 | void gtk_icon_factory_add_default (GtkIconFactory *factory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ui.c:40: ui.c: In function 'ui_init': ui.h:139:58: warning: initialization of 'GtkToggleAction **' {aka 'struct _GtkToggleAction **'} from incompatible pointer type 'GSList **' {aka 'struct _GSList **'} [-Wincompatible-pointer-types] 139 | #define UI_BOOL(ACTION, VAR, SET) { .flag = { SET, &VAR, &action_items.ACTION } }, UI_PROP_BOOL | ^ ui.c:1069:71: note: in expansion of macro 'UI_BOOL' 1069 | { "at_top", N_("v=bool, toggle(): full-screen toolbar position"), UI_BOOL (fs_toolbar_pos, fs_toolbar_at_top, set_fs_toolbar_top) }, | ^~~~~~~ ui.h:139:58: note: (near initialization for 'tb_fs_props[0].ui.flag.action') 139 | #define UI_BOOL(ACTION, VAR, SET) { .flag = { SET, &VAR, &action_items.ACTION } }, UI_PROP_BOOL | ^ ui.c:1069:71: note: in expansion of macro 'UI_BOOL' 1069 | { "at_top", N_("v=bool, toggle(): full-screen toolbar position"), UI_BOOL (fs_toolbar_pos, fs_toolbar_at_top, set_fs_toolbar_top) }, | ^~~~~~~ ui.c:1098:21: warning: unused variable 'wclass' [-Wunused-variable] 1098 | GtkWidgetClass *wclass = (GtkWidgetClass *) klass; | ^~~~~~ ui.c: In function 'ui_post_init': ui.c:1151:3: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 1151 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:61, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ ui.c:1173:3: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 1173 | gdk_threads_leave (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ utils.c: In function 'v_display_message': utils.c:403:3: warning: 'gdk_threads_enter' is deprecated [-Wdeprecated-declarations] 403 | gdk_threads_enter (); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:61, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from globals.h:35, from utils.c:22: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:46:10: note: declared here 46 | void gdk_threads_enter (void); | ^~~~~~~~~~~~~~~~~ utils.c:425:5: warning: 'gtk_window_reshow_with_initial_size' is deprecated [-Wdeprecated-declarations] 425 | gtk_window_reshow_with_initial_size (GTK_WINDOW (dialog)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:462:10: note: declared here 462 | void gtk_window_reshow_with_initial_size (GtkWindow *window); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c:456:3: warning: 'gdk_threads_leave' is deprecated [-Wdeprecated-declarations] 456 | gdk_threads_leave (); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here 48 | void gdk_threads_leave (void); | ^~~~~~~~~~~~~~~~~ utils.c: In function 'modal_file_dialog': utils.c:629:10: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 629 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ utils.c:630:10: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 630 | loading ? GTK_STOCK_OPEN : GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, | ^~~~~~~ utils.c:630:10: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] utils.c: In function 'modal_multi_file_dialog': utils.c:660:10: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 660 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ utils.c:661:10: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 661 | GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, | ^~~~~~~~~~~~~~ utils.c: In function 'add_table_row_items': utils.c:735:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 735 | gtk_table_attach (GTK_TABLE (table), label, 0, 1, row, row + 1, 0, 0, 2, 2); | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ utils.c:744:5: warning: 'gtk_table_get_size' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 744 | gtk_table_get_size (GTK_TABLE (table), NULL, &ncols); | ^~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:174:12: note: declared here 174 | void gtk_table_get_size (GtkTable *table, | ^~~~~~~~~~~~~~~~~~ utils.c:745:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 745 | gtk_table_attach (GTK_TABLE (table), widget, column, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/xine/xine_internal.h:41, from utils.c:790: /tmp/work/multimedia/gxine/work/.buildlink/include/xine/xineintl.h: At top level: /tmp/work/multimedia/gxine/work/.buildlink/include/xine/xineintl.h:32: warning: "_" redefined 32 | # define _(String) dgettext (XINE_TEXTDOMAIN, String) | In file included from globals.h:31: ../include/i18n.h:27: note: this is the location of the previous definition 27 | # define _(String) gettext (String) | CC wizards.o vis.c: In function 'vis_cb': vis.c:46:5: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 46 | int i = gtk_radio_action_get_current_value (action); | ^~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:272, from globals.h:35, from vis.c:21: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:89:17: note: declared here 89 | gint gtk_radio_action_get_current_value (GtkRadioAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vis.c: In function 'vis_set': vis.c:66:5: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 66 | gtk_action_activate (action->data); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ CC xml_widgets.o CC gxine_client-client.o CC gxine_client-console_output.o wizards.c: In function 'do_health_check': wizards.c:110:3: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 110 | table = gtk_table_new (1, 1, FALSE); | ^~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from globals.h:35, from wizards.c:22: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ wizards.c:159:5: warning: 'gtk_table_resize' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 159 | gtk_table_resize (GTK_TABLE (table), 3, check+1); | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:123:12: note: declared here 123 | void gtk_table_resize (GtkTable *table, | ^~~~~~~~~~~~~~~~ wizards.c:162:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 162 | gtk_table_attach (GTK_TABLE (table), l, 0, 1, check, check+1, GTK_FILL, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ wizards.c:169:7: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 169 | l = gtk_image_new_from_stock (GTK_STOCK_YES, GTK_ICON_SIZE_BUTTON); | ^ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ wizards.c:169:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 169 | l = gtk_image_new_from_stock (GTK_STOCK_YES, GTK_ICON_SIZE_BUTTON); | ^ wizards.c:179:7: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 179 | gtk_table_attach (GTK_TABLE (table), b, 2, 3, check, check+1, GTK_FILL, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ wizards.c:182:7: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 182 | l = gtk_image_new_from_stock (GTK_STOCK_NO, GTK_ICON_SIZE_BUTTON); | ^ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ wizards.c:182:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 182 | l = gtk_image_new_from_stock (GTK_STOCK_NO, GTK_ICON_SIZE_BUTTON); | ^ wizards.c:186:5: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 186 | gtk_table_attach (GTK_TABLE (table), l, 1, 2, check, check+1, GTK_FILL, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ wizards.c: In function 'ask_integration_wizard': wizards.c:244:3: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 244 | hbox = gtk_hbox_new (FALSE, 2); | ^~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ wizards.c:247:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 247 | b = ui_button_new_stock_mnemonic (GTK_STOCK_ADD, _("_All")); | ^ wizards.c:252:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 252 | b = ui_button_new_stock_mnemonic (GTK_STOCK_REMOVE, _("_None")); | ^ wizards.c: In function 'run_wizards': wizards.c:356:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 356 | dlg = GTK_DIALOG (gtk_dialog_new_with_buttons (_("gxine setup wizards"), NULL, 0, | ^~~ wizards.c:356:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] wizards.c:374:7: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 374 | GtkWidget *w, *b = gtk_hbox_new (0, 0); | ^~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ wizards.c:378:27: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 378 | gtk_image_new_from_stock (GXINE_LOGO, icon_size_logo), | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ wizards.c:396:7: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 396 | GtkWidget *content = gtk_vbox_new (0, 0); | ^~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ CC mktrans-xml_widgets.o CCLD gxine_client xml_widgets.c: In function 'check_stock': xml_widgets.c:130:3: warning: 'gtk_stock_lookup' is deprecated [-Wdeprecated-declarations] 130 | return gtk_stock_lookup (stock, &item) | ^~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254, from globals.h:35, from xml_widgets.c:22: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:82:10: note: declared here 82 | gboolean gtk_stock_lookup (const gchar *stock_id, | ^~~~~~~~~~~~~~~~ xml_widgets.c:131:10: warning: 'gtk_icon_factory_lookup_default' is deprecated [-Wdeprecated-declarations] 131 | || gtk_icon_factory_lookup_default (stock); | ^~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:127: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:96:13: note: declared here 96 | GtkIconSet* gtk_icon_factory_lookup_default (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xml_widgets.c: In function 'gxine_toggle_button_new_from_stock': xml_widgets.c:376:3: warning: 'gtk_button_set_use_stock' is deprecated [-Wdeprecated-declarations] 376 | gtk_button_set_use_stock (GTK_BUTTON (btn), TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:133:23: note: declared here 133 | void gtk_button_set_use_stock (GtkButton *button, | ^~~~~~~~~~~~~~~~~~~~~~~~ xml_widgets.c: In function 'create_button': xml_widgets.c:407:5: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 407 | { gxine_toggle_button_new_from_stock, gtk_button_new_from_stock }, | ^ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ xml_widgets.c:438:23: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 438 | ? gtk_image_new_from_stock (image, GTK_ICON_SIZE_BUTTON) | ^ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ xml_widgets.c:486:9: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 486 | "image", gtk_image_new_from_stock (image, GTK_ICON_SIZE_BUTTON), | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ xml_widgets.c:500:9: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 500 | "image", gtk_image_new_from_stock (GTK_STOCK_MISSING_IMAGE, | ^~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ xml_widgets.c:500:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 500 | "image", gtk_image_new_from_stock (GTK_STOCK_MISSING_IMAGE, | ^~~~~~~ xml_widgets.c:507:5: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 507 | GtkWidget *align = gtk_alignment_new (0.5, 0.5, 0, 0); | ^~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:255: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ xml_widgets.c: In function 'slider_button_cb': xml_widgets.c:592:3: warning: 'gdk_keyboard_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 592 | gdk_keyboard_ungrab (ev->time); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:102:15: note: declared here 102 | void gdk_keyboard_ungrab (guint32 time_); | ^~~~~~~~~~~~~~~~~~~ xml_widgets.c:593:3: warning: 'gdk_pointer_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 593 | gdk_pointer_ungrab (ev->time); | ^~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:100:15: note: declared here 100 | void gdk_pointer_ungrab (guint32 time_); | ^~~~~~~~~~~~~~~~~~ xml_widgets.c: In function 'slider_window_cb': xml_widgets.c:645:3: warning: 'gdk_screen_get_monitor_at_window' is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations] 645 | gint monitor = gdk_screen_get_monitor_at_window (screen, parent); | ^~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:91:15: note: declared here 91 | gint gdk_screen_get_monitor_at_window (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xml_widgets.c:647:3: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 647 | gdk_screen_get_monitor_geometry (screen, monitor, &geom); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:78:14: note: declared here 78 | void gdk_screen_get_monitor_geometry (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xml_widgets.c:651:3: warning: 'gtk_widget_size_request' is deprecated: Use 'gtk_widget_get_preferred_size' instead [-Wdeprecated-declarations] 651 | gtk_widget_size_request (window, &req); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:672:12: note: declared here 672 | void gtk_widget_size_request (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~ xml_widgets.c:663:3: warning: 'gtk_vscale_get_type' is deprecated [-Wdeprecated-declarations] 663 | if (GTK_IS_VSCALE (gtk_bin_get_child (GTK_BIN (window)))) | ^~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:288: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvscale.h:65:12: note: declared here 65 | GType gtk_vscale_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ xml_widgets.c:692:3: warning: 'gdk_keyboard_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] 692 | gdk_keyboard_grab (gdk_window, TRUE, GDK_CURRENT_TIME); | ^~~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:93:15: note: declared here 93 | GdkGrabStatus gdk_keyboard_grab (GdkWindow *window, | ^~~~~~~~~~~~~~~~~ xml_widgets.c:693:3: warning: 'gdk_pointer_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] 693 | gdk_pointer_grab (gdk_window, TRUE, | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:86:15: note: declared here 86 | GdkGrabStatus gdk_pointer_grab (GdkWindow *window, | ^~~~~~~~~~~~~~~~ xml_widgets.c: In function 'create_stock_gxine': xml_widgets.c:717:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 717 | GTK_STOCK_MEDIA_PLAY, NULL, "play ();" }, | ^~~~~~~~~~~~~~~~~~~~ xml_widgets.c:719:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 719 | GTK_STOCK_MEDIA_FORWARD, NULL, "if (!is_live_stream ()) av_speed.v = 5;" }, | ^~~~~~~~~~~~~~~~~~~~~~~ xml_widgets.c:721:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 721 | GTK_STOCK_MEDIA_PAUSE, NULL, "if (!is_live_stream ()) pause ();" }, | ^~~~~~~~~~~~~~~~~~~~~ xml_widgets.c:723:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 723 | GTK_STOCK_MEDIA_STOP, NULL, "vdr ('STOP') || stop ();" }, | ^~~~~~~~~~~~~~~~~~~~ xml_widgets.c:725:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 725 | GTK_STOCK_MEDIA_STOP, NULL, "stop ();" }, | ^~~~~~~~~~~~~~~~~~~~ xml_widgets.c:814:13: warning: 'gtk_vscale_new' is deprecated: Use 'gtk_scale_new' instead [-Wdeprecated-declarations] 814 | ? gtk_vscale_new (GTK_ADJUSTMENT (ui_register_control_adjustment | ^ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvscale.h:67:12: note: declared here 67 | GtkWidget* gtk_vscale_new (GtkAdjustment *adjustment); | ^~~~~~~~~~~~~~ xml_widgets.c:816:13: warning: 'gtk_hscale_new' is deprecated: Use 'gtk_scale_new' instead [-Wdeprecated-declarations] 816 | : gtk_hscale_new (GTK_ADJUSTMENT (ui_register_control_adjustment | ^ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:265: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscale.h:61:12: note: declared here 61 | GtkWidget* gtk_hscale_new (GtkAdjustment *adjustment); | ^~~~~~~~~~~~~~ xml_widgets.c:820:9: warning: 'gtk_hscale_new' is deprecated: Use 'gtk_scale_new' instead [-Wdeprecated-declarations] 820 | w = gtk_hscale_new (GTK_ADJUSTMENT (ui_register_control_adjustment | ^ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscale.h:61:12: note: declared here 61 | GtkWidget* gtk_hscale_new (GtkAdjustment *adjustment); | ^~~~~~~~~~~~~~ xml_widgets.c:824:9: warning: 'gtk_vscale_new' is deprecated: Use 'gtk_scale_new' instead [-Wdeprecated-declarations] 824 | w = gtk_vscale_new (GTK_ADJUSTMENT (ui_register_control_adjustment | ^ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvscale.h:67:12: note: declared here 67 | GtkWidget* gtk_vscale_new (GtkAdjustment *adjustment); | ^~~~~~~~~~~~~~ xml_widgets.c: In function 'create_arrow': xml_widgets.c:903:3: warning: 'gtk_arrow_new' is deprecated [-Wdeprecated-declarations] 903 | return gtk_arrow_new (lookup_type (node, "type", arrownames), | ^~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:73:12: note: declared here 73 | GtkWidget* gtk_arrow_new (GtkArrowType arrow_type, | ^~~~~~~~~~~~~ xml_widgets.c: In function 'create_image': xml_widgets.c:927:5: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 927 | return gtk_image_new_from_stock (item, lookup_image_size (node)); | ^~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ xml_widgets.c:933:3: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 933 | return gtk_image_new_from_stock (GTK_STOCK_MISSING_IMAGE, | ^~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ xml_widgets.c:933:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 933 | return gtk_image_new_from_stock (GTK_STOCK_MISSING_IMAGE, | ^~~~~~ xml_widgets.c: In function 'create_box': xml_widgets.c:1000:18: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 1000 | ? gtk_vbox_new (homogeneous, padding) | ^ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ xml_widgets.c:1001:18: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 1001 | : gtk_hbox_new (homogeneous, padding); | ^ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ xml_widgets.c: In function 'create_table': xml_widgets.c:1072:7: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1072 | gtk_table_new (rows, cols, xml_parser_get_bool (node, "homogeneous")); | ^~~~~~~~~~~~~ In file included from /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280: /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ xml_widgets.c:1121:13: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1121 | gtk_table_attach (GTK_TABLE (table), | ^~~~~~~~~~~~~~~~ /tmp/work/multimedia/gxine/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ CCLD gxine CCLD mktrans gmake[2]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/src' Making all in doc gmake[2]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc' Making all in man gmake[3]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc/man' Making all in de gmake[4]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc/man/de' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc/man/de' Making all in en gmake[4]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc/man/en' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc/man/en' Making all in es gmake[4]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc/man/es' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc/man/es' gmake[4]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc/man' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc/man' gmake[3]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc/man' gmake[3]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc' gmake[2]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/doc' Making all in browser-plugin gmake[2]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/browser-plugin' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/browser-plugin' Making all in misc gmake[2]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/misc' ../src/mktrans keypad.xml > keypad.c ../src/mktrans toolbar-fullscreen.xml > toolbar-fullscreen.c ../src/mktrans toolbar-window.xml > toolbar-window.c cmp ./toolbar-fullscreen.c toolbar-fullscreen.c || { chmod u+w . && ln toolbar-fullscreen.c .; } cmp ./toolbar-window.c toolbar-window.c || { chmod u+w . && ln toolbar-window.c .; } cmp ./keypad.c keypad.c || { chmod u+w . && ln keypad.c .; } /opt/local/bin/gmake all-recursive gmake[3]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/misc' Making all in po gmake[4]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/misc/po' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/misc/po' gmake[4]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/misc' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/misc' gmake[3]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/misc' gmake[2]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/misc' Making all in po gmake[2]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/po' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910/po' gmake[2]: Entering directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910' Makefile:990: warning: overriding recipe for target 'dist' Makefile:742: warning: ignoring old recipe for target 'dist' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910' gmake[1]: Leaving directory '/tmp/work/multimedia/gxine/work/gxine-0.5.910' *** Please use pkgtools/verifypc to sanity check dependencies.