]> git.pld-linux.org Git - packages/alsaplayer.git/blame - alsaplayer.spec
- tabs in preamble
[packages/alsaplayer.git] / alsaplayer.spec
CommitLineData
337b99ea 1#
2# Conditional build
5b4b54e4 3%bcond_without esound # build without esound plugin
4%bcond_without flac # build without FLAC plugin
5%bcond_without jack # build without jack plugin
6%bcond_without mikmod # build without mikmod plugin
7%bcond_without nas # build without nas plugin
337b99ea 8#
4302bf8b 9Summary: Alsaplayer - CD/FLAC/MOD/MP3/Ogg/WAV player
aa542d0b 10Summary(pl.UTF-8): Alsaplayer - odtwarzacz CD/FLAC/MOD/MP3/Ogg/WAV
f79d02ae 11Name: alsaplayer
5bd7db21 12Version: 0.99.76
a40b9de6 13Release: 5
cabbd4cf 14License: GPL
46b1d468 15Group: Applications/Sound
13f49301 16Source0: ftp://ftp.alsa-project.org/pub/people/andy/%{name}-%{version}.tar.bz2
5bd7db21 17# Source0-md5: a5566c15dbae1f5c86a08482eb405725
c8dfdbcd 18Source1: %{name}.desktop
337b99ea 19Source2: %{name}.png
9c0e77e3 20Patch0: %{name}-docs.patch
21Patch1: %{name}-gcc33.patch
a40b9de6 22Patch2: %{name}-flac.patch
9c0e77e3 23URL: http://www.alsaplayer.org/
d479e38b 24BuildRequires: OpenGL-devel
25BuildRequires: alsa-lib-devel
26BuildRequires: audiofile-devel
27BuildRequires: autoconf
28BuildRequires: automake
337b99ea 29%{?with_esound:BuildRequires: esound-devel}
a40b9de6 30%{?with_flac:BuildRequires: flac-devel >= 1.1.3}
d479e38b 31BuildRequires: gtk+-devel
337b99ea 32%{?with_jack:BuildRequires: jack-audio-connection-kit-devel >= 0.69.1}
33%{?with_flac:BuildRequires: libid3tag-devel}
0f25b7a7 34BuildRequires: libmad-devel
337b99ea 35%{?with_mikmod:BuildRequires: libmikmod-devel}
d479e38b 36BuildRequires: libsndfile-devel
dadc5112 37BuildRequires: libstdc++-devel
d479e38b 38BuildRequires: libtool
39BuildRequires: libvorbis-devel
337b99ea 40%{?with_nas:BuildRequires: nas-devel}
d479e38b 41BuildRequires: xosd-devel
1d73465c 42Requires(post): /sbin/ldconfig
337b99ea 43Requires: alsaplayer_output
44Requires: alsaplayer_ui
4d4f8253 45BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8927a08a 46
0d2a9f5a
AF
47%define _noautoreqdep libGL.so.1 libGLU.so.1
48%define _pkglibdir %{_libdir}/%{name}
0d2a9f5a 49
8927a08a 50%description
6e4571c1 51AlsaPlayer is a new type of PCM player. It is heavily multi-threaded
c3f685ab 52and tries to exercise the ALSA library and driver quite a bit.
6e4571c1 53Features include:
8927a08a 54
55Input addons:
0fbee9ea 56- MP2 and MP3 support
57- Ogg Vorbis support (subpackage)
58- WAV support, 8-, 16-bit, mono, stereo, any sample rate
59- CDDA support, CD Digital Audio playback! and thus USB ready :)
60- Also plays files mapped by audiofs (CDDA)
61- MAD MPEG audio
62- Module support (mikmod) (subpcakage)
63- FLAC support
fa53bf85 64
8927a08a 65Output addons:
0fbee9ea 66- ALSA. Best supported of course :) (subpackage)
67- OSS. Kernel native sound drivers
68- Sparc. UltraSparc sound drivers
69- SGI. SGI audio library driver
70- ESD. Enlightened sound daemon support (subpackage)
71- NAS. Network Audio System (subpakcage)
72- low latency JACK output
73- null :-)
8927a08a 74
75Visual scopes:
0fbee9ea 76- Stereoscope
77- Monoscope
78- Levelmeter
79- Spacescope
80- FFTscope
81- FFTscope II
82- Spectrum GL
8927a08a 83
84General features:
0fbee9ea 85- Full speed (pitch) control, positive *and* negative! (First Linux
86 player that does this!! MP3's and CD's do varispeed :)
87- Queue (playlist) support
88- Concurrent visual scopes (open as many as you want)
89- Multi-threaded design for efficient/skip free playback (RT)
4c20a058 90- GUI Interface based on GTK+
0fbee9ea 91- NOGUI operation for shell script usage
92- On-screen-display based on xosd
93- Plug-in core architecture
94- Low latency mode, as low as 5ms when scheduled RT
95- Effects stream
96- Software based volume/pan control
97- Accurate scope/audio syncing using ALSA features
8927a08a 98
fc4fc5a8
JR
99%description -l pl.UTF-8
100AlsaPlayer to nowy rodzaj odtwarzacza PCM. Jest wielowątkowy i próbuje
101solidnie przećwiczyć sterowniki i bibliotekę ALSA. Jego cechy to:
102
103Wejście:
104- obsługa MP2 i MP3
105- obsługa Ogg Vorbis (w podpakiecie)
106- obsługa WAV, 8 i 16-bitowych, mono, stereo o dowolnej częstotliwości
107- obsługa CD Digital Audio
108- odtwarzanie plików podmapowanych przez audiofs (CDDA)
109- obsługa MAD - MPEG Audio
110- obsługa modułów (mikmod) (w podpakiecie)
111- obsług bezstratnej kompresji dźwięku FLAC
112
113Wyjście:
114- OSS - natywne sterowniki z jądra
115- ALSA - oczywiście najlepiej obsługiwana :) (w podpakiecie)
116- Sparc - sterowniki dźwięku dla UltraSparca
117- SGI - biblioteka sterowników dźwięku SGI
118- ESD - obsługa Oświeconego demona dźwięku (w podpakiecie)
0fbee9ea 119- NAS - Sieciowego Systemu Audio (w podpakiecie)
fc4fc5a8 120- JACK - zestaw połączeń dźwięku o małych opóźnieniach (w podpakiecie)
0fbee9ea 121- null :-)
a42091c1
JB
122
123Wizualizacja:
0fbee9ea 124- Stereoskop
125- Monoskop
fc4fc5a8
JR
126- Wskaźnik poziomu dźwięku
127- Wskaźniki oparte o analizę FFT
128- analizator spektrum sygnału w oparciu o OpenGL
129
130Ogólne cechy:
131- Kontrola szybkości (w obie strony)
132- obsługa kolejki (playlisty)
133- obsługa wielu wskaźników naraz
134- wielowątkowość
135- interfejs graficzny bazujący na GTK+
136- operacje bez GUI na potrzeby skryptów
0fbee9ea 137- tryb Informacje-na-ekranie oparty o xosd
138- architektura wtyczek
fc4fc5a8
JR
139- tryb "czasu rzeczywistego" dający opóźnienia rzędu 5ms
140- programowa kontrola głośności i balansu
141- synchronizacja dźwięku i wskaźników przy użyciu możliwości ALSA
a42091c1 142
c8dfdbcd 143%package daemon
144Summary: Deamon interface for Alsaplayer
aa542d0b 145Summary(pl.UTF-8): Interfejs demona alsaplayera
46b1d468 146Group: Applications/Sound
1d73465c 147Requires: %{name} = %{version}-%{release}
c8dfdbcd 148
149%description daemon
150Deamon interface for Alsaplayer.
151
fc4fc5a8 152%description daemon -l pl.UTF-8
c8dfdbcd 153Interfejs demona alsaplayera.
154
4386a2bb 155%package input-audiofile
e36c8eb3 156Summary: Alsaplayer plugin for playing WAVE audio formats using audiofile
aa542d0b 157Summary(pl.UTF-8): Wtyczka alsaplayera do odtwarzania plików audio typu WAVE przy użyciu audiofile
46b1d468 158Group: Applications/Sound
1d73465c 159Requires: %{name} = %{version}-%{release}
4386a2bb 160
161%description input-audiofile
e36c8eb3 162Alsaplayer plugin for playing WAVE audio formats (like AIFF, AIFC,
46b1d468 163WAVE, ...) using audiofile library.
4386a2bb 164
fc4fc5a8
JR
165%description input-audiofile -l pl.UTF-8
166Wtyczka alsaplayera do odtwarzania plików audio typu WAVE (AIFF,
167AIFC, WAVE, ...) przy użyciu biblioteki audiofile.
4386a2bb 168
9c0e77e3 169%package input-flac
d479e38b 170Summary: Alsaplayer plugin for playing FLAC files
aa542d0b 171Summary(pl.UTF-8): Wtyczka alsaplayera do odtwarzania plików FLAC
d479e38b 172Group: Applications/Sound
1d73465c 173Requires: %{name} = %{version}-%{release}
9c0e77e3 174
175%description input-flac
176Alsaplayer plugin for playing FLAC files.
177
fc4fc5a8
JR
178%description input-flac -l pl.UTF-8
179Wtyczka alsaplayera do odtwarzania plików FLAC.
9c0e77e3 180
0d2a9f5a 181%package input-mad
90802fc9 182Summary: Alsaplayer plugin for playing MP3 files using MAD
aa542d0b 183Summary(pl.UTF-8): Wtyczka alsaplayera do odtwarzania plików MP3 przy pomocy MAD
46b1d468 184Group: Applications/Sound
1d73465c 185Requires: %{name} = %{version}-%{release}
0d2a9f5a
AF
186
187%description input-mad
188Alsaplayer plugin for playing MP3 files using MAD.
189
fc4fc5a8
JR
190%description input-mad -l pl.UTF-8
191Wtyczka alsaplayera do odtwarzania plików MP3 przy pomocy MAD.
0d2a9f5a 192
9c0e77e3 193%package input-mikmod
194Summary: Alsaplayer plugin for playing mod files
aa542d0b 195Summary(pl.UTF-8): Wtyczka alsaplayera do odtwarzania plików mod
46b1d468 196Group: Applications/Sound
1d73465c 197Requires: %{name} = %{version}-%{release}
9c0e77e3 198
199%description input-mikmod
200Alsaplayer plugin for playing mod files.
201
fc4fc5a8
JR
202%description input-mikmod -l pl.UTF-8
203Wtyczka alsaplayera do odtwarzania plików mod.
4386a2bb 204
9c0e77e3 205%package input-sndfile
e36c8eb3 206Summary: Alsaplayer plugin for playing WAVE audio formats using libsndfile
aa542d0b 207Summary(pl.UTF-8): Wtyczka alsaplayera do odtwarzania plików audio typu WAVE przy użyciu libsndfile
46b1d468 208Group: Applications/Sound
1d73465c 209Requires: %{name} = %{version}-%{release}
9c0e77e3 210
211%description input-sndfile
e36c8eb3 212Alsaplayer plugin for playing WAVE audio formats (like AIFF, AIFC,
46b1d468 213WAVE, ...) using libsndfile library.
9c0e77e3 214
fc4fc5a8
JR
215%description input-sndfile -l pl.UTF-8
216Wtyczka do alsaplayera do odtwarzania plików audio typu WAVE (AIFF,
217AIFC, WAVE, ...) przy użyciu biblioteki libsndfile.
9c0e77e3 218
219%package input-vorbis
4302bf8b 220Summary: Alsaplayer plugin for playing Ogg/Vorbis files
aa542d0b 221Summary(pl.UTF-8): Wtyczka alsaplayera do odtwarzania plików Ogg/Vorbis
46b1d468 222Group: Applications/Sound
1d73465c 223Requires: %{name} = %{version}-%{release}
9c0e77e3 224
225%description input-vorbis
4302bf8b 226Alsaplayer plugin for playing Ogg/Vorbis files.
9c0e77e3 227
fc4fc5a8
JR
228%description input-vorbis -l pl.UTF-8
229Wtyczka alsaplayera do odtwarzania plików Ogg/Vorbis.
9c0e77e3 230
c8dfdbcd 231%package interface-gtk
232Summary: GTK+ interface for Alsaplayer
aa542d0b 233Summary(pl.UTF-8): Interfejs GTK+ alsaplayera
c8dfdbcd 234Group: X11/Applications/Sound
1d73465c 235Requires: %{name} = %{version}-%{release}
337b99ea 236Provides: alsaplayer_ui
c8dfdbcd 237
238%description interface-gtk
239GTK+ interface for Alsaplayer.
240
fc4fc5a8 241%description interface-gtk -l pl.UTF-8
c8dfdbcd 242Interfejs GTK+ alsaplayera.
243
244%package interface-text
245Summary: Text interface for Alsaplayer
aa542d0b 246Summary(pl.UTF-8): Interfejs tekstowy alsaplayera
46b1d468 247Group: Applications/Sound
1d73465c 248Requires: %{name} = %{version}-%{release}
337b99ea 249Provides: alsaplayer_ui
c8dfdbcd 250
251%description interface-text
252Text interface for Alsaplayer.
253
fc4fc5a8 254%description interface-text -l pl.UTF-8
c8dfdbcd 255Interfejs tekstowy alsaplayera.
256
257%package interface-xosd
258Summary: xosd interface for Alsaplayer
aa542d0b 259Summary(pl.UTF-8): Interfejs xosd alsaplayera
c8dfdbcd 260Group: X11/Applications/Sound
1d73465c 261Requires: %{name} = %{version}-%{release}
337b99ea 262Provides: alsaplayer_ui
c8dfdbcd 263
264%description interface-xosd
265xosd interface for Alsaplayer.
266
fc4fc5a8 267%description interface-xosd -l pl.UTF-8
c8dfdbcd 268Interfejs xosd alsaplayera.
9c0e77e3 269
270%package output-alsa
4386a2bb 271Summary: Alsaplayer plugin for playing through alsa drivers
aa542d0b 272Summary(pl.UTF-8): Wtyczka alsaplayera do odtwarzania przez sterowniki alsa
46b1d468 273Group: Applications/Sound
1d73465c 274Requires: %{name} = %{version}-%{release}
337b99ea 275Provides: alsaplayer_output
4386a2bb 276
277%description output-alsa
278Alsaplayer plugin for playing sound through alsa drivers.
279
fc4fc5a8
JR
280%description output-alsa -l pl.UTF-8
281Wtyczka alsaplayera do odtwarzania dźwięku przez sterowniki alsa.
4386a2bb 282
283%package output-esound
284Summary: Alsaplayer plugin for playing through esound daemon
aa542d0b 285Summary(pl.UTF-8): Wtyczka alsaplayera do odtwarzania przez demona esound
46b1d468 286Group: Applications/Sound
1d73465c 287Requires: %{name} = %{version}-%{release}
337b99ea 288Provides: alsaplayer_output
4386a2bb 289
290%description output-esound
291Alsaplayer plugin for playing sound through esound daemon.
292
fc4fc5a8
JR
293%description output-esound -l pl.UTF-8
294Wtyczka alsaplayera do odtwarzania dźwięku przez demona esound.
4386a2bb 295
296%package output-nas
297Summary: Alsaplayer plugin for playing through NAS daemon
aa542d0b 298Summary(pl.UTF-8): Wtyczka do alsaplayera do odtwarzania przez demona NAS
46b1d468 299Group: Applications/Sound
1d73465c 300Requires: %{name} = %{version}-%{release}
337b99ea 301Provides: alsaplayer_output
4386a2bb 302
303%description output-nas
90802fc9 304Alsaplayer plugin for playing sound through NAS (network audio system)
305daemon.
4386a2bb 306
fc4fc5a8
JR
307%description output-nas -l pl.UTF-8
308Wtyczka alsaplayera do odtwarzania dźwięku przez demona NAS (network
46b1d468
JB
309audio system).
310
311%package output-jack
312Summary: Alsaplayer plugin for playing sound through JACK
aa542d0b 313Summary(pl.UTF-8): Wtyczka alsaplayera do odtwarzania dźwięku przez JACK-a
46b1d468 314Group: Applications/Sound
1d73465c 315Requires: %{name} = %{version}-%{release}
337b99ea 316Provides: alsaplayer_output
46b1d468
JB
317
318%description output-jack
319Alsaplayer plugin for sound through JACK system.
320
fc4fc5a8
JR
321%description output-jack -l pl.UTF-8
322Wtyczka alsaplayera do odtwarzania dźwięku przez system JACK.
4386a2bb 323
0d2a9f5a 324%package scopes-gtk
46b1d468 325Summary: Alsaplayer plugins for visualization
aa542d0b 326Summary(pl.UTF-8): Wtyczki alsaplayera do wizualizacji
0d2a9f5a 327Group: X11/Applications/Multimedia
1d73465c 328Requires: %{name} = %{version}-%{release}
0d2a9f5a
AF
329
330%description scopes-gtk
46b1d468 331Alsaplayer plugins for visualization.
0d2a9f5a 332
fc4fc5a8 333%description scopes-gtk -l pl.UTF-8
46b1d468 334Wtyczki do alsaplayera do wizualizacji.
90802fc9 335
0d2a9f5a
AF
336%package scopes-opengl
337Summary: Alsaplayer plugin for visualization using OpenGL
aa542d0b 338Summary(pl.UTF-8): Wtyczka alsaplayera do wizualizacji z użyciem OpenGL
0d2a9f5a 339Group: X11/Applications/Multimedia
1d73465c 340Requires: %{name} = %{version}-%{release}
dadc5112 341Requires: OpenGL
0d2a9f5a
AF
342
343%description scopes-opengl
344Alsaplayer plugin for visualization using OpenGL.
345
fc4fc5a8
JR
346%description scopes-opengl -l pl.UTF-8
347Wtyczka do alsaplayera do wizualizacji z użyciem OpenGL.
90802fc9 348
0d2a9f5a 349%package devel
dadc5112 350Summary: Alsaplayer header files
aa542d0b 351Summary(pl.UTF-8): Pliki nagłówkowe Alsaplayera
46b1d468 352Group: Development/Libraries
1d73465c 353Requires: %{name} = %{version}-%{release}
0d2a9f5a
AF
354
355%description devel
46b1d468 356Header files for Alsaplayer library.
90802fc9 357
fc4fc5a8
JR
358%description devel -l pl.UTF-8
359Pliki nagłówkowe biblioteki Alsaplayera.
4386a2bb 360
9c0e77e3 361%package static
dadc5112 362Summary: Alsaplayer static library
aa542d0b 363Summary(pl.UTF-8): Biblioteka statyczna Alsaplayera
46b1d468 364Group: Development/Libraries
1d73465c 365Requires: %{name}-devel = %{version}-%{release}
9c0e77e3 366
367%description static
dadc5112 368Alsaplayer static library.
9c0e77e3 369
fc4fc5a8 370%description static -l pl.UTF-8
dadc5112 371Biblioteka statyczna Alsaplayera.
9c0e77e3 372
8927a08a 373%prep
13f49301 374%setup -q
9c0e77e3 375%patch0 -p1
4386a2bb 376%patch1 -p1
a40b9de6 377%patch2 -p1
8927a08a 378
379%build
cefd3f73 380rm -f missing
9516d46e 381%{__libtoolize}
0bea0f83 382%{__aclocal}
4f69f1aa 383%{__autoconf}
384%{__automake}
0d2a9f5a
AF
385CPPFLAGS=" -I/usr/X11R6/include"
386LDFLAGS="%{rpmldflags} -L/usr/X11R6/lib"
387export CPPFLAGS LDFLAGS
4386a2bb 388%configure \
337b99ea 389 %{?with_esound:--en}%{!?with_esound:--dis}able-esd \
390 %{?with_flac:--en}%{!?with_flac:--dis}able-flac \
391 %{?with_jack:--en}%{!?with_jack:--dis}able-jack \
392 %{?with_mikmod:--en}%{!?with_mikmod:--dis}able-mikmod \
393 %{?with_nas:--en}%{!?with_nas:--dis}able-nas \
394 %{?with_esound:--en}%{!?with_esound:--dis}able-esd \
4386a2bb 395 --enable-alsa \
396 --enable-audiofile \
4386a2bb 397 --enable-gtk \
9c0e77e3 398 --enable-oggflac \
4386a2bb 399 --enable-oggvorbis \
400 --enable-opengl \
401 --enable-oss \
09ccddef 402 --enable-static
4386a2bb 403
c8c462fe 404%{__make}
8927a08a 405
406%install
46f3c363 407rm -rf $RPM_BUILD_ROOT
337b99ea 408install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
46f3c363 409
4386a2bb 410%{__make} install \
0d2a9f5a
AF
411 DESTDIR=$RPM_BUILD_ROOT \
412 pkgconfigdir=%{_pkgconfigdir}
4386a2bb 413
15c5bd4c 414install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
415install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
c8dfdbcd 416
dadc5112 417rm -f $RPM_BUILD_ROOT%{_pkglibdir}/input/*.{a,la}
418rm -f $RPM_BUILD_ROOT%{_pkglibdir}/interface/*.{a,la}
419rm -f $RPM_BUILD_ROOT%{_pkglibdir}/output/*.{a,la}
420rm -f $RPM_BUILD_ROOT%{_pkglibdir}/reader/*.{a,la}
421rm -f $RPM_BUILD_ROOT%{_pkglibdir}/scopes/*.{a,la}
422
8927a08a 423%clean
424rm -rf $RPM_BUILD_ROOT
425
337b99ea 426%post
427/sbin/ldconfig
428echo
429echo "Remember to install appropriate alsaplayer-input-* plugins"
430echo "for files you want to play, for example:"
6f5a43f8 431echo "alsaplayer-input-mad to play MP3s."
337b99ea 432echo
433
dadc5112 434%postun -p /sbin/ldconfig
435
8927a08a 436%files
46f3c363 437%defattr(644,root,root,755)
684cd9a3 438%doc AUTHORS README ChangeLog
46f3c363 439%attr(755,root,root) %{_bindir}/alsaplayer
dadc5112 440%attr(755,root,root) %{_libdir}/libalsaplayer.so.0.0.2
4386a2bb 441%dir %{_pkglibdir}
442%dir %{_pkglibdir}/input
9c0e77e3 443%dir %{_pkglibdir}/interface
444%dir %{_pkglibdir}/output
445%dir %{_pkglibdir}/reader
446%dir %{_pkglibdir}/scopes
99c70596 447%attr(755,root,root) %{_pkglibdir}/input/libcdda.so
99c70596 448%attr(755,root,root) %{_pkglibdir}/input/libwav.so
c06fc5a4 449%attr(755,root,root) %{_pkglibdir}/output/liboss_out.so
c06fc5a4 450%attr(755,root,root) %{_pkglibdir}/output/libnull_out.so
0d2a9f5a 451%attr(755,root,root) %{_pkglibdir}/reader/libfile.so
0d2a9f5a 452%attr(755,root,root) %{_pkglibdir}/reader/libhttp.so
4386a2bb 453%{_mandir}/man*/*
c8dfdbcd 454%{_desktopdir}/%{name}.desktop
337b99ea 455%{_pixmapsdir}/%{name}.png
4386a2bb 456
7b5f3111 457%files daemon
90802fc9 458%defattr(644,root,root,755)
9c0e77e3 459%attr(755,root,root) %{_pkglibdir}/interface/libdaemon_interface.so
9c0e77e3 460
461%files interface-gtk
90802fc9 462%defattr(644,root,root,755)
9c0e77e3 463%attr(755,root,root) %{_pkglibdir}/interface/libgtk_interface.so
0d2a9f5a 464
9c0e77e3 465%files interface-text
99c70596 466%defattr(644,root,root,755)
9c0e77e3 467%attr(755,root,root) %{_pkglibdir}/interface/libtext_interface.so
4386a2bb 468
9c0e77e3 469%files interface-xosd
99c70596 470%defattr(644,root,root,755)
9c0e77e3 471%attr(755,root,root) %{_pkglibdir}/interface/libxosd_interface.so
4386a2bb 472
473%files input-audiofile
99c70596 474%defattr(644,root,root,755)
475%attr(755,root,root) %{_pkglibdir}/input/libaf.so
4386a2bb 476
337b99ea 477%if %{with flac}
9c0e77e3 478%files input-flac
479%defattr(644,root,root,755)
480%attr(755,root,root) %{_pkglibdir}/input/libflac_in.so
337b99ea 481%endif
9c0e77e3 482
0d2a9f5a 483%files input-mad
90802fc9 484%defattr(644,root,root,755)
0d2a9f5a 485%attr(755,root,root) %{_pkglibdir}/input/libmad_in.so
0d2a9f5a 486
337b99ea 487%if %{with mikmod}
9c0e77e3 488%files input-mikmod
489%defattr(644,root,root,755)
490%attr(755,root,root) %{_pkglibdir}/input/libmod.so
337b99ea 491%endif
9c0e77e3 492
493%files input-sndfile
494%defattr(644,root,root,755)
495%attr(755,root,root) %{_pkglibdir}/input/libsndfile_in.so
9c0e77e3 496
497%files input-vorbis
498%defattr(644,root,root,755)
499%attr(755,root,root) %{_pkglibdir}/input/libvorbis_in.so
9c0e77e3 500
4386a2bb 501%files output-alsa
99c70596 502%defattr(644,root,root,755)
c06fc5a4 503%attr(755,root,root) %{_pkglibdir}/output/libalsa_out.so
4386a2bb 504
337b99ea 505%if %{with esound}
4386a2bb 506%files output-esound
99c70596 507%defattr(644,root,root,755)
c06fc5a4 508%attr(755,root,root) %{_pkglibdir}/output/libesound_out.so
337b99ea 509%endif
4386a2bb 510
337b99ea 511%if %{with jack}
9c0e77e3 512%files output-jack
513%defattr(644,root,root,755)
9c0e77e3 514%attr(755,root,root) %{_pkglibdir}/output/libjack_out.so
337b99ea 515%endif
9c0e77e3 516
337b99ea 517%if %{with nas}
4386a2bb 518%files output-nas
99c70596 519%defattr(644,root,root,755)
c06fc5a4 520%attr(755,root,root) %{_pkglibdir}/output/libnas_out.so
337b99ea 521%endif
0d2a9f5a 522
9c0e77e3 523%files scopes-gtk
524%defattr(644,root,root,755)
525%attr(755,root,root) %{_pkglibdir}/scopes/libblurscope.so
9c0e77e3 526%attr(755,root,root) %{_pkglibdir}/scopes/liblevelmeter.so
9c0e77e3 527%attr(755,root,root) %{_pkglibdir}/scopes/liblogbarfft.so
9c0e77e3 528%attr(755,root,root) %{_pkglibdir}/scopes/libmonoscope.so
9c0e77e3 529%attr(755,root,root) %{_pkglibdir}/scopes/libspacescope.so
9c0e77e3 530%attr(755,root,root) %{_pkglibdir}/scopes/libsynaescope.so
9c0e77e3 531
532%files scopes-opengl
533%defattr(644,root,root,755)
534%attr(755,root,root) %{_pkglibdir}/scopes/liboglspectrum.so
0d2a9f5a
AF
535
536%files devel
90802fc9 537%defattr(644,root,root,755)
46b1d468 538%attr(755,root,root) %{_libdir}/libalsaplayer.so
0d2a9f5a 539%{_libdir}/libalsaplayer.la
46b1d468 540%{_includedir}/alsaplayer
0d2a9f5a 541%{_pkgconfigdir}/alsaplayer.pc
9c0e77e3 542
543%files static
544%defattr(644,root,root,755)
545%{_libdir}/libalsaplayer.a
This page took 0.12727 seconds and 4 git commands to generate.