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