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