Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ario/files/, media-sound/ario/
Date: Mon, 27 Jan 2020 12:55:01
Message-Id: 1580129685.d62713ee4529d187914cb2816f069c54cad239f5.asturm@gentoo
1 commit: d62713ee4529d187914cb2816f069c54cad239f5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 12:54:09 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 12:54:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62713ee
7
8 media-sound/ario: Drop 1.5.1-r1
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/ario/Manifest | 1 -
14 media-sound/ario/ario-1.5.1-r1.ebuild | 68 ---
15 .../ario/files/ario-1.5.1-single-includes2.patch | 557 ---------------------
16 media-sound/ario/metadata.xml | 1 -
17 4 files changed, 627 deletions(-)
18
19 diff --git a/media-sound/ario/Manifest b/media-sound/ario/Manifest
20 index a90fd24f115..0f9dc937ee1 100644
21 --- a/media-sound/ario/Manifest
22 +++ b/media-sound/ario/Manifest
23 @@ -1,2 +1 @@
24 -DIST ario-1.5.1.tar.gz 1135444 BLAKE2B 2d91a7b8ce9c6c6069ec7230e10e7c358a146272474d0dbb298e038a3fb31d524c6ad7a8428af12f580853bbc6ea484ce3ffa6919cd454060d19e9f4cde42200 SHA512 78c3d881d51c3109b73252da0742da2a77bcc24ec21ff2ff02fd3527d62d49a75e412bf092051a9035863d645cba73e6cd2fc674d97629909b931ae9d3ec002b
25 DIST ario-1.6.tar.gz 1151747 BLAKE2B 2a9a5d9c9e528f92a198270a4715a225d254a8fd6800004928ef39c4ed792bda2a82eefaa45824d5422598f9fe242b6b621768780655b009043cc3447d8d5643 SHA512 93057da62616e79f6ba6f7204fabac37417fb34c350b53eeea61508f4c65322fabaef7a9fdbe7beb8dcbf92c8f86f0d33caf1ffa0ad76de8050fe72d57408ec0
26
27 diff --git a/media-sound/ario/ario-1.5.1-r1.ebuild b/media-sound/ario/ario-1.5.1-r1.ebuild
28 deleted file mode 100644
29 index 0d303e6f0e3..00000000000
30 --- a/media-sound/ario/ario-1.5.1-r1.ebuild
31 +++ /dev/null
32 @@ -1,68 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -GNOME2_LA_PUNT=yes
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit autotools gnome2 python-any-r1
41 -
42 -DESCRIPTION="GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
43 -HOMEPAGE="http://ario-player.sourceforge.net"
44 -SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86"
49 -IUSE="dbus debug +idle libnotify nls python scrobbler taglib zeroconf"
50 -
51 -RDEPEND=">=dev-libs/glib-2.14:2
52 - dev-libs/libgcrypt:0=
53 - dev-libs/libunique:1
54 - dev-libs/libxml2:2
55 - media-libs/libmpdclient
56 - net-misc/curl
57 - net-libs/gnutls
58 - >=x11-libs/gtk+-2.16:2
59 - dbus? ( dev-libs/dbus-glib )
60 - libnotify? ( x11-libs/libnotify )
61 - python? ( dev-python/pygtk:2
62 - dev-python/pygobject:2 )
63 - scrobbler? ( net-libs/libsoup:2.4 )
64 - taglib? ( media-libs/taglib )
65 - zeroconf? ( net-dns/avahi )"
66 -DEPEND="${RDEPEND}
67 - ${PYTHON_DEPS}
68 - dev-util/intltool
69 - virtual/pkgconfig
70 - sys-devel/gettext"
71 -
72 -DOCS=( AUTHORS )
73 -
74 -pkg_setup() {
75 - python-any-r1_pkg_setup
76 -}
77 -
78 -src_prepare() {
79 - epatch "${FILESDIR}"/${P}-single-includes2.patch
80 - eautoreconf
81 -}
82 -
83 -src_configure() {
84 - econf \
85 - --disable-static \
86 - --disable-xmms2 \
87 - --enable-libmpdclient2 \
88 - --enable-search \
89 - --enable-playlists \
90 - --disable-deprecations \
91 - $(use_enable dbus) \
92 - $(use_enable debug) \
93 - $(use_enable idle mpdidle) \
94 - $(use_enable libnotify notify) \
95 - $(use_enable nls) \
96 - $(use_enable python) \
97 - $(use_enable scrobbler audioscrobbler) \
98 - $(use_enable taglib) \
99 - $(use_enable zeroconf avahi)
100 -}
101
102 diff --git a/media-sound/ario/files/ario-1.5.1-single-includes2.patch b/media-sound/ario/files/ario-1.5.1-single-includes2.patch
103 deleted file mode 100644
104 index e5936cfbe2c..00000000000
105 --- a/media-sound/ario/files/ario-1.5.1-single-includes2.patch
106 +++ /dev/null
107 @@ -1,557 +0,0 @@
108 -Index: plugins/radios/ario-radio.h
109 -===================================================================
110 ---- plugins/radios/ario-radio.h (revision 772)
111 -+++ plugins/radios/ario-radio.h (revision 774)
112 -@@ -20,7 +20,7 @@
113 - #ifndef __ARIO_RADIO_H
114 - #define __ARIO_RADIO_H
115 -
116 --#include <gtk/gtkhbox.h>
117 -+#include <gtk/gtk.h>
118 - #include <config.h>
119 - #include "widgets/ario-playlist.h"
120 - #include "sources/ario-source.h"
121 -Index: plugins/filesystem/ario-filesystem.h
122 -===================================================================
123 ---- plugins/filesystem/ario-filesystem.h (revision 772)
124 -+++ plugins/filesystem/ario-filesystem.h (revision 774)
125 -@@ -20,7 +20,7 @@
126 - #ifndef __ARIO_FILESYSTEM_H
127 - #define __ARIO_FILESYSTEM_H
128 -
129 --#include <gtk/gtkhpaned.h>
130 -+#include <gtk/gtk.h>
131 - #include <config.h>
132 - #include "widgets/ario-playlist.h"
133 - #include "sources/ario-source.h"
134 -Index: plugins/information/ario-information.h
135 -===================================================================
136 ---- plugins/information/ario-information.h (revision 772)
137 -+++ plugins/information/ario-information.h (revision 774)
138 -@@ -20,7 +20,7 @@
139 - #ifndef __ARIO_INFORMATION_H
140 - #define __ARIO_INFORMATION_H
141 -
142 --#include <gtk/gtkhbox.h>
143 -+#include <gtk/gtk.h>
144 - #include <config.h>
145 - #include "sources/ario-source.h"
146 -
147 -Index: src/plugins/ario-plugin-info.c
148 -===================================================================
149 ---- src/plugins/ario-plugin-info.c (revision 772)
150 -+++ src/plugins/ario-plugin-info.c (revision 774)
151 -@@ -27,7 +27,7 @@
152 -
153 - #include <string.h>
154 - #include <glib/gi18n.h>
155 --#include <glib/gkeyfile.h>
156 -+#include <glib.h>
157 -
158 - #include "plugins/ario-plugin-info-priv.h"
159 - #include "ario-debug.h"
160 -Index: src/sources/ario-search.h
161 -===================================================================
162 ---- src/sources/ario-search.h (revision 772)
163 -+++ src/sources/ario-search.h (revision 774)
164 -@@ -20,7 +20,7 @@
165 - #ifndef __ARIO_SEARCH_H
166 - #define __ARIO_SEARCH_H
167 -
168 --#include <gtk/gtkhbox.h>
169 -+#include <gtk/gtk.h>
170 - #include <config.h>
171 - #include "sources/ario-source.h"
172 -
173 -Index: src/sources/ario-storedplaylists.h
174 -===================================================================
175 ---- src/sources/ario-storedplaylists.h (revision 772)
176 -+++ src/sources/ario-storedplaylists.h (revision 774)
177 -@@ -20,7 +20,7 @@
178 - #ifndef __ARIO_STOREDPLAYLISTS_H
179 - #define __ARIO_STOREDPLAYLISTS_H
180 -
181 --#include <gtk/gtkhpaned.h>
182 -+#include <gtk/gtk.h>
183 - #include <config.h>
184 - #include "sources/ario-source.h"
185 -
186 -Index: src/sources/ario-source-manager.h
187 -===================================================================
188 ---- src/sources/ario-source-manager.h (revision 772)
189 -+++ src/sources/ario-source-manager.h (revision 774)
190 -@@ -20,7 +20,7 @@
191 - #ifndef __ARIO_SOURCE_MANAGER_H
192 - #define __ARIO_SOURCE_MANAGER_H
193 -
194 --#include <gtk/gtknotebook.h>
195 -+#include <gtk/gtk.h>
196 - #include "sources/ario-source.h"
197 -
198 - G_BEGIN_DECLS
199 -Index: src/sources/ario-browser.h
200 -===================================================================
201 ---- src/sources/ario-browser.h (revision 772)
202 -+++ src/sources/ario-browser.h (revision 774)
203 -@@ -20,7 +20,7 @@
204 - #ifndef __ARIO_BROWSER_H
205 - #define __ARIO_BROWSER_H
206 -
207 --#include <gtk/gtkhbox.h>
208 -+#include <gtk/gtk.h>
209 - #include "sources/ario-source.h"
210 -
211 - #define MAX_TREE_NB 5
212 -Index: src/sources/ario-tree.h
213 -===================================================================
214 ---- src/sources/ario-tree.h (revision 772)
215 -+++ src/sources/ario-tree.h (revision 774)
216 -@@ -20,7 +20,7 @@
217 - #ifndef __ARIO_TREE_H
218 - #define __ARIO_TREE_H
219 -
220 --#include <gtk/gtkhbox.h>
221 -+#include <gtk/gtk.h>
222 - #include "servers/ario-server.h"
223 - #include "sources/ario-source.h"
224 - #include "shell/ario-shell-coverdownloader.h"
225 -Index: src/ario-util.h
226 -===================================================================
227 ---- src/ario-util.h (revision 772)
228 -+++ src/ario-util.h (revision 774)
229 -@@ -18,8 +18,8 @@
230 - */
231 -
232 - #include "servers/ario-server.h"
233 --#include "glib/gslist.h"
234 --#include "gdk/gdkpixbuf.h"
235 -+#include <glib.h>
236 -+#include <gdk/gdk.h>
237 -
238 - /* Number of covers used to generate the drag & drop image */
239 - #define MAX_COVERS_IN_DRAG 3
240 -Index: src/ario-main.c
241 -===================================================================
242 ---- src/ario-main.c (revision 772)
243 -+++ src/ario-main.c (revision 774)
244 -@@ -21,7 +21,7 @@
245 - #include <locale.h>
246 - #include <libintl.h>
247 - #include <gtk/gtk.h>
248 --#include <gdk/gdkkeysyms.h>
249 -+#include <gdk/gdk.h>
250 - #include <curl/curl.h>
251 - #include <libxml/parser.h>
252 - #include <glib/gi18n.h>
253 -Index: src/ario-profiles.h
254 -===================================================================
255 ---- src/ario-profiles.h (revision 772)
256 -+++ src/ario-profiles.h (revision 774)
257 -@@ -20,7 +20,7 @@
258 - #ifndef __ARIO_PROFILES_H
259 - #define __ARIO_PROFILES_H
260 -
261 --#include <glib/gslist.h>
262 -+#include <glib.h>
263 - #include "servers/ario-server.h"
264 -
265 - G_BEGIN_DECLS
266 -Index: src/covers/ario-cover-handler.h
267 -===================================================================
268 ---- src/covers/ario-cover-handler.h (revision 772)
269 -+++ src/covers/ario-cover-handler.h (revision 774)
270 -@@ -17,7 +17,7 @@
271 - *
272 - */
273 -
274 --#include <gtk/gtkdialog.h>
275 -+#include <gtk/gtk.h>
276 -
277 - #ifndef __ARIO_COVER_HANDLER_H
278 - #define __ARIO_COVER_HANDLER_H
279 -Index: src/covers/ario-cover.c
280 -===================================================================
281 ---- src/covers/ario-cover.c (revision 772)
282 -+++ src/covers/ario-cover.c (revision 774)
283 -@@ -19,8 +19,7 @@
284 -
285 - #include "covers/ario-cover.h"
286 - #include <glib.h>
287 --#include <gtk/gtkdialog.h>
288 --#include <gtk/gtkmessagedialog.h>
289 -+#include <gtk/gtk.h>
290 - #include <string.h>
291 - #include <glib/gi18n.h>
292 - #include "ario-util.h"
293 -Index: src/preferences/ario-others-preferences.h
294 -===================================================================
295 ---- src/preferences/ario-others-preferences.h (revision 772)
296 -+++ src/preferences/ario-others-preferences.h (revision 774)
297 -@@ -21,7 +21,7 @@
298 - #define __ARIO_OTHERS_PREFERENCES_H
299 -
300 - #include <glib.h>
301 --#include <gtk/gtkvbox.h>
302 -+#include <gtk/gtk.h>
303 -
304 - G_BEGIN_DECLS
305 -
306 -Index: src/preferences/ario-lyrics-preferences.h
307 -===================================================================
308 ---- src/preferences/ario-lyrics-preferences.h (revision 772)
309 -+++ src/preferences/ario-lyrics-preferences.h (revision 774)
310 -@@ -21,7 +21,7 @@
311 - #define __ARIO_LYRICS_PREFERENCES_H
312 -
313 - #include <glib.h>
314 --#include <gtk/gtkvbox.h>
315 -+#include <gtk/gtk.h>
316 -
317 - G_BEGIN_DECLS
318 -
319 -Index: src/preferences/ario-server-preferences.h
320 -===================================================================
321 ---- src/preferences/ario-server-preferences.h (revision 772)
322 -+++ src/preferences/ario-server-preferences.h (revision 774)
323 -@@ -21,7 +21,7 @@
324 - #define __ARIO_SERVER_PREFERENCES_H
325 -
326 - #include <glib.h>
327 --#include <gtk/gtkvbox.h>
328 -+#include <gtk/gtk.h>
329 -
330 - G_BEGIN_DECLS
331 -
332 -Index: src/preferences/ario-cover-preferences.h
333 -===================================================================
334 ---- src/preferences/ario-cover-preferences.h (revision 772)
335 -+++ src/preferences/ario-cover-preferences.h (revision 774)
336 -@@ -21,7 +21,7 @@
337 - #define __ARIO_COVER_PREFERENCES_H
338 -
339 - #include <glib.h>
340 --#include <gtk/gtkvbox.h>
341 -+#include <gtk/gtk.h>
342 -
343 - G_BEGIN_DECLS
344 -
345 -Index: src/preferences/ario-browser-preferences.h
346 -===================================================================
347 ---- src/preferences/ario-browser-preferences.h (revision 772)
348 -+++ src/preferences/ario-browser-preferences.h (revision 774)
349 -@@ -17,7 +17,7 @@
350 - *
351 - */
352 -
353 --#include <gtk/gtkdialog.h>
354 -+#include <gtk/gtk.h>
355 -
356 - #ifndef __ARIO_BROWSER_PREFERENCES_H
357 - #define __ARIO_BROWSER_PREFERENCES_H
358 -Index: src/preferences/ario-taskbar-preferences.h
359 -===================================================================
360 ---- src/preferences/ario-taskbar-preferences.h (revision 772)
361 -+++ src/preferences/ario-taskbar-preferences.h (revision 774)
362 -@@ -21,7 +21,7 @@
363 - #define __ARIO_TASKBAR_PREFERENCES_H
364 -
365 - #include <glib.h>
366 --#include <gtk/gtkvbox.h>
367 -+#include <gtk/gtk.h>
368 -
369 - G_BEGIN_DECLS
370 -
371 -Index: src/preferences/ario-stats-preferences.h
372 -===================================================================
373 ---- src/preferences/ario-stats-preferences.h (revision 772)
374 -+++ src/preferences/ario-stats-preferences.h (revision 774)
375 -@@ -21,7 +21,7 @@
376 - #define __ARIO_STATS_PREFERENCES_H
377 -
378 - #include <glib.h>
379 --#include <gtk/gtkvbox.h>
380 -+#include <gtk/gtk.h>
381 -
382 - G_BEGIN_DECLS
383 -
384 -Index: src/preferences/ario-connection-preferences.h
385 -===================================================================
386 ---- src/preferences/ario-connection-preferences.h (revision 772)
387 -+++ src/preferences/ario-connection-preferences.h (revision 774)
388 -@@ -21,7 +21,7 @@
389 - #define __ARIO_CONNECTION_PREFERENCES_H
390 -
391 - #include <glib.h>
392 --#include <gtk/gtkvbox.h>
393 -+#include <gtk/gtk.h>
394 -
395 - G_BEGIN_DECLS
396 -
397 -Index: src/preferences/ario-playlist-preferences.h
398 -===================================================================
399 ---- src/preferences/ario-playlist-preferences.h (revision 772)
400 -+++ src/preferences/ario-playlist-preferences.h (revision 774)
401 -@@ -21,7 +21,7 @@
402 - #define __ARIO_PLAYLIST_PREFERENCES_H
403 -
404 - #include <glib.h>
405 --#include <gtk/gtkvbox.h>
406 -+#include <gtk/gtk.h>
407 -
408 - G_BEGIN_DECLS
409 -
410 -Index: src/lib/gtk-builder-helpers.h
411 -===================================================================
412 ---- src/lib/gtk-builder-helpers.h (revision 772)
413 -+++ src/lib/gtk-builder-helpers.h (revision 774)
414 -@@ -17,7 +17,7 @@
415 - *
416 - */
417 -
418 --#include <gtk/gtkbuilder.h>
419 -+#include <gtk/gtk.h>
420 -
421 - #ifndef __GTK_BUILDER_HELPERS_H
422 - #define __GTK_BUILDER_HELPERS_H
423 -Index: src/widgets/ario-dnd-tree.h
424 -===================================================================
425 ---- src/widgets/ario-dnd-tree.h (revision 772)
426 -+++ src/widgets/ario-dnd-tree.h (revision 774)
427 -@@ -20,7 +20,7 @@
428 - #ifndef __ARIO_DND_TREE_H
429 - #define __ARIO_DND_TREE_H
430 -
431 --#include <gtk/gtktreeview.h>
432 -+#include <gtk/gtk.h>
433 - #include <config.h>
434 -
435 - G_BEGIN_DECLS
436 -Index: src/widgets/ario-songlist.h
437 -===================================================================
438 ---- src/widgets/ario-songlist.h (revision 772)
439 -+++ src/widgets/ario-songlist.h (revision 774)
440 -@@ -21,10 +21,7 @@
441 - #define __ARIO_SONGLIST_H
442 -
443 - #include <glib.h>
444 --#include <gtk/gtkscrolledwindow.h>
445 --#include <gtk/gtkliststore.h>
446 --#include <gtk/gtktreeview.h>
447 --#include <gtk/gtkuimanager.h>
448 -+#include <gtk/gtk.h>
449 -
450 - G_BEGIN_DECLS
451 -
452 -Index: src/widgets/ario-tray-icon.h
453 -===================================================================
454 ---- src/widgets/ario-tray-icon.h (revision 772)
455 -+++ src/widgets/ario-tray-icon.h (revision 774)
456 -@@ -26,8 +26,7 @@
457 -
458 - #include <config.h>
459 - #include "shell/ario-shell.h"
460 --#include <gtk/gtkuimanager.h>
461 --#include <gtk/gtkstatusicon.h>
462 -+#include <gtk/gtk.h>
463 -
464 - G_BEGIN_DECLS
465 -
466 -Index: src/widgets/ario-volume.h
467 -===================================================================
468 ---- src/widgets/ario-volume.h (revision 772)
469 -+++ src/widgets/ario-volume.h (revision 774)
470 -@@ -20,7 +20,7 @@
471 - #ifndef __ARIO_VOLUME_H
472 - #define __ARIO_VOLUME_H
473 -
474 --#include <gtk/gtkeventbox.h>
475 -+#include <gtk/gtk.h>
476 -
477 - G_BEGIN_DECLS
478 -
479 -Index: src/widgets/ario-connection-widget.h
480 -===================================================================
481 ---- src/widgets/ario-connection-widget.h (revision 772)
482 -+++ src/widgets/ario-connection-widget.h (revision 774)
483 -@@ -20,7 +20,7 @@
484 - #ifndef __ARIO_CONNECTION_WIDGET_H
485 - #define __ARIO_CONNECTION_WIDGET_H
486 -
487 --#include <gtk/gtkvbox.h>
488 -+#include <gtk/gtk.h>
489 -
490 - #define ARIO_DEFAULT_TIMEOUT 5000
491 -
492 -Index: src/widgets/ario-firstlaunch.h
493 -===================================================================
494 ---- src/widgets/ario-firstlaunch.h (revision 772)
495 -+++ src/widgets/ario-firstlaunch.h (revision 774)
496 -@@ -20,7 +20,7 @@
497 - #ifndef __ARIO_FIRSTLAUNCH_H
498 - #define __ARIO_FIRSTLAUNCH_H
499 -
500 --#include <gtk/gtkassistant.h>
501 -+#include <gtk/gtk.h>
502 -
503 - G_BEGIN_DECLS
504 -
505 -Index: src/widgets/ario-header.h
506 -===================================================================
507 ---- src/widgets/ario-header.h (revision 772)
508 -+++ src/widgets/ario-header.h (revision 774)
509 -@@ -20,7 +20,7 @@
510 - #ifndef __ARIO_HEADER_H
511 - #define __ARIO_HEADER_H
512 -
513 --#include <gtk/gtkhbox.h>
514 -+#include <gtk/gtk.h>
515 -
516 - G_BEGIN_DECLS
517 -
518 -Index: src/widgets/ario-lyrics-editor.h
519 -===================================================================
520 ---- src/widgets/ario-lyrics-editor.h (revision 772)
521 -+++ src/widgets/ario-lyrics-editor.h (revision 774)
522 -@@ -17,7 +17,7 @@
523 - *
524 - */
525 -
526 --#include <gtk/gtkvbox.h>
527 -+#include <gtk/gtk.h>
528 - #include "lyrics/ario-lyrics-provider.h"
529 -
530 - #ifndef __ARIO_LYRICS_EDITOR_H
531 -Index: src/widgets/ario-tooltip.h
532 -===================================================================
533 ---- src/widgets/ario-tooltip.h (revision 772)
534 -+++ src/widgets/ario-tooltip.h (revision 774)
535 -@@ -21,7 +21,7 @@
536 - #define __ARIO_TOOLTIP_H
537 -
538 - #include <config.h>
539 --#include <gtk/gtkhbox.h>
540 -+#include <gtk/gtk.h>
541 -
542 - G_BEGIN_DECLS
543 -
544 -Index: src/shell/ario-shell-coverdownloader.h
545 -===================================================================
546 ---- src/shell/ario-shell-coverdownloader.h (revision 772)
547 -+++ src/shell/ario-shell-coverdownloader.h (revision 774)
548 -@@ -21,7 +21,7 @@
549 - #define __ARIO_SHELL_COVERDOWNLOADER_H
550 -
551 - #include <glib.h>
552 --#include <gtk/gtkwindow.h>
553 -+#include <gtk/gtk.h>
554 -
555 - G_BEGIN_DECLS
556 -
557 -Index: src/shell/ario-shell-preferences.h
558 -===================================================================
559 ---- src/shell/ario-shell-preferences.h (revision 772)
560 -+++ src/shell/ario-shell-preferences.h (revision 774)
561 -@@ -17,7 +17,7 @@
562 - *
563 - */
564 -
565 --#include <gtk/gtkdialog.h>
566 -+#include <gtk/gtk.h>
567 -
568 - #ifndef __ARIO_SHELL_PREFERENCES_H
569 - #define __ARIO_SHELL_PREFERENCES_H
570 -Index: src/shell/ario-shell.h
571 -===================================================================
572 ---- src/shell/ario-shell.h (revision 772)
573 -+++ src/shell/ario-shell.h (revision 774)
574 -@@ -20,7 +20,7 @@
575 - #ifndef __ARIO_SHELL_H
576 - #define __ARIO_SHELL_H
577 -
578 --#include <gtk/gtkwindow.h>
579 -+#include <gtk/gtk.h>
580 -
581 - G_BEGIN_DECLS
582 -
583 -Index: src/shell/ario-shell-lyrics.h
584 -===================================================================
585 ---- src/shell/ario-shell-lyrics.h (revision 772)
586 -+++ src/shell/ario-shell-lyrics.h (revision 774)
587 -@@ -17,7 +17,7 @@
588 - *
589 - */
590 -
591 --#include <gtk/gtkwindow.h>
592 -+#include <gtk/gtk.h>
593 -
594 - #ifndef __ARIO_SHELL_LYRICS_H
595 - #define __ARIO_SHELL_LYRICS_H
596 -Index: src/shell/ario-shell-lyricsselect.h
597 -===================================================================
598 ---- src/shell/ario-shell-lyricsselect.h (revision 772)
599 -+++ src/shell/ario-shell-lyricsselect.h (revision 774)
600 -@@ -22,7 +22,7 @@
601 - #define __ARIO_SHELL_LYRICSSELECT_H
602 -
603 - #include <glib.h>
604 --#include <gtk/gtkdialog.h>
605 -+#include <gtk/gtk.h>
606 - #include "lyrics/ario-lyrics.h"
607 -
608 - G_BEGIN_DECLS
609 -Index: src/shell/ario-shell-songinfos.h
610 -===================================================================
611 ---- src/shell/ario-shell-songinfos.h (revision 772)
612 -+++ src/shell/ario-shell-songinfos.h (revision 774)
613 -@@ -17,7 +17,7 @@
614 - *
615 - */
616 -
617 --#include <gtk/gtkdialog.h>
618 -+#include <gtk/gtk.h>
619 -
620 - #ifndef __ARIO_SHELL_SONGINFOS_H
621 - #define __ARIO_SHELL_SONGINFOS_H
622 -Index: src/shell/ario-shell-similarartists.h
623 -===================================================================
624 ---- src/shell/ario-shell-similarartists.h (revision 772)
625 -+++ src/shell/ario-shell-similarartists.h (revision 774)
626 -@@ -17,7 +17,7 @@
627 - *
628 - */
629 -
630 --#include <gtk/gtkwindow.h>
631 -+#include <gtk/gtk.h>
632 -
633 - #ifndef __ARIO_SHELL_SIMILARARTISTS_H
634 - #define __ARIO_SHELL_SIMILARARTISTS_H
635 -Index: src/shell/ario-shell-coverselect.h
636 -===================================================================
637 ---- src/shell/ario-shell-coverselect.h (revision 772)
638 -+++ src/shell/ario-shell-coverselect.h (revision 774)
639 -@@ -22,7 +22,7 @@
640 - #define __ARIO_SHELL_COVERSELECT_H
641 -
642 - #include <glib.h>
643 --#include <gtk/gtkdialog.h>
644 -+#include <gtk/gtk.h>
645 - #include "servers/ario-server.h"
646 -
647 - G_BEGIN_DECLS
648 -Index: configure.ac
649 -===================================================================
650 ---- configure.ac (revision 772)
651 -+++ configure.ac (revision 774)
652 -@@ -298,9 +298,11 @@
653 - if test x"$enable_deprecations" = xyes; then
654 - WARNINGS="$WARNINGS -DG_DISABLE_DEPRECATED \
655 - -DGDK_DISABLE_DEPRECATED \
656 -+-DGTK_DISABLE_SINGLE_INCLUDES \
657 - -DGDK_PIXBUF_DISABLE_DEPRECATED \
658 - -DGTK_DISABLE_DEPRECATED \
659 ---DGSEAL_ENABLE"
660 -+-DGSEAL_ENABLE \
661 -+-DG_DISABLE_SINGLE_INCLUDES"
662 - fi
663 - AC_SUBST(WARNINGS)
664 -
665
666 diff --git a/media-sound/ario/metadata.xml b/media-sound/ario/metadata.xml
667 index 8d7f9eb01e6..948969c6567 100644
668 --- a/media-sound/ario/metadata.xml
669 +++ b/media-sound/ario/metadata.xml
670 @@ -11,7 +11,6 @@
671 </maintainer>
672 <use>
673 <flag name="idle">Enable experimental support for MPD's idle command to reduce bandwidth and cpu usage, requires MPD 0.14</flag>
674 - <flag name="scrobbler">Enable audioscrobbler/last.fm support <pkg>net-libs/libsoup</pkg></flag>
675 </use>
676 <upstream>
677 <remote-id type="sourceforge">ario-player</remote-id>