Gentoo Archives: gentoo-commits

From: Jason Donenfeld <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/, media-sound/audacious/
Date: Tue, 01 Aug 2017 01:05:57
Message-Id: 1501549546.cdf95b06fb6e38d3803e3e5e2f3f265b0488958e.zx2c4@gentoo
1 commit: cdf95b06fb6e38d3803e3e5e2f3f265b0488958e
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 01:04:16 2017 +0000
4 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 01:05:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf95b06
7
8 media-*/audacious*: version bump
9
10 media-plugins/audacious-plugins/Manifest | 2 +
11 .../audacious-plugins-3.8.2.ebuild | 175 +++++++++++++++++++++
12 media-plugins/audacious-plugins/metadata.xml | 1 +
13 media-sound/audacious/Manifest | 2 +
14 media-sound/audacious/audacious-3.8.2.ebuild | 78 +++++++++
15 media-sound/audacious/metadata.xml | 10 +-
16 6 files changed, 263 insertions(+), 5 deletions(-)
17
18 diff --git a/media-plugins/audacious-plugins/Manifest b/media-plugins/audacious-plugins/Manifest
19 index c25d94e065d..f02008cc184 100644
20 --- a/media-plugins/audacious-plugins/Manifest
21 +++ b/media-plugins/audacious-plugins/Manifest
22 @@ -3,3 +3,5 @@ DIST audacious-plugins-3.6.2-gtk3.tar.bz2 1788886 SHA256 943d94c1ea09817caba627b
23 DIST audacious-plugins-3.6.2.tar.bz2 1786338 SHA256 e7798936249e1601177503d148a3dd59edd289579f3f1667351eb0ba463642e8 SHA512 d0715bdc819b115e55daafc6715a770a9e2d8d61d19b9a9485195774e8ace672144dc7852f71bd0b796d26bfcb82766252f65d58a2a061e7a0228a1dda3148c5 WHIRLPOOL 055be62da6c7f8ddacf2c3ef18194ba09bf63dc3699919f6e5068740c0fc6db2b370da999ffe8724e62c60363928ae87ca86d526458fa93b9a3cce37799b12af
24 DIST audacious-plugins-3.7.1-gtk3.tar.bz2 1838067 SHA256 75469b52694fcfce237a937c6c64c0d355aefa6a7b6c2504ab447d901afc073f SHA512 77b0e3c167d430ed97dfb2bd344d856de9a384a4667f7759ad59f47706de12d7b5b849455c381c27a58f82d3b423d08e922ac81f5e1bb0dd763b9a09bc3e53c6 WHIRLPOOL fbbc8e4a512b681ff2a87ea7c971b3496ff007dab5fdb534457e5608724ba43fc71642384a417190ded19d900b6e1dc20c1369f59882d91791bbcc637402c4a3
25 DIST audacious-plugins-3.7.1.tar.bz2 1838045 SHA256 228a384f26afb000099166776d3454539956aa00fde90dcb4612ce8910ed4116 SHA512 2d22131babba572af235ec5f27135061a1602be55a2f709e327b7cd4052f7c11bc31398d01574a6f07197daa6b79cb42d5fa7b26f75764680420a46aede5cd9a WHIRLPOOL 026c355c6323aa6b56b09c119d9320ec5a7306f11b90504631f8a25c05b4f9bd1641ff223e0122a7b5be48f341a3820b759d1829ca60274285cfe19897c9edae
26 +DIST audacious-plugins-3.8.2-gtk3.tar.bz2 1821924 SHA256 7849024beae61b8af3874b166cf3977905aec77859e53901158b531b31ef0cef SHA512 a5457cecc72ca4d57a3fad686b5ff42b2110d8ef65203fa49ad063c8944fc41af5d231b0870126e21c4cc8b3152de36c13726813075d26ba86450ef2132a6d33 WHIRLPOOL 0a75dd8a439dd30dce4764385fa60f317c521c3f45b5e4ae6c1d14f6a677774854d4c1650ba59facc7d204cbd53b7a8b3fca8dd94ee1b040fc2c8f444b179e4f
27 +DIST audacious-plugins-3.8.2.tar.bz2 1821558 SHA256 d7cefca7a0e32bf4e58bb6e84df157268b5e9a6771a0e8c2da98b03f92a5fdd4 SHA512 61be2ee962853ed05366d4089ae1bef96c282ff61a947dc32f06651a9b620035a33cf4d75f4c4d74821099f36f9124f2b2266940f4844d14ca43ef70a81cde08 WHIRLPOOL 9d87947da3a7d90f0e5262d27dcbbbff2cfc833d340e87448a11d7c5fdfd5a64d8e1f49823a50e7f6ff33214a93594051e561e75eab422aa6321402067076e75
28
29 diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.8.2.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.8.2.ebuild
30 new file mode 100644
31 index 00000000000..716ae4cc937
32 --- /dev/null
33 +++ b/media-plugins/audacious-plugins/audacious-plugins-3.8.2.ebuild
34 @@ -0,0 +1,175 @@
35 +# Copyright 1999-2017 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=5
39 +inherit eutils
40 +
41 +MY_P="${P/_/-}"
42 +S="${WORKDIR}/${MY_P}"
43 +DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
44 +HOMEPAGE="http://audacious-media-player.org/"
45 +SRC_URI="!gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
46 + gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
47 +
48 +LICENSE="GPL-2"
49 +SLOT="0"
50 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
51 +IUSE="aac +adplug alsa aosd bs2b cdda cue ffmpeg flac fluidsynth gnome http gtk gtk3 jack
52 +lame libnotify libsamplerate lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile vorbis wavpack"
53 +REQUIRED_USE="
54 + ^^ ( gtk gtk3 qt5 )
55 +"
56 +# The following plugins REQUIRE a GUI build of audacious, because non-GUI
57 +# builds do NOT install the libaudgui library & headers.
58 +# Plugins without a configure option:
59 +# alarm
60 +# albumart
61 +# delete-files
62 +# ladspa
63 +# playlist-manager
64 +# search-tool
65 +# skins
66 +# vtx
67 +# Plugins with a configure option:
68 +# glspectrum
69 +# gtkui
70 +# hotkey
71 +# notify
72 +# statusicon
73 +
74 +RDEPEND="app-arch/unzip
75 + >=dev-libs/dbus-glib-0.60
76 + dev-libs/libxml2:2
77 + media-libs/libmodplug
78 + ~media-sound/audacious-${PV}
79 + >=media-sound/audacious-3.7.1-r1
80 + media-libs/adplug
81 + ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) )
82 + aac? ( >=media-libs/faad2-2.7 )
83 + alsa? ( >=media-libs/alsa-lib-1.0.16 )
84 + aosd? ( x11-libs/libXrender
85 + x11-libs/libXcomposite )
86 + bs2b? ( media-libs/libbs2b )
87 + cdda? ( >=media-libs/libcddb-1.2.1
88 + dev-libs/libcdio-paranoia )
89 + cue? ( media-libs/libcue )
90 + ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
91 + flac? ( >=media-libs/libvorbis-1.0
92 + >=media-libs/flac-1.2.1-r1 )
93 + fluidsynth? ( media-sound/fluidsynth )
94 + http? ( >=net-libs/neon-0.26.4 )
95 + gtk? ( x11-libs/gtk+:2
96 + ~media-sound/audacious-${PV}[gtk?] )
97 + gtk3? ( x11-libs/gtk+:3
98 + media-libs/adplug
99 + ~media-sound/audacious-${PV}[gtk3?] )
100 + qt5? ( dev-qt/qtcore:5
101 + dev-qt/qtgui:5
102 + dev-qt/qtmultimedia:5
103 + dev-qt/qtwidgets:5
104 + media-libs/adplug
105 + ~media-sound/audacious-${PV}[qt5?] )
106 + jack? ( >=media-libs/bio2jack-0.4
107 + media-sound/jack-audio-connection-kit )
108 + lame? ( media-sound/lame )
109 + libnotify? ( x11-libs/libnotify )
110 + libsamplerate? ( media-libs/libsamplerate )
111 + lirc? ( app-misc/lirc )
112 + mms? ( >=media-libs/libmms-0.3 )
113 + mp3? ( >=media-sound/mpg123-1.12.1 )
114 + pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
115 + scrobbler? ( net-misc/curl )
116 + sdl? ( media-libs/libsdl[sound] )
117 + sid? ( >=media-libs/libsidplayfp-1.0.0 )
118 + sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
119 + vorbis? ( >=media-libs/libvorbis-1.2.0
120 + >=media-libs/libogg-1.1.3 )
121 + wavpack? ( >=media-sound/wavpack-4.50.1-r1 )"
122 +
123 +DEPEND="${RDEPEND}
124 + nls? ( dev-util/intltool )
125 + virtual/pkgconfig"
126 +
127 +mp3_warning() {
128 + if ! use mp3 ; then
129 + ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
130 + fi
131 +}
132 +
133 +src_unpack() {
134 + default
135 + if use gtk3 ; then
136 + mv "${MY_P}-gtk3" "${MY_P}"
137 + fi
138 +}
139 +
140 +src_prepare() {
141 + has_version "<dev-libs/glib-2.32" && \
142 + cd "${S}"/src/mpris2 && \
143 + gdbus-codegen --interface-prefix org.mpris. \
144 + --c-namespace Mpris --generate-c-code object-core mpris2.xml && \
145 + gdbus-codegen --interface-prefix org.mpris. \
146 + --c-namespace Mpris \
147 + --generate-c-code object-player mpris2-player.xml && \
148 + cd "${S}"
149 +}
150 +
151 +src_configure() {
152 + mp3_warning
153 + if use qt5 ;then
154 + notify="--disable-notify"
155 + elif use libnotify ;then
156 + notify="--enable-notify"
157 + fi
158 +
159 + if use gtk ;then
160 + gtk="--enable-gtk"
161 + elif use gtk3 ;then
162 + gtk="--enable-gtk"
163 + else
164 + gtk="--disable-gtk"
165 + fi
166 +
167 + if use ffmpeg && has_version media-video/ffmpeg ; then
168 + ffmpeg="--with-ffmpeg=ffmpeg"
169 + elif use ffmpeg && has_version media-video/libav ; then
170 + ffmpeg="--with-ffmpeg=libav"
171 + else
172 + ffmpeg="--with-ffmpeg=none"
173 + fi
174 +
175 + econf \
176 + ${ffmpeg} \
177 + ${gtk} \
178 + ${notify} \
179 + --enable-modplug \
180 + --enable-mpris2 \
181 + --disable-soxr \
182 + --disable-oss4 \
183 + $(use_enable aac) \
184 + $(use_enable alsa) \
185 + $(use_enable aosd) \
186 + $(use_enable bs2b) \
187 + $(use_enable cdda cdaudio) \
188 + $(use_enable cue) \
189 + $(use_enable flac) \
190 + $(use_enable fluidsynth amidiplug) \
191 + $(use_enable flac filewriter) \
192 + $(use_enable http neon) \
193 + $(use_enable jack) \
194 + $(use_enable gnome gnomeshortcuts) \
195 + $(use_enable lame filewriter_mp3) \
196 + $(use_enable libsamplerate resample) \
197 + $(use_enable lirc) \
198 + $(use_enable mms) \
199 + $(use_enable mp3 mpg123) \
200 + $(use_enable nls) \
201 + $(use_enable pulseaudio pulse) \
202 + $(use_enable qt5 qt) \
203 + $(use_enable scrobbler scrobbler2) \
204 + $(use_enable sdl sdlout) \
205 + $(use_enable sid) \
206 + $(use_enable sndfile) \
207 + $(use_enable vorbis) \
208 + $(use_enable wavpack)
209 +}
210
211 diff --git a/media-plugins/audacious-plugins/metadata.xml b/media-plugins/audacious-plugins/metadata.xml
212 index e5ba67c697d..f9c194a447f 100644
213 --- a/media-plugins/audacious-plugins/metadata.xml
214 +++ b/media-plugins/audacious-plugins/metadata.xml
215 @@ -12,6 +12,7 @@
216 <use>
217 <flag name="adplug">Build with AdPlug (Adlib sound card emulation)
218 support</flag>
219 + <flag name="aosd">Enable support for Audacious OSD</flag>
220 <flag name="bs2b">Enable Bauer Bauer stereophonic-to-binaural
221 headphone filter</flag>
222 <flag name="cue">Support CUE sheets using the libcue library</flag>
223
224 diff --git a/media-sound/audacious/Manifest b/media-sound/audacious/Manifest
225 index ed209347872..2761cff333b 100644
226 --- a/media-sound/audacious/Manifest
227 +++ b/media-sound/audacious/Manifest
228 @@ -3,4 +3,6 @@ DIST audacious-3.6.2-gtk3.tar.bz2 539937 SHA256 ed951e588a9f3cb6766301cc387138a3
229 DIST audacious-3.6.2.tar.bz2 539843 SHA256 b2fdb9f3cafd65b2afc50efea6f17a7a329547f1d394f525870e42cb0483cb04 SHA512 b2fbf0b0628031ae5c883108cb1963232b50381b44882bf01faa7e11cd645e10a1d686d9ed078305a2cda66d238feaf7bdffd45c512830d20cef6770df327dde WHIRLPOOL f7b069b7e1f9538032d1bc290c7d476f16b075cf44a5d5d2b6f582a9e95ca3aa3e0a87d21ca00d4fc57a19983a9e74f3ded5e883acbd990df2064ac75e3da69a
230 DIST audacious-3.7.1-gtk3.tar.bz2 571720 SHA256 30d63066916d0de32891c74b6b39e3c9e81fc2449274eba3d0a9b8c9f70d02eb SHA512 0ead2827c74b31e10c555fd1254deb3d11e5aebf8c15d455cf5d6ab258012b293324700693b2b9da48b2b4c25418c7149a1901e1dfe3f210ddf730c25a43a358 WHIRLPOOL 2ceaa0194378b12ad8905c86fcf15e696f6deefa6da793d24e4e6282f0619f0fc9f7d7b8a7db0c231ba3a4e17052b4e8cdbad32c2b5a886f9aedec520c29cc25
231 DIST audacious-3.7.1.tar.bz2 571450 SHA256 c8366870aea21d5f4a5a282dee45fba99390e4e3d5164cd119e343f79e9ecbbf SHA512 4c74fcfa6e575375501828905f01ed1e769d88fa346a99162c6800da5bc6aa33ec5598c5de1201c4e24cadb31b8c36768ea390aa4884de6bdbf42b0bea5a31a8 WHIRLPOOL 19fb9e0bd4b606e09ef21a66b8684fbc5ccac4e97c0f26abe96b42851fc3a2c629d89b39ec3f9a5ec82a779a2d6a5ae56ab36ab0993a2e0c1ff48861e6c28518
232 +DIST audacious-3.8.2-gtk3.tar.bz2 591423 SHA256 4ec6bd82d812c5cdcb1c32f4b0912b219edc8f1ce2603b07f714e0c4f2ed08bc SHA512 fc2c69748c8f044aa8eae1848771b45088d85fbb67baf5dcd3ab2ff52e0848ba626e138d1a37756df98249f32cb3d6c54de29355b218602c6a47ff15c8ba0b96 WHIRLPOOL 7d9e2c295e89ec40ef91613f4a4c1f808446f156bbbc6e6be89511fa94a4b9cce5bef209187d1396edd008dd4474c127ad97a493cf9bf3deffd6064f07cdec8e
233 +DIST audacious-3.8.2.tar.bz2 591209 SHA256 bdf1471cce9becf9599c742c03bdf67a2b26d9101f7d865f900a74d57addbe93 SHA512 13914d837ab5f283c45297424033486d9a5158f78f17f5538ecce780125fa76585e9e45852d15f6ecf3ed974e7a2f6289ceaaeffa97b2ea79b2bef449d8c786b WHIRLPOOL 9027baf4fe10e69fd41417d46db2d9105701a6a8c8b80f5bfa3f0aa9615b07a0103b159585b601c01b3483f93872ed890ed81f921b512d295648bffc820267f0
234 DIST gentoo_ice-xmms-0.2.tar.bz2 51839 SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 SHA512 e863a8f86073007c47ce8c20739aae4bff22e22a7ddc11556b12ae6ebb68654cec7310fdc9d05f2c47f81cf2591fe601b2eb12a2fd911c0a6118c9f3cc524f05 WHIRLPOOL b7a4409629a860021477f34f8886c40c005ea2ec34373d80e6a696323866e54f361e38c76b1ac536775ae5912308f11416e613dec791f21473f01a2fad35bcfd
235
236 diff --git a/media-sound/audacious/audacious-3.8.2.ebuild b/media-sound/audacious/audacious-3.8.2.ebuild
237 new file mode 100644
238 index 00000000000..2e2abf4eede
239 --- /dev/null
240 +++ b/media-sound/audacious/audacious-3.8.2.ebuild
241 @@ -0,0 +1,78 @@
242 +# Copyright 1999-2017 Gentoo Foundation
243 +# Distributed under the terms of the GNU General Public License v2
244 +
245 +EAPI=5
246 +inherit eutils
247 +
248 +MY_P="${P/_/-}"
249 +S="${WORKDIR}/${MY_P}"
250 +
251 +DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
252 +HOMEPAGE="http://audacious-media-player.org/"
253 +SRC_URI="!gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
254 + gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )
255 + mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
256 +
257 +LICENSE="BSD-2"
258 +SLOT="0"
259 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
260 +
261 +IUSE="nls gtk gtk3 qt5"
262 +REQUIRED_USE="
263 + ^^ ( gtk gtk3 qt5 )
264 +"
265 +DOCS="AUTHORS"
266 +
267 +RDEPEND=">=dev-libs/dbus-glib-0.60
268 + >=dev-libs/glib-2.28
269 + >=x11-libs/cairo-1.2.6
270 + >=x11-libs/pango-1.8.0
271 + virtual/freedesktop-icon-theme
272 + gtk? ( x11-libs/gtk+:2 )
273 + gtk3? ( x11-libs/gtk+:3 )
274 + qt5? ( dev-qt/qtcore:5
275 + dev-qt/qtgui:5
276 + dev-qt/qtwidgets:5 )"
277 +
278 +DEPEND="${RDEPEND}
279 + virtual/pkgconfig
280 + nls? ( dev-util/intltool )"
281 +
282 +PDEPEND="~media-plugins/audacious-plugins-${PV}"
283 +
284 +src_unpack() {
285 + default
286 + if use gtk3 ; then
287 + mv "${MY_P}-gtk3" "${MY_P}"
288 + fi
289 +}
290 +
291 +src_configure() {
292 + if use gtk ;then
293 + gtk="--enable-gtk"
294 + elif use gtk3 ;then
295 + gtk="--enable-gtk"
296 + else
297 + gtk="--disable-gtk"
298 + fi
299 + # D-Bus is a mandatory dependency, remote control,
300 + # session management and some plugins depend on this.
301 + # Building without D-Bus is *unsupported* and a USE-flag
302 + # will not be added due to the bug reports that will result.
303 + # Bugs #197894, #199069, #207330, #208606
304 + econf \
305 + --enable-dbus \
306 + ${gtk} \
307 + $(use_enable nls) \
308 + $(use_enable qt5 qt)
309 +}
310 +
311 +src_install() {
312 + default
313 +
314 + # Gentoo_ice skin installation; bug #109772
315 + insinto /usr/share/audacious/Skins/gentoo_ice
316 + doins "${WORKDIR}"/gentoo_ice/*
317 + docinto gentoo_ice
318 + dodoc "${WORKDIR}"/README
319 +}
320
321 diff --git a/media-sound/audacious/metadata.xml b/media-sound/audacious/metadata.xml
322 index 1b8afb86b68..9617f17e612 100644
323 --- a/media-sound/audacious/metadata.xml
324 +++ b/media-sound/audacious/metadata.xml
325 @@ -2,15 +2,15 @@
326 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
327 <pkgmetadata>
328 <maintainer type="person">
329 - <email>chainsaw@g.o</email>
330 - <name>Tony Vroon</name>
331 + <email>chainsaw@g.o</email>
332 + <name>Tony Vroon</name>
333 </maintainer>
334 <maintainer type="project">
335 - <email>sound@g.o</email>
336 - <name>Gentoo Sound project</name>
337 + <email>sound@g.o</email>
338 + <name>Gentoo Sound project</name>
339 </maintainer>
340 <use>
341 - <flag name="chardet">Try to handle non-UTF8 chinese/japanese/korean ID3 tags</flag>
342 + <flag name="chardet">Try to handle non-UTF8 chinese/japanese/korean ID3 tags</flag>
343 <flag name="gtk3">Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+)</flag>
344 </use>
345 </pkgmetadata>