]> git.pld-linux.org Git - packages/alsaplayer.git/blame - alsaplayer.spec
- removed two lines with define
[packages/alsaplayer.git] / alsaplayer.spec
CommitLineData
0d2a9f5a 1# TODO:
90802fc9 2# - fix description
0d2a9f5a
AF
3# ** mpg123 plugin are removed, so alsaplayer play mp3 only via mad plugin
4# ** add info about new subpackages (scopes, interface-gtk and others)
5# - add output-jack plugin (requires jackit.sf.net)
6# - add input-flac plugin (requires flac.sf.net)
7# - think about static libalsaplayer.a (add --enable-static to %%configure and make subpackage)
8# - add/check translations
a42091c1
JB
9Summary: Alsaplayer - MP2/MP3/WAV/CD player
10Summary(pl): Alsaplayer - odtwarzacz MP2/MP3/WAV/CD
f79d02ae 11Name: alsaplayer
bb2d29ab
AF
12Version: 0.99.72
13Release: 1
cabbd4cf 14License: GPL
30b29b63 15Group: X11/Applications/Sound
13f49301 16Source0: ftp://ftp.alsa-project.org/pub/people/andy/%{name}-%{version}.tar.bz2
4386a2bb 17Patch0: %{name}-nas.patch
18Patch1: %{name}-docs.patch
6e4571c1 19BuildRequires: alsa-lib-devel
6e4571c1 20BuildRequires: audiofile-devel
fb264bbe 21BuildRequires: autoconf
22BuildRequires: automake
bb2d29ab 23#BuildRequires: curl-devel
4386a2bb 24BuildRequires: esound-devel
25BuildRequires: gtk+-devel
6e4571c1 26BuildRequires: libmikmod-devel
fb264bbe 27BuildRequires: libtool
28BuildRequires: libvorbis-devel >= 1:1.0
2a1abb9c 29BuildRequires: mad-devel
4386a2bb 30BuildRequires: nas-devel
6c90163a 31BuildRequires: OpenGL-devel
4d4f8253 32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8927a08a 33
0d2a9f5a
AF
34%define _noautoreqdep libGL.so.1 libGLU.so.1
35%define _pkglibdir %{_libdir}/%{name}
0d2a9f5a 36
8927a08a 37%description
6e4571c1 38AlsaPlayer is a new type of PCM player. It is heavily multi-threaded
39and tries to excercise the ALSA library and driver quite a bit.
40Features include:
8927a08a 41
42Input addons:
6e4571c1 43 - MP2 and MP3 support
4386a2bb 44 - Ogg Vorbis support (subpackage)
6e4571c1 45 - WAV support, 8-, 16-bit, mono, stereo, any sample rate
46 - CDDA support, CD Digital Audio playback! and thus USB ready :)
47 - Also plays files mapped by audiofs (CDDA)
b22909df 48 - MAD MPEG audio
4386a2bb 49 - Module support (mikmod) (subpcakage)
8927a08a 50
51Output addons:
4386a2bb 52 - ALSA. Best supported of course :) (subpackage)
6e4571c1 53 - OSS. Kernel native sound drivers
54 - Sparc. UltraSparc sound drivers
55 - SGI. SGI audio library driver
4386a2bb 56 - ESD. Enlightened sound daemon support (subpackage)
57 - NAS. Network Audio System (subpakcage)
b22909df 58 - null :-)
8927a08a 59
60Visual scopes:
6e4571c1 61 - Stereoscope
62 - Monoscope
63 - Levelmeter
64 - Spacescope
65 - FFTscope
66 - FFTscope II
67 - More being developed...
8927a08a 68
69General features:
6e4571c1 70 - Full speed (pitch) control, positive *and* negative! (First Linux
71 player that does this!! MP3's and CD's do varispeed :)
72 - Queue (playlist) support
73 - Concurrent visual scopes (open as many as you want)
74 - Multi-threaded design for efficient/skip free playback (RT)
75 - GUI Interface based on gtk+
76 - NOGUI operation for shell script usage
77 - Plug-in core architecture
78 - Low latency mode, as low as 5ms when scheduled RT
79 - Effects stream
80 - Software based volume/pan control
81 - Accurate scope/audio syncing using ALSA features
82 - Portable (well, we'll see about that :)
83 - Open source(tm)
8927a08a 84
a42091c1
JB
85%description -l pl
86