]> git.pld-linux.org Git - packages/alsaplayer.git/blame - alsaplayer.spec
- Requires: gtk+ not gtk+-devel
[packages/alsaplayer.git] / alsaplayer.spec
CommitLineData
b22909df 1
2%define fullver 0.99.52-cvs20011126-jack
3
a42091c1
JB
4Summary: Alsaplayer - MP2/MP3/WAV/CD player
5Summary(pl): Alsaplayer - odtwarzacz MP2/MP3/WAV/CD
f79d02ae 6Name: alsaplayer
b22909df 7Version: 0.99.52
e442b189 8Release: 3
d361dba8 9License: Opensource
fe3c9ace 10Group: X11/Applications/Multimedia
e2acd393 11Group(de): X11/Applikationen/Multimedia
fe3c9ace 12Group(pl): X11/Aplikacje/Multimedia
24310b7f 13Source0: ftp://ftp.alsa-project.org/pub/people/andy/%{name}-%{fullver}.tar.bz2
e442b189 14Patch: %{name}-c++.patch
aa385dda 15Requires: gtk+
6e4571c1 16BuildRequires: alsa-lib-devel
17BuildRequires: esound-devel
18BuildRequires: audiofile-devel
19BuildRequires: libmikmod-devel
b22909df 20BuildRequires: libvorbis-devel
2079b6df 21BuildRequires: gtk+-devel
d361dba8
PG
22BuildRequires: libtool
23BuildRequires: automake
24BuildRequires: autoconf
4d4f8253 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8927a08a 26
ad4c0569
AF
27%define _pkglibdir %{_libdir}/%{name}
28
fe3c9ace 29%define _prefix /usr/X11R6
30%define _mandir %{_prefix}/man
31
8927a08a 32%description
6e4571c1 33AlsaPlayer is a new type of PCM player. It is heavily multi-threaded
34and tries to excercise the ALSA library and driver quite a bit.
35Features include:
8927a08a 36
37Input addons:
6e4571c1 38 - MP2 and MP3 support
b22909df 39 - Ogg Vorbis support
6e4571c1 40 - WAV support, 8-, 16-bit, mono, stereo, any sample rate
41 - CDDA support, CD Digital Audio playback! and thus USB ready :)
42 - Also plays files mapped by audiofs (CDDA)
b22909df 43 - MAD MPEG audio
44 - Module support (mikmod)
8927a08a 45
46Output addons:
6e4571c1 47 - ALSA. Best supported of course :)
48 - OSS. Kernel native sound drivers
49 - Sparc. UltraSparc sound drivers
50 - SGI. SGI audio library driver
51 - ESD. Enlightened sound daemon support
b22909df 52 - NAS. Network Audio System
53 - null :-)
8927a08a 54
55Visual scopes:
6e4571c1 56 - Stereoscope
57 - Monoscope
58 - Levelmeter
59 - Spacescope
60 - FFTscope
61 - FFTscope II
62 - More being developed...
8927a08a 63
64General features:
6e4571c1 65 - Full speed (pitch) control, positive *and* negative! (First Linux
66 player that does this!! MP3's and CD's do varispeed :)
67 - Queue (playlist) support
68 - Concurrent visual scopes (open as many as you want)
69 - Multi-threaded design for efficient/skip free playback (RT)
70 - GUI Interface based on gtk+
71 - NOGUI operation for shell script usage
72 - Plug-in core architecture
73 - Low latency mode, as low as 5ms when scheduled RT
74 - Effects stream
75 - Software based volume/pan control
76 - Accurate scope/audio syncing using ALSA features
77 - Portable (well, we'll see about that :)
78 - Open source(tm)
8927a08a 79
a42091c1
JB
80%description -l pl
81