Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/
Date: Wed, 01 Dec 2021 21:27:27
Message-Id: 1638394033.71103552b598bcc5153911ac7033129539e077d9.sam@gentoo
1 commit: 71103552b598bcc5153911ac7033129539e077d9
2 Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
3 AuthorDate: Sun Nov 21 21:47:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 1 21:27:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71103552
7
8 media-plugins/audacious-plugins: drop live package
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../audacious-plugins-9999.ebuild | 165 ---------------------
15 1 file changed, 165 deletions(-)
16
17 diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
18 deleted file mode 100644
19 index b5081063135c..000000000000
20 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
21 +++ /dev/null
22 @@ -1,165 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -MY_P="${P/_/-}"
29 -
30 -if [[ ${PV} == *9999 ]]; then
31 - inherit autotools git-r3
32 - EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git"
33 -else
34 - SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2"
35 - KEYWORDS="~amd64 ~riscv ~x86"
36 -fi
37 -DESCRIPTION="Lightweight and versatile audio player"
38 -HOMEPAGE="https://audacious-media-player.org/"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -IUSE="aac +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth gme http jack
43 - lame libnotify libsamplerate lirc mms modplug mp3 nls opengl pulseaudio
44 - scrobbler sdl sid sndfile soxr speedpitch streamtuner vorbis wavpack X"
45 -REQUIRED_USE="ampache? ( http ) streamtuner? ( http )"
46 -
47 -# The following plugins REQUIRE a GUI build of audacious, because non-GUI
48 -# builds do NOT install the libaudgui library & headers.
49 -# Plugins without a configure option:
50 -# alarm
51 -# albumart
52 -# delete-files
53 -# ladspa
54 -# playlist-manager
55 -# search-tool
56 -# skins
57 -# vtx
58 -# Plugins with a configure option:
59 -# glspectrum
60 -# gtkui
61 -# hotkey
62 -# notify
63 -# statusicon
64 -BDEPEND="
65 - dev-util/gdbus-codegen
66 - virtual/pkgconfig
67 - nls? ( dev-util/intltool )
68 -"
69 -DEPEND="
70 - app-arch/unzip
71 - dev-libs/dbus-glib
72 - dev-libs/glib
73 - dev-libs/libxml2:2
74 - dev-qt/qtcore:5
75 - dev-qt/qtgui:5
76 - dev-qt/qtmultimedia:5
77 - dev-qt/qtwidgets:5
78 - ~media-sound/audacious-${PV}
79 - aac? ( >=media-libs/faad2-2.7 )
80 - alsa? ( >=media-libs/alsa-lib-1.0.16 )
81 - ampache? ( =media-libs/ampache_browser-1* )
82 - bs2b? ( media-libs/libbs2b )
83 - cdda? (
84 - dev-libs/libcdio:=
85 - dev-libs/libcdio-paranoia:=
86 - >=media-libs/libcddb-1.2.1
87 - )
88 - cue? ( media-libs/libcue:= )
89 - ffmpeg? ( >=media-video/ffmpeg-0.7.3 )
90 - flac? (
91 - >=media-libs/flac-1.2.1-r1
92 - >=media-libs/libvorbis-1.0
93 - )
94 - fluidsynth? ( media-sound/fluidsynth:= )
95 - http? ( >=net-libs/neon-0.26.4 )
96 - jack? (
97 - >=media-libs/bio2jack-0.4
98 - virtual/jack
99 - )
100 - lame? ( media-sound/lame )
101 - libnotify? ( x11-libs/libnotify )
102 - libsamplerate? ( media-libs/libsamplerate:= )
103 - lirc? ( app-misc/lirc )
104 - mms? ( >=media-libs/libmms-0.3 )
105 - modplug? ( media-libs/libmodplug )
106 - mp3? ( >=media-sound/mpg123-1.12.1 )
107 - opengl? ( dev-qt/qtopengl:5 )
108 - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
109 - scrobbler? ( net-misc/curl )
110 - sdl? ( media-libs/libsdl2[sound] )
111 - sid? ( >=media-libs/libsidplayfp-1.0.0 )
112 - sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
113 - soxr? ( media-libs/soxr )
114 - speedpitch? ( media-libs/libsamplerate:= )
115 - streamtuner? ( dev-qt/qtnetwork:5 )
116 - vorbis? (
117 - >=media-libs/libogg-1.1.3
118 - >=media-libs/libvorbis-1.2.0
119 - )
120 - wavpack? ( >=media-sound/wavpack-4.50.1-r1 )
121 - X? ( dev-qt/qtx11extras:5 )
122 -"
123 -RDEPEND="${DEPEND}"
124 -
125 -S="${WORKDIR}/${MY_P}"
126 -
127 -pkg_setup() {
128 - use mp3 || ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
129 -}
130 -
131 -src_prepare() {
132 - default
133 - if ! use nls; then
134 - sed -e "/SUBDIRS/s/ po//" -i Makefile || die # bug #512698
135 - fi
136 - [[ ${PV} == *9999 ]] && eautoreconf
137 -}
138 -
139 -src_configure() {
140 - local myeconfargs=(
141 - --enable-mpris2
142 - --enable-qt
143 - --enable-qtaudio
144 - --enable-songchange
145 - --disable-adplug # not packaged
146 - --disable-gtk
147 - --disable-openmpt # not packaged
148 - --disable-oss4
149 - --disable-coreaudio
150 - --disable-sndio
151 - $(use_enable aac)
152 - $(use_enable alsa)
153 - $(use_enable ampache)
154 - $(use_enable bs2b)
155 - $(use_enable cdda cdaudio)
156 - $(use_enable cue)
157 - $(use_enable flac)
158 - $(use_enable flac filewriter)
159 - $(use_enable fluidsynth amidiplug)
160 - $(use_enable gme console)
161 - $(use_enable http neon)
162 - $(use_enable jack)
163 - $(use_enable lame filewriter_mp3)
164 - $(use_enable libnotify notify)
165 - $(use_enable libsamplerate resample)
166 - $(use_enable lirc)
167 - $(use_enable mms)
168 - $(use_enable modplug)
169 - $(use_enable mp3 mpg123)
170 - $(use_enable nls)
171 - $(use_enable opengl qtglspectrum)
172 - $(use_enable pulseaudio pulse)
173 - $(use_enable scrobbler scrobbler2)
174 - $(use_enable sdl sdlout)
175 - $(use_enable sid)
176 - $(use_enable sndfile)
177 - $(use_enable soxr)
178 - $(use_enable speedpitch)
179 - $(use_enable streamtuner)
180 - $(use_enable vorbis)
181 - $(use_enable wavpack)
182 - $(use_enable X qthotkey)
183 - $(use_with ffmpeg ffmpeg ffmpeg)
184 - )
185 -
186 - econf "${myeconfargs[@]}"
187 -}