Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/
Date: Sat, 25 Jan 2020 19:02:50
Message-Id: 1579978942.d0d99f28cac3aeb0680444e36c158eea37479081.soap@gentoo
1 commit: d0d99f28cac3aeb0680444e36c158eea37479081
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 25 19:02:22 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 19:02:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d99f28
7
8 media-plugins/audacious-plugins: Remove USE="adplug"
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 ...us-plugins-3.10.1.ebuild => audacious-plugins-3.10.1-r1.ebuild} | 7 +++----
14 ...cious-plugins-3.9-r2.ebuild => audacious-plugins-3.9-r3.ebuild} | 3 +--
15 ...gins-4.0_beta1.ebuild => audacious-plugins-4.0_beta1-r1.ebuild} | 7 +++----
16 media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 7 +++----
17 media-plugins/audacious-plugins/metadata.xml | 1 -
18 5 files changed, 10 insertions(+), 15 deletions(-)
19
20 diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10.1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.10.1-r1.ebuild
21 similarity index 95%
22 rename from media-plugins/audacious-plugins/audacious-plugins-3.10.1.ebuild
23 rename to media-plugins/audacious-plugins/audacious-plugins-3.10.1-r1.ebuild
24 index 23c7267d5bb..7a744ede0c7 100644
25 --- a/media-plugins/audacious-plugins/audacious-plugins-3.10.1.ebuild
26 +++ b/media-plugins/audacious-plugins/audacious-plugins-3.10.1-r1.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2019 Gentoo Authors
29 +# Copyright 1999-2020 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=7
33 @@ -17,7 +17,7 @@ HOMEPAGE="https://audacious-media-player.org/"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -IUSE="aac adplug +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav libnotify libsamplerate
38 +IUSE="aac +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav libnotify libsamplerate
39 lirc mms modplug mp3 nls opengl pulseaudio qt5 qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
40 REQUIRED_USE="
41 || ( alsa jack pulseaudio qtmedia sdl )
42 @@ -52,7 +52,6 @@ DEPEND="
43 dev-libs/libxml2:2
44 ~media-sound/audacious-${PV}[qt5=]
45 aac? ( >=media-libs/faad2-2.7 )
46 - adplug? ( media-libs/adplug )
47 alsa? ( >=media-libs/alsa-lib-1.0.16 )
48 ampache? ( =media-libs/ampache_browser-1* )
49 bs2b? ( media-libs/libbs2b )
50 @@ -123,11 +122,11 @@ src_configure() {
51 local myeconfargs=(
52 --enable-mpris2
53 --enable-songchange
54 + --disable-adplug # not packaged
55 --disable-oss4
56 --disable-coreaudio
57 --disable-sndio
58 $(use_enable aac)
59 - $(use_enable adplug)
60 $(use_enable alsa)
61 $(use_enable ampache)
62 $(use_enable bs2b)
63
64 diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9-r2.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.9-r3.ebuild
65 similarity index 98%
66 rename from media-plugins/audacious-plugins/audacious-plugins-3.9-r2.ebuild
67 rename to media-plugins/audacious-plugins/audacious-plugins-3.9-r3.ebuild
68 index 93bf6d8de50..795d2dc4be8 100644
69 --- a/media-plugins/audacious-plugins/audacious-plugins-3.9-r2.ebuild
70 +++ b/media-plugins/audacious-plugins/audacious-plugins-3.9-r3.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2019 Gentoo Authors
73 +# Copyright 1999-2020 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI=6
77 @@ -36,7 +36,6 @@ RDEPEND="
78 dev-libs/dbus-glib
79 dev-libs/glib
80 dev-libs/libxml2:2
81 - media-libs/adplug
82 ~media-sound/audacious-${PV}
83 x11-libs/gtk+:3
84 x11-libs/libXcomposite
85
86 diff --git a/media-plugins/audacious-plugins/audacious-plugins-4.0_beta1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-4.0_beta1-r1.ebuild
87 similarity index 95%
88 rename from media-plugins/audacious-plugins/audacious-plugins-4.0_beta1.ebuild
89 rename to media-plugins/audacious-plugins/audacious-plugins-4.0_beta1-r1.ebuild
90 index b815a044cb5..1a3e8873b7b 100644
91 --- a/media-plugins/audacious-plugins/audacious-plugins-4.0_beta1.ebuild
92 +++ b/media-plugins/audacious-plugins/audacious-plugins-4.0_beta1-r1.ebuild
93 @@ -1,4 +1,4 @@
94 -# Copyright 1999-2019 Gentoo Authors
95 +# Copyright 1999-2020 Gentoo Authors
96 # Distributed under the terms of the GNU General Public License v2
97
98 EAPI=7
99 @@ -17,7 +17,7 @@ HOMEPAGE="https://audacious-media-player.org/"
100
101 LICENSE="GPL-2"
102 SLOT="0"
103 -IUSE="aac adplug +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth http gme
104 +IUSE="aac +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth http gme
105 jack lame libav libnotify libsamplerate lirc mms modplug mp3 nls opengl
106 pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
107 REQUIRED_USE="
108 @@ -56,7 +56,6 @@ DEPEND="
109 dev-qt/qtwidgets:5
110 ~media-sound/audacious-${PV}
111 aac? ( >=media-libs/faad2-2.7 )
112 - adplug? ( media-libs/adplug )
113 alsa? ( >=media-libs/alsa-lib-1.0.16 )
114 ampache? ( =media-libs/ampache_browser-1* )
115 bs2b? ( media-libs/libbs2b )
116 @@ -120,13 +119,13 @@ src_configure() {
117 --enable-mpris2
118 --enable-qt
119 --enable-songchange
120 + --disable-adplug # not packaged
121 --disable-gtk
122 --disable-openmpt # not packaged
123 --disable-oss4
124 --disable-coreaudio
125 --disable-sndio
126 $(use_enable aac)
127 - $(use_enable adplug)
128 $(use_enable alsa)
129 $(use_enable ampache)
130 $(use_enable bs2b)
131
132 diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
133 index 8ca80a9cf2b..f67ab2bfe3f 100644
134 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
135 +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
136 @@ -1,4 +1,4 @@
137 -# Copyright 1999-2019 Gentoo Authors
138 +# Copyright 1999-2020 Gentoo Authors
139 # Distributed under the terms of the GNU General Public License v2
140
141 EAPI=7
142 @@ -17,7 +17,7 @@ HOMEPAGE="https://audacious-media-player.org/"
143
144 LICENSE="GPL-2"
145 SLOT="0"
146 -IUSE="aac adplug +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth gtk http gme
147 +IUSE="aac +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth gtk http gme
148 jack lame libav libnotify libsamplerate lirc mms modplug mp3 nls opengl
149 pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch streamtuner
150 vorbis wavpack"
151 @@ -55,7 +55,6 @@ DEPEND="
152 dev-libs/libxml2:2
153 ~media-sound/audacious-${PV}[gtk=]
154 aac? ( >=media-libs/faad2-2.7 )
155 - adplug? ( media-libs/adplug )
156 alsa? ( >=media-libs/alsa-lib-1.0.16 )
157 ampache? ( =media-libs/ampache_browser-1* )
158 bs2b? ( media-libs/libbs2b )
159 @@ -129,12 +128,12 @@ src_configure() {
160 local myeconfargs=(
161 --enable-mpris2
162 --enable-songchange
163 + --disable-adplug # not packaged
164 --disable-openmpt # not packaged
165 --disable-oss4
166 --disable-coreaudio
167 --disable-sndio
168 $(use_enable aac)
169 - $(use_enable adplug)
170 $(use_enable alsa)
171 $(use_enable ampache)
172 $(use_enable bs2b)
173
174 diff --git a/media-plugins/audacious-plugins/metadata.xml b/media-plugins/audacious-plugins/metadata.xml
175 index 223d44b86b9..7fee56dc3a5 100644
176 --- a/media-plugins/audacious-plugins/metadata.xml
177 +++ b/media-plugins/audacious-plugins/metadata.xml
178 @@ -10,7 +10,6 @@
179 <name>Gentoo Sound project</name>
180 </maintainer>
181 <use>
182 - <flag name="adplug">Build with AdPlug (Adlib sound card emulation) support</flag>
183 <flag name="ampache">Support controlling audacious via <pkg>www-apps/ampache</pkg></flag>
184 <flag name="bs2b">Enable Bauer Bauer stereophonic-to-binaural headphone filter</flag>
185 <flag name="cue">Support CUE sheets using the libcue library</flag>