-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaudacious-plugins-freeworld.spec
485 lines (360 loc) · 15 KB
/
audacious-plugins-freeworld.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
%bcond_without meson
%global aud_plugin_api %(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\\+' %{_includedir}/libaudcore/plugin.h 2>/dev/null | sed 's!.*_AUD_PLUGIN_VERSION[ ]*\\([0-9]\\+\\).*!\\1!')
%if 0%{aud_plugin_api} > 0
%global aud_plugin_dep Requires: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
%endif
%{?aud_plugin_dep}
Name: audacious-plugins-freeworld
Version: 4.4.2
Release: 1%{?dist}
Summary: Additional plugins for the Audacious media player
License: GPLv3
URL: https://audacious-media-player.org/
Source0: https://distfiles.audacious-media-player.org/audacious-plugins-%{version}.tar.bz2
BuildRequires: audacious-devel >= %{version}
BuildRequires: gcc-c++
BuildRequires: meson
BuildRequires: make
BuildRequires: zlib-devel
BuildRequires: libxml2-devel
BuildRequires: pkgconfig(Qt6Core)
BuildRequires: taglib-devel >= 1.4
BuildRequires: gettext
BuildRequires: libbinio-devel
BuildRequires: dbus-devel >= 0.60
BuildRequires: dbus-glib-devel >= 0.60
# ffaudio plugin
BuildRequires: faad2-devel
# we need to have configure detect at least one audio output to make it happy
BuildRequires: alsa-lib-devel
# require all the plugins
Requires: %{name}-aac%{?_isa} = %{version}-%{release}
%description
Audacious is a media player that currently uses a skinned
user interface based on Winamp 2.x skins. It is based on ("forked off")
BMP.
This package contains additional plugins for the Audacious media player.
%package aac
Summary: AAC playback plugin for Audacious
%{?aud_plugin_dep}
Requires: audacious-plugins%{?_isa} >= %{version}
%description aac
Audacious is a media player that currently uses a skinned
user interface based on Winamp 2.x skins. It is based on ("forked off")
BMP.
This is the plugin needed to play AAC audio files.
%prep
%autosetup -p1 -n audacious-plugins-%{version}
%if %{without meson}
sed -i '\,^.SILENT:,d' buildsys.mk.in
sed -i 's!MAKE} -s!MAKE} !' buildsys.mk.in
%endif
%build
%if %{with meson}
%meson \
-Daac=true \
-Dadplug=false \
-Dalsa=false \
-Damidiplug=false \
-Dampache=false \
-Daosd=false \
-Dbs2b=false \
-Dcdaudio=false \
-Dconsole=false \
-Dcoreaudio=false \
-Dcue=false \
-Dffaudio=false \
-Dfilewriter=false \
-Dfilewriter-flac=false \
-Dfilewriter-mp3=false \
-Dfilewriter-ogg=false \
-Dflac=false \
-Dgl-spectrum=false \
-Dgtk=false \
-Dhotkey=false \
-Djack=false \
-Dlirc=false \
-Dmac-media-keys=false \
-Dmms=false \
-Dmodplug=false \
-Dmoonstone=false \
-Dmpg123=false \
-Dmpris2=false \
-Dneon=false \
-Dnotify=false \
-Dopenmpt=false \
-Dopus=false \
-Doss=false \
-Dpulse=false \
-Dpipewire=false \
-Dqt=false \
-Dqtaudio=false \
-Dresample=false \
-Dscrobbler2=false \
-Dsdlout=false \
-Dsid=false \
-Dsndfile=false \
-Dsndio=false \
-Dsongchange=false \
-Dsoxr=false \
-Dspeedpitch=false \
-Dstreamtuner=false \
-Dvorbis=false \
-Dvumeter=false \
-Dwavpack=false
%meson_build
#%%{__meson} compile -C %%{_vpath_builddir} -j %%{_smp_build_ncpus} --verbose
%else
%configure \
--disable-rpath \
--disable-vorbis \
--disable-neon \
--disable-flac \
--disable-wavpack \
--disable-mpg123 \
--disable-mms \
--disable-opus
%make_build -C src/aac
%endif
%install
%if %{with meson}
%meson_install
rm -rf %{buildroot}%{_libdir}/audacious/Container
rm -rf %{buildroot}%{_libdir}/audacious/Effect
rm -rf %{buildroot}%{_libdir}/audacious/Transport
pushd %{buildroot}%{_libdir}/audacious/Input
shopt -s extglob
rm !(aac-raw.so)
popd
rm -rf %{buildroot}%{_datadir}/locale/
%else
%make_install -C src/aac
%endif
%files
%files aac
%license COPYING
%{_libdir}/audacious/Input/aac-raw.so
%changelog
* Sat Nov 30 2024 Sérgio Basto <sergio@serjux.com> - 4.4.2-1
- Update audacious-plugins-freeworld to 4.4.2
* Sun Oct 20 2024 Sérgio Basto <sergio@serjux.com> - 4.4.1-1
- Update audacious-plugins-freeworld to 4.4.1
* Thu Aug 01 2024 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 4.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jul 06 2024 Sérgio Basto <sergio@serjux.com> - 4.4-1
- Update to 4.4
- Sync with Fedora and use Meson build system.
* Sat Feb 03 2024 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 4.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Nov 08 2023 Leigh Scott <leigh123linux@gmail.com> - 4.3.1-2
- Rebuild for new faad2 version
* Sun Nov 05 2023 Sérgio Basto <sergio@serjux.com> - 4.3.1-1
- Update audacious-plugins-freeworld to 4.3.1
* Sun Nov 05 2023 Sérgio Basto <sergio@serjux.com> - 4.3-0.3.beta1
- mms transport plugin moved to Fedora
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 4.3-0.2.beta1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Mar 03 2023 Leigh Scott <leigh123linux@gmail.com> - 4.3-0.1.beta1
- Upgrade to 4.3 beta1
* Fri Mar 03 2023 Leigh Scott <leigh123linux@gmail.com> - 4.2-2
- Remove ffaudio plugin (rfbz#6577)
* Tue Aug 16 2022 Leigh Scott <leigh123linux@gmail.com> - 4.2-1
- Update to 4.2
* Sat Aug 06 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 4.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 4.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Nov 11 2021 Leigh Scott <leigh123linux@gmail.com> - 4.1-3
- Rebuilt for new ffmpeg snapshot
* Mon Aug 02 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Mar 03 2021 Leigh Scott <leigh123linux@gmail.com> - 4.1-1
- Update to 4.1
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 4.0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Dec 31 2020 Leigh Scott <leigh123linux@gmail.com> - 4.0.5-2
- Rebuilt for new ffmpeg snapshot
* Thu Sep 03 2020 Leigh Scott <leigh123linux@gmail.com> - 4.0.5-1
- Update to 4.0.5
* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 4.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jun 04 2020 Leigh Scott <leigh123linux@gmail.com> - 4.0.4-1
- Update to 4.0.4
* Sat May 30 2020 Leigh Scott <leigh123linux@gmail.com> - 4.0.3-1
- Update to 4.0.3
* Fri Apr 10 2020 Leigh Scott <leigh123linux@gmail.com> - 4.0.1-1
- Update to 4.0.1
* Sat Feb 22 2020 RPM Fusion Release Engineering <leigh123linux@googlemail.com> - 3.10.1-5
- Rebuild for ffmpeg-4.3 git
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 3.10.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Tue Aug 06 2019 Leigh Scott <leigh123linux@gmail.com> - 3.10.1-3
- Rebuild for new ffmpeg version
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 3.10.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jan 05 2019 Leigh Scott <leigh123linux@googlemail.com> - 3.10.1-1
- Update to 3.10.1
* Sun Oct 14 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.10-1
- Update to 3.10 as in Fedora proper
- Remove Group tag
- Use make macros and update buildroot macro
- Add versioned audacious* BuildRequires and Requires
- Drop obsolete Obsoletes
* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 3.9-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux@googlemail.com> - 3.9-5
- Rebuilt for new ffmpeg snapshot
* Wed Feb 28 2018 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 3.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jan 17 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.9-3
- Rebuilt for ffmpeg-3.5 git
* Mon Oct 16 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.9-2
- Rebuild for ffmpeg update
* Sun Sep 17 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.9-1
- Update to 3.9 as in Fedora proper
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 3.8-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sat Apr 29 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.8-5
- Rebuild for ffmpeg update
* Sat Mar 18 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 3.8-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sun Nov 13 2016 Hans de Goede <j.w.r.degoede@gmail.com> - 3.8-3
- Drop mp3 plugin, this is now in Fedora proper
* Tue Oct 25 2016 Sérgio Basto <sergio@serjux.com> - 3.8-2
- Upgrade from 3.7.x to 3.8. Includes a plugin API change that requires rebuilds
of 3rd party plugin packages.
* Tue Oct 25 2016 Sérgio Basto <sergio@serjux.com> - 3.8-1
- Update to 3.8 as in Fedora proper
- Disable wavpack and flac detection.
* Sat Jul 30 2016 Julian Sikorski <belegdol@fedoraproject.org> - 3.7.2-2
- Rebuilt for ffmpeg-3.1.1
* Wed May 18 2016 Hans de Goede <j.w.r.degoede@gmail.com> - 3.7.2-1
- Upgrade to 3.7.2
* Sun Jun 21 2015 Hans de Goede <j.w.r.degoede@gmail.com> - 3.6.2-1
- Upgrade to 3.6.2
* Sat May 23 2015 Hans de Goede <j.w.r.degoede@gmail.com> - 3.6.1-1
- Upgrade to 3.6.1 (rf#3659)
* Sun Oct 19 2014 Sérgio Basto <sergio@serjux.com> - 3.5.1-3
- Rebuilt for FFmpeg 2.4.3
* Fri Sep 26 2014 Nicolas Chauvet <kwizart@gmail.com> - 3.5.1-2
- Rebuilt for FFmpeg 2.4.x
* Fri Aug 08 2014 Hans de Goede <j.w.r.degoede@gmail.com> - 3.5.1-1
- Upgrade to 3.5.1
* Thu Aug 07 2014 Hans de Goede <j.w.r.degoede@gmail.com> - 3.5-3
- Fix building with new libmms (rf#3327)
* Thu Aug 07 2014 Sérgio Basto <sergio@serjux.com> - 3.5-2
- Rebuilt for ffmpeg-2.3
* Thu May 1 2014 Hans de Goede <j.w.r.degoede@gmail.com> - 3.5-1
- Upgrade to 3.5
* Sat Mar 29 2014 Sérgio Basto <sergio@serjux.com> - 3.4.3-2
- Rebuilt for ffmpeg-2.2
* Sun Mar 2 2014 Hans de Goede <j.w.r.degoede@gmail.com> - 3.4.3-1
- Upgrade to 3.4.3
* Thu Nov 21 2013 Hans de Goede <j.w.r.degoede@gmail.com> - 3.4.2-1
- Upgrade to 3.4.2
* Sun Oct 13 2013 Hans de Goede <j.w.r.degoede@gmail.com> - 3.4.1-1
- Upgrade to 3.4.1
* Mon Sep 30 2013 Nicolas Chauvet <kwizart@gmail.com> - 3.4-3
- Rebuilt
* Thu Aug 15 2013 Nicolas Chauvet <kwizart@gmail.com> - 3.4-2
- Rebuilt for FFmpeg 2.0.x
* Tue Jul 9 2013 Hans de Goede <j.w.r.degoede@gmail.com> - 3.4-1
- Upgrade to 3.4, resolves rf#2849, rf#2868
* Sun May 26 2013 Nicolas Chauvet <kwizart@gmail.com> - 3.3.4-2
- Rebuilt for x264/FFmpeg
* Sat Mar 2 2013 Hans de Goede <j.w.r.degoede@gmail.com> - 3.3.4-1
- Upgrade to 3.3.4
- Drop .desktop files, the mimetypes have moved to the main pkg (rf#2636)
* Sat Nov 24 2012 Nicolas Chauvet <kwizart@gmail.com> - 3.3.2-2
- Rebuilt for FFmpeg 1.0
* Sun Sep 23 2012 Hans de Goede <j.w.r.degoede@gmail.com> - 3.3.2-1
- Upgrade to 3.3.2
* Tue Jul 03 2012 Nicolas Chauvet <kwizart@gmail.com> - 3.3-0.2.alpha1
- Rebuilt for mpeg123
* Sun Jun 24 2012 Hans de Goede <j.w.r.degoede@gmail.com> - 3.3-0.1.alpha1
- Upgrade to 3.3-alpha1
* Tue Feb 28 2012 Nicolas Chauvet <kwizart@gmail.com> - 3.2-3
- Rebuilt for x264/FFmpeg
* Sun Jan 29 2012 Hans de Goede <j.w.r.degoede@gmail.com> 3.2-2
- Silence false error printf's when reaching EOF on mp3 files
* Sun Jan 29 2012 Hans de Goede <j.w.r.degoede@gmail.com> 3.2-1
- Upgrade to 3.2
* Thu Nov 3 2011 Hans de Goede <j.w.r.degoede@gmail.com> 3.0.4-1
- Upgrade to 3.0.4
* Sun Sep 4 2011 Hans de Goede <j.w.r.degoede@gmail.com> 3.0.2-2
- Rebuild for ffmpeg-0.8
* Sat Aug 27 2011 Hans de Goede <j.w.r.degoede@gmail.com> 3.0.2-1
- Update to 3.0.2
* Wed Jun 22 2011 Hans de Goede <j.w.r.degoede@gmail.com> 2.5.2-1
- Update to 2.5.2
- Drop Provides + Obsoletes for upgrade path from livna / freshrpms
* Fri Apr 29 2011 Hans de Goede <j.w.r.degoede@gmail.com> 2.4.5-1
- Update to 2.4.5
* Mon Apr 11 2011 Hans de Goede <j.w.r.degoede@gmail.com> 2.4.4-1
- Update to 2.4.4
* Fri Jan 28 2011 Hans de Goede <j.w.r.degoede@hhs.nl> 2.4.3-2
- Change audacious version require to use the new Fedora packages
audacious(plugin-api) provides, for proper detection of plugin ABI changes
* Thu Jan 20 2011 Hans de Goede <j.w.r.degoede@hhs.nl> 2.4.3-1
- Update to 2.4.3
* Sun Aug 29 2010 Hans de Goede <j.w.r.degoede@hhs.nl> 2.4.0-1
- Update to 2.4.0
* Tue Aug 24 2010 Hans de Goede <j.w.r.degoede@hhs.nl> 2.4-0.1.rc2
- Update to 2.4-rc2
* Fri Jan 29 2010 Hans de Goede <j.w.r.degoede@hhs.nl> 2.2-3
- Fix another hang in the madplug plugin (rf1061)
* Mon Jan 25 2010 Hans de Goede <j.w.r.degoede@hhs.nl> 2.2-2
- Don't hang when trying to identify unknown files as mp3 files (rf1031)
* Sat Dec 19 2009 Hans de Goede <j.w.r.degoede@hhs.nl> 2.2-1
- Update to 2.2
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.5.1-2
- rebuild for new F11 features
* Sun Feb 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.5.1-1
- Update to 1.5.1
* Sun Oct 19 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.4.5-2
- obsolete nonfree -plugins from livna
- add metapackage that requires all the plugins and obsoletes the
-extras package from freshrpms
* Tue Feb 12 2008 Ralf Ertzinger <ralf@skytale.net> 1.4.5-1
- Update to 1.4.5
* Wed Jan 02 2008 Ralf Ertzinger <ralf@skytale.net> 1.4.4-1
- Update to 1.4.4
* Wed Dec 12 2007 Ralf Ertzinger <ralf@skytale.net> 1.4.2-1
- Update to 1.4.2
* Thu Nov 22 2007 Ralf Ertzinger <ralf@skytale.net> 1.4.1-2
- Update to 1.4.1
* Sat Jun 09 2007 Ralf Ertzinger <ralf@skytale.net> 1.3.5-1.fc8
- Update to 1.3.5
- Disable SSE2 patch (now upsteam)
* Fri Jun 01 2007 Ralf Ertzinger <ralf@skytale.net> 1.3.4-2.fc8
- Disable SSE2/AltiVec
* Sat May 26 2007 Ralf Ertzinger <ralf@skytale.net> 1.3.4-1.fc8
- Update to 1.3.4
* Sun Apr 22 2007 Ralf Ertzinger <ralf@skytale.net> 1.3.3-1.fc7
- Update to 1.3.3
- Introduce aud_ver variable into specfile
* Thu Apr 12 2007 Ralf Ertzinger <ralf@skytale.net> 1.3.2-1.fc7
- Update to 1.3.2
* Wed Apr 04 2007 Ralf Ertzinger <ralf@skytale.net> 1.3.1-3.fc7
- Update to 1.3.1
* Thu Nov 30 2006 Ralf Ertzinger <ralf@skytale.net> 1.2.5-1.fc7
- Update to 1.2.5
* Fri Nov 10 2006 Ralf Ertzinger <ralf@skytale.net> 1.2.2-1.fc7
- Update to 1.2.2
* Tue Nov 7 2006 Ralf Ertzinger <ralf@skytale.net> 1.1.2-7.fc7
- Rebuild without gnome-vfs and Require: the correct audacious version
- Drop "X-Livna" and "Application" category from .desktop file
* Sat Oct 21 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info 1.1.2-5
- require audacious, not audacious-plugins-nonfree
* Wed Oct 18 2006 Ralf Ertzinger <ralf@skytale.net> 1.1.2-4.fc6
- Add obsoletes/provides against bmp-mp3
* Mon Oct 16 2006 Ralf Ertzinger <ralf@skytale.net> 1.1.2-2.fc6
- Fix directory name on %%setup
* Wed Sep 06 2006 Ralf Ertzinger <ralf@skytale.net> 1.1.2-1.fc6
- Update to 1.1.2
* Tue Aug 15 2006 Ralf Ertzinger <ralf@skytale.net> 1.1.1-4.fc6
- Properly add Requires(post/postun)
- Carry over changes from main audacious-1.1.1-4 package
* Tue Aug 01 2006 Ralf Ertzinger <ralf@skytale.net> 1.1.1-3.fc6
- Initial RPM for livna