]> git.pld-linux.org Git - packages/alsaplayer.git/blob - alsaplayer.spec
- spec adapterized.
[packages/alsaplayer.git] / alsaplayer.spec
1 Summary:        Alsaplayer
2 Name:           alsaplayer
3 Version:        0.99.31
4 Release:        1
5 Copyright:      Opensource
6 Group:          X11/Applications/Multimedia
7 Group(pl):      X11/Aplikacje/Multimedia
8 Source0:        http://www.alsa-project.org/~andy/%{name}-%{version}.tar.gz
9 Requires:       gtk+-devel
10 BuildRequires:  alsa-lib-devel
11 BuildRequires:  esound-devel
12 BuildRequires:  audiofile-devel
13 BuildRequires:  libmikmod-devel
14 BuildRequires:  gtk+-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _pkglibdir      %{_libdir}/%{name}
18
19 %define         _prefix         /usr/X11R6
20 %define         _mandir         %{_prefix}/man
21
22 %description
23 AlsaPlayer is a new type of PCM player. It is heavily multi-threaded
24 and tries to excercise the ALSA library and driver quite a bit.
25 Features include:
26
27 Input addons:
28  - MP2 and MP3 support
29  - WAV support, 8-, 16-bit, mono, stereo, any sample rate
30  - CDDA support, CD Digital Audio playback! and thus USB ready :)
31  - Also plays files mapped by audiofs (CDDA)
32  - Module support in progress...
33
34 Output addons:
35  - ALSA. Best supported of course :)
36  - OSS. Kernel native sound drivers
37  - Sparc. UltraSparc sound drivers
38  - SGI. SGI audio library driver
39  - ESD. Enlightened sound daemon support
40
41 Visual scopes:
42  - Stereoscope
43  - Monoscope
44  - Levelmeter
45  - Spacescope
46  - FFTscope
47  - FFTscope II
48  - More being developed...
49
50 General features:
51  - Full speed (pitch) control, positive *and* negative! (First Linux
52    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
66 %prep
67 %setup -q
68
69 %build
70 %configure
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75 %{__make} DESTDIR=$RPM_BUILD_ROOT install
76
77 gzip -9nf AUTHORS README 
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files
83 %defattr(644,root,root,755)
84 %doc *.gz
85 %attr(755,root,root) %{_bindir}/alsaplayer
86 %{_pkglibdir}/
This page took 0.159399 seconds and 3 git commands to generate.