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-plugins/audacious-plugins/
Date: Sun, 18 Nov 2018 14:14:58
Message-Id: 1542550474.6972f4cd4bf9063c69bb50f353183c19ef02a8f6.asturm@gentoo
1 commit: 6972f4cd4bf9063c69bb50f353183c19ef02a8f6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 14:08:36 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 14:14:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6972f4cd
7
8 media-plugins/audacious-plugins: Sort dependencies
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild | 8 ++++----
14 media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 10 +++++-----
15 2 files changed, 9 insertions(+), 9 deletions(-)
16
17 diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
18 index f8439c86fa9..2b8878c61b6 100644
19 --- a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
20 +++ b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
21 @@ -57,15 +57,15 @@ RDEPEND="
22 ampache? ( =media-libs/ampache_browser-1* )
23 bs2b? ( media-libs/libbs2b )
24 cdda? (
25 - >=media-libs/libcddb-1.2.1
26 dev-libs/libcdio:=
27 dev-libs/libcdio-paranoia
28 + >=media-libs/libcddb-1.2.1
29 )
30 cue? ( media-libs/libcue )
31 ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
32 flac? (
33 - >=media-libs/libvorbis-1.0
34 >=media-libs/flac-1.2.1-r1
35 + >=media-libs/libvorbis-1.0
36 )
37 fluidsynth? ( media-sound/fluidsynth )
38 http? ( >=net-libs/neon-0.26.4 )
39 @@ -88,8 +88,8 @@ RDEPEND="
40 soxr? ( media-libs/soxr )
41 speedpitch? ( media-libs/libsamplerate:= )
42 vorbis? (
43 - >=media-libs/libvorbis-1.2.0
44 >=media-libs/libogg-1.1.3
45 + >=media-libs/libvorbis-1.2.0
46 )
47 wavpack? ( >=media-sound/wavpack-4.50.1-r1 )"
48
49 @@ -127,8 +127,8 @@ src_configure() {
50 $(use_enable cdda cdaudio) \
51 $(use_enable cue) \
52 $(use_enable flac) \
53 - $(use_enable fluidsynth amidiplug) \
54 $(use_enable flac filewriter) \
55 + $(use_enable fluidsynth amidiplug) \
56 $(use_enable gme console) \
57 $(use_enable http neon) \
58 $(use_enable jack) \
59
60 diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
61 index 49746fa262f..30c931fcafa 100644
62 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
63 +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
64 @@ -55,20 +55,20 @@ RDEPEND="
65 alsa? ( >=media-libs/alsa-lib-1.0.16 )
66 ampache? ( =media-libs/ampache_browser-1* )
67 aosd? (
68 - x11-libs/libXrender
69 x11-libs/libXcomposite
70 + x11-libs/libXrender
71 )
72 bs2b? ( media-libs/libbs2b )
73 cdda? (
74 - >=media-libs/libcddb-1.2.1
75 dev-libs/libcdio:=
76 dev-libs/libcdio-paranoia
77 + >=media-libs/libcddb-1.2.1
78 )
79 cue? ( media-libs/libcue )
80 ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
81 flac? (
82 - >=media-libs/libvorbis-1.0
83 >=media-libs/flac-1.2.1-r1
84 + >=media-libs/libvorbis-1.0
85 )
86 fluidsynth? ( media-sound/fluidsynth )
87 http? ( >=net-libs/neon-0.26.4 )
88 @@ -100,8 +100,8 @@ RDEPEND="
89 soxr? ( media-libs/soxr )
90 speedpitch? ( media-libs/libsamplerate:= )
91 vorbis? (
92 - >=media-libs/libvorbis-1.2.0
93 >=media-libs/libogg-1.1.3
94 + >=media-libs/libvorbis-1.2.0
95 )
96 wavpack? ( >=media-sound/wavpack-4.50.1-r1 )"
97
98 @@ -148,8 +148,8 @@ src_configure() {
99 $(use_enable cdda cdaudio) \
100 $(use_enable cue) \
101 $(use_enable flac) \
102 - $(use_enable fluidsynth amidiplug) \
103 $(use_enable flac filewriter) \
104 + $(use_enable fluidsynth amidiplug) \
105 $(use_enable gme console) \
106 $(use_enable $(usex gtk gtk gtk3) gtk) \
107 $(use_enable hotkeys hotkey) \