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/, media-plugins/audacious-plugins/files/
Date: Thu, 13 Dec 2018 00:32:58
Message-Id: 1544661161.954b71d60ef9b75682de23d52859561e58d44657.asturm@gentoo
1 commit: 954b71d60ef9b75682de23d52859561e58d44657
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 25 16:30:53 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 13 00:32:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954b71d6
7
8 media-plugins/audacious-plugins: Drop 3.9-r1
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-plugins/audacious-plugins/Manifest | 1 -
14 .../audacious-plugins-3.9-r1.ebuild | 180 ---------------------
15 .../files/audacious-plugins-3.9-qt-5.10.patch | 26 ---
16 media-plugins/audacious-plugins/metadata.xml | 3 -
17 4 files changed, 210 deletions(-)
18
19 diff --git a/media-plugins/audacious-plugins/Manifest b/media-plugins/audacious-plugins/Manifest
20 index 607c7195c5e..d6fc74039d6 100644
21 --- a/media-plugins/audacious-plugins/Manifest
22 +++ b/media-plugins/audacious-plugins/Manifest
23 @@ -1,3 +1,2 @@
24 DIST audacious-plugins-3.10.tar.bz2 1701877 BLAKE2B 4db7351af494ff5b7d2a7968524e2480f321505759f4a6532dd86f8fd87f43ab0a66e9f1fc75cfcbc8c59d35c1071048b61a8452fa6e041cd1667872f5b5699e SHA512 88dd93b5a7f6582ec42cf539d1000de0900cce683f4de85d8a17f57c7ba34545c6277882cad1505cb6682ee7b885ffcd1fe5675f7e24dc3e2a650615789d9d52
25 DIST audacious-plugins-3.9-gtk3.tar.bz2 1842950 BLAKE2B 55f373be204a9b4c9cff41d41d43c4776f680ab203643e90e5d338bec2e7f8a4c60cda9caa08e461089a475f3ec1bc237538f781718eb0d26a4365743337e977 SHA512 e2529af761bc97e589cac08689b16db657096b1bbfcc802789726ae1b472746025bec1b492de52eef755d7b50574d09b9250761bf701b1ca37f8a0e8db0f207b
26 -DIST audacious-plugins-3.9.tar.bz2 1843084 BLAKE2B fa3a8433a869a2df0589f59e12513adcc0da0545b53ee441db4b18be7e12334b4125bd60b48902c37041041555859ab19df814c483f7d971214077e9980148b6 SHA512 00c8c53d69995ca1fedb91c7df609cc6c65b13e1af23b98a2fbda143c02ac554cc2c42c01f1c593af252e36bfb85b6324f2daca8632d3b672c69fb4dead2e3fa
27
28 diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
29 deleted file mode 100644
30 index 21da7bb77a8..00000000000
31 --- a/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
32 +++ /dev/null
33 @@ -1,180 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -MY_P="${P/_/-}"
40 -
41 -DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
42 -HOMEPAGE="https://audacious-media-player.org/"
43 -
44 -if [[ ${PV} == *9999 ]]; then
45 - inherit autotools git-r3
46 - EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git"
47 -else
48 - SRC_URI="
49 - !gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
50 - gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
51 - KEYWORDS="~amd64 ~x86"
52 -fi
53 -
54 -LICENSE="GPL-2"
55 -SLOT="0"
56 -IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth gnome hotkeys http gme gtk gtk3 jack lame libav
57 - libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
58 -REQUIRED_USE="
59 - ^^ ( gtk gtk3 qt5 )
60 - qt5? ( !libnotify )
61 - || ( alsa jack pulseaudio sdl )
62 - ampache? ( qt5 http )"
63 -
64 -# The following plugins REQUIRE a GUI build of audacious, because non-GUI
65 -# builds do NOT install the libaudgui library & headers.
66 -# Plugins without a configure option:
67 -# alarm
68 -# albumart
69 -# delete-files
70 -# ladspa
71 -# playlist-manager
72 -# search-tool
73 -# skins
74 -# vtx
75 -# Plugins with a configure option:
76 -# glspectrum
77 -# gtkui
78 -# hotkey
79 -# notify
80 -# statusicon
81 -RDEPEND="
82 - app-arch/unzip
83 - dev-libs/dbus-glib
84 - dev-libs/glib
85 - dev-libs/libxml2:2
86 - ~media-sound/audacious-${PV}[gtk?,gtk3?,qt5?]
87 - aac? ( >=media-libs/faad2-2.7 )
88 - alsa? ( >=media-libs/alsa-lib-1.0.16 )
89 - ampache? ( =media-libs/ampache_browser-1* )
90 - aosd? (
91 - x11-libs/libXrender
92 - x11-libs/libXcomposite
93 - )
94 - bs2b? ( media-libs/libbs2b )
95 - cdda? (
96 - >=media-libs/libcddb-1.2.1
97 - dev-libs/libcdio-paranoia
98 - )
99 - cue? ( media-libs/libcue )
100 - ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
101 - flac? (
102 - >=media-libs/libvorbis-1.0
103 - >=media-libs/flac-1.2.1-r1
104 - )
105 - fluidsynth? ( media-sound/fluidsynth )
106 - http? ( >=net-libs/neon-0.26.4 )
107 - gtk? ( x11-libs/gtk+:2 )
108 - gtk3? ( x11-libs/gtk+:3 )
109 - qt5? (
110 - dev-qt/qtcore:5
111 - dev-qt/qtgui:5
112 - dev-qt/qtmultimedia:5
113 - dev-qt/qtwidgets:5
114 - media-libs/adplug
115 - )
116 - jack? (
117 - >=media-libs/bio2jack-0.4
118 - virtual/jack
119 - )
120 - lame? ( media-sound/lame )
121 - libnotify? ( x11-libs/libnotify )
122 - libsamplerate? ( media-libs/libsamplerate:= )
123 - lirc? ( app-misc/lirc )
124 - mms? ( >=media-libs/libmms-0.3 )
125 - modplug? ( media-libs/libmodplug )
126 - mp3? ( >=media-sound/mpg123-1.12.1 )
127 - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
128 - scrobbler? ( net-misc/curl )
129 - sdl? ( media-libs/libsdl2[sound] )
130 - sid? ( >=media-libs/libsidplayfp-1.0.0 )
131 - sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
132 - soxr? ( media-libs/soxr )
133 - speedpitch? ( media-libs/libsamplerate:= )
134 - vorbis? (
135 - >=media-libs/libvorbis-1.2.0
136 - >=media-libs/libogg-1.1.3
137 - )
138 - wavpack? ( >=media-sound/wavpack-4.50.1-r1 )"
139 -
140 -DEPEND="${RDEPEND}
141 - dev-util/gdbus-codegen
142 - virtual/pkgconfig
143 - nls? ( dev-util/intltool )"
144 -
145 -S="${WORKDIR}/${MY_P}"
146 -
147 -PATCHES=( "${FILESDIR}/${P}-qt-5.10.patch" )
148 -
149 -src_unpack() {
150 - if [[ ${PV} == *9999 ]]; then
151 - git-r3_src_unpack
152 - else
153 - default
154 - if use gtk3; then
155 - mv "${MY_P}"{-gtk3,} || die
156 - fi
157 - fi
158 -}
159 -
160 -src_prepare() {
161 - default
162 - [[ ${PV} == *9999 ]] && eautoreconf
163 -}
164 -
165 -src_configure() {
166 - if ! use mp3 ; then
167 - ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
168 - fi
169 -
170 - econf \
171 - --enable-mpris2 \
172 - --enable-songchange \
173 - --disable-oss4 \
174 - --disable-qtaudio \
175 - --disable-qtglspectrum \
176 - --disable-coreaudio \
177 - --disable-sndio \
178 - $(use_enable aac) \
179 - $(use_enable alsa) \
180 - $(use_enable ampache) \
181 - $(use_enable aosd) \
182 - $(use_enable bs2b) \
183 - $(use_enable cdda cdaudio) \
184 - $(use_enable cue) \
185 - $(use_enable flac) \
186 - $(use_enable fluidsynth amidiplug) \
187 - $(use_enable flac filewriter) \
188 - $(use_enable gme console) \
189 - $(use_enable $(usex gtk gtk gtk3) gtk) \
190 - $(use_enable hotkeys hotkey) \
191 - $(use_enable http neon) \
192 - $(use_enable jack) \
193 - $(use_enable gnome gnomeshortcuts) \
194 - $(use_enable lame filewriter_mp3) \
195 - $(use_enable libnotify notify) \
196 - $(use_enable libsamplerate resample) \
197 - $(use_enable lirc) \
198 - $(use_enable mms) \
199 - $(use_enable modplug) \
200 - $(use_enable mp3 mpg123) \
201 - $(use_enable nls) \
202 - $(use_enable pulseaudio pulse) \
203 - $(use_enable qt5 qt) \
204 - $(use_enable scrobbler scrobbler2) \
205 - $(use_enable sdl sdlout) \
206 - $(use_enable sid) \
207 - $(use_enable sndfile) \
208 - $(use_enable soxr) \
209 - $(use_enable speedpitch) \
210 - $(use_enable vorbis) \
211 - $(use_enable wavpack) \
212 - $(use_with ffmpeg ffmpeg $(usex libav libav ffmpeg))
213 -}
214
215 diff --git a/media-plugins/audacious-plugins/files/audacious-plugins-3.9-qt-5.10.patch b/media-plugins/audacious-plugins/files/audacious-plugins-3.9-qt-5.10.patch
216 deleted file mode 100644
217 index 64122bf9198..00000000000
218 --- a/media-plugins/audacious-plugins/files/audacious-plugins-3.9-qt-5.10.patch
219 +++ /dev/null
220 @@ -1,26 +0,0 @@
221 -From 971f7ff7c3d8a0b9b420bf4fd19ab97755607637 Mon Sep 17 00:00:00 2001
222 -From: ilovezfs <ilovezfs@××××××.com>
223 -Date: Mon, 11 Dec 2017 00:17:26 -0800
224 -Subject: [PATCH] qtui: fix build with Qt 5.10
225 -
226 -Fixes "info_bar.cc:258:21: error: no viable overloaded '='"
227 ----
228 - src/qtui/info_bar.cc | 4 ++--
229 - 1 file changed, 2 insertions(+), 2 deletions(-)
230 -
231 -diff --git a/src/qtui/info_bar.cc b/src/qtui/info_bar.cc
232 -index 2789f93c5..eb29ef78e 100644
233 ---- a/src/qtui/info_bar.cc
234 -+++ b/src/qtui/info_bar.cc
235 -@@ -257,8 +257,8 @@ void InfoBar::paintEvent (QPaintEvent *)
236 - if (d.title.text ().isNull () && ! d.orig_title.isNull ())
237 - {
238 - QFontMetrics metrics = p.fontMetrics ();
239 -- d.title = metrics.elidedText (d.orig_title, Qt::ElideRight,
240 -- width () - ps.VisWidth - ps.Height - ps.Spacing);
241 -+ d.title = QStaticText(metrics.elidedText (d.orig_title, Qt::ElideRight,
242 -+ width () - ps.VisWidth - ps.Height - ps.Spacing));
243 - }
244 -
245 - p.setPen (QColor (255, 255, 255));
246 -
247
248 diff --git a/media-plugins/audacious-plugins/metadata.xml b/media-plugins/audacious-plugins/metadata.xml
249 index bf0fc38a66a..cdc6bec65c6 100644
250 --- a/media-plugins/audacious-plugins/metadata.xml
251 +++ b/media-plugins/audacious-plugins/metadata.xml
252 @@ -12,13 +12,10 @@
253 <use>
254 <flag name="adplug">Build with AdPlug (Adlib sound card emulation) support</flag>
255 <flag name="ampache">Support controlling audacious via <pkg>www-apps/ampache</pkg></flag>
256 - <flag name="aosd">Enable support for Audacious OSD</flag>
257 <flag name="bs2b">Enable Bauer Bauer stereophonic-to-binaural headphone filter</flag>
258 <flag name="cue">Support CUE sheets using the libcue library</flag>
259 <flag name="fluidsynth">Support FluidSynth as MIDI synth backend</flag>
260 <flag name="gme">Support various gaming console music formats</flag>
261 - <flag name="gtk3">Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+)</flag>
262 - <flag name="hotkeys">Enable support for controlling via hotkeys</flag>
263 <flag name="http">Support HTTP streams through neon</flag>
264 <flag name="qt5">Build with Qt5 interface instead Gtk+</flag>
265 <flag name="qtmedia">Enable playback via <pkg>dev-qt/qtmultimedia</pkg></flag>