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