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