]> git.pld-linux.org Git - packages/alsaplayer.git/blame - alsaplayer.spec
- more %%{__make} macros.
[packages/alsaplayer.git] / alsaplayer.spec
CommitLineData
f79d02ae 1Summary: Alsaplayer
2Name: alsaplayer
ecbd9b9a 3Version: 0.99.31
f79d02ae 4Release: 1
5Copyright: Opensource
6Group: Applications/Multimedia
6e4571c1 7Source0: http://www.alsa-project.org/~andy/%{name}-%{version}.tar.gz
2079b6df 8Requires: gtk+-devel
6e4571c1 9BuildRequires: alsa-lib-devel
10BuildRequires: esound-devel
11BuildRequires: audiofile-devel
12BuildRequires: libmikmod-devel
2079b6df 13BuildRequires: gtk+-devel
4d4f8253 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8927a08a 15
ad4c0569
AF
16%define _pkglibdir %{_libdir}/%{name}
17
8927a08a 18%description
6e4571c1 19AlsaPlayer is a new type of PCM player. It is heavily multi-threaded
20and tries to excercise the ALSA library and driver quite a bit.
21Features include:
8927a08a 22
23Input addons:
6e4571c1 24 - MP2 and MP3 support
25 - WAV support, 8-, 16-bit, mono, stereo, any sample rate
26 - CDDA support, CD Digital Audio playback! and thus USB ready :)
27 - Also plays files mapped by audiofs (CDDA)
28 - Module support in progress...
8927a08a 29
30Output addons:
6e4571c1 31 - ALSA. Best supported of course :)
32 - OSS. Kernel native sound drivers
33 - Sparc. UltraSparc sound drivers
34 - SGI. SGI audio library driver
35 - ESD. Enlightened sound daemon support
8927a08a 36
37Visual scopes:
6e4571c1 38 - Stereoscope
39 - Monoscope
40 - Levelmeter
41 - Spacescope
42 - FFTscope
43 - FFTscope II
44 - More being developed...
8927a08a 45
46General features:
6e4571c1 47 - Full speed (pitch) control, positive *and* negative! (First Linux
48 player that does this!! MP3's and CD's do varispeed :)
49 - Queue (playlist) support
50 - Concurrent visual scopes (open as many as you want)
51 - Multi-threaded design for efficient/skip free playback (RT)
52 - GUI Interface based on gtk+
53 - NOGUI operation for shell script usage
54 - Plug-in core architecture
55 - Low latency mode, as low as 5ms when scheduled RT
56 - Effects stream
57 - Software based volume/pan control
58 - Accurate scope/audio syncing using ALSA features
59 - Portable (well, we'll see about that :)
60 - Open source(tm)
8927a08a 61
8927a08a 62%prep
2785ae59 63%setup -q
8927a08a 64
65%build
46f3c363 66%configure
c8c462fe 67%{__make}
8927a08a 68
69%install
46f3c363 70rm -rf $RPM_BUILD_ROOT
d2b1bdef 71%{__make} DESTDIR=$RPM_BUILD_ROOT install
46f3c363 72
2079b6df 73gzip -9nf AUTHORS README
8927a08a 74
75%clean
76rm -rf $RPM_BUILD_ROOT
77
8927a08a 78%files
46f3c363 79%defattr(644,root,root,755)
80%doc *.gz
81%attr(755,root,root) %{_bindir}/alsaplayer
ad4c0569 82%{_pkglibdir}/
This page took 0.122581 seconds and 4 git commands to generate.