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