]> git.pld-linux.org Git - packages/alsaplayer.git/blame - alsaplayer.spec
- subpackage interface-daemon renamed to daemon
[packages/alsaplayer.git] / alsaplayer.spec
CommitLineData
0d2a9f5a 1# TODO:
7b5f3111 2# - check description
0d2a9f5a 3# - add/check translations
7b5f3111 4# - add .desktop file
a42091c1
JB
5Summary: Alsaplayer - MP2/MP3/WAV/CD player
6Summary(pl): Alsaplayer - odtwarzacz MP2/MP3/WAV/CD
f79d02ae 7Name: alsaplayer
9c0e77e3 8Version: 0.99.75
7b5f3111 9Release: 0.3
cabbd4cf 10License: GPL
30b29b63 11Group: X11/Applications/Sound
13f49301 12Source0: ftp://ftp.alsa-project.org/pub/people/andy/%{name}-%{version}.tar.bz2
9c0e77e3 13# Source0-md5: 353b57058e05aa5f0c01f93fc049c650
14Patch0: %{name}-docs.patch
15Patch1: %{name}-gcc33.patch
16URL: http://www.alsaplayer.org/
17BuildRequires: OpenGL-devel
18BuildRequires: alsa-lib-devel
19BuildRequires: audiofile-devel
20BuildRequires: autoconf
21BuildRequires: automake
22BuildRequires: esound-devel
23BuildRequires: flac-devel
24BuildRequires: gtk+-devel
dadc5112 25BuildRequires: id3lib-devel
9c0e77e3 26BuildRequires: jack-audio-connection-kit-devel >= 0.69.1
27BuildRequires: libmikmod-devel
28BuildRequires: libsndfile-devel
dadc5112 29BuildRequires: libstdc++-devel
9c0e77e3 30BuildRequires: libtool
31BuildRequires: libvorbis-devel
32BuildRequires: mad-devel
33BuildRequires: nas-devel
34BuildRequires: xosd-devel
dadc5112 35Requires(post): /sbin/ldconfig
4d4f8253 36BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8927a08a 37
0d2a9f5a
AF
38%define _noautoreqdep libGL.so.1 libGLU.so.1
39%define _pkglibdir %{_libdir}/%{name}
0d2a9f5a 40
8927a08a 41%description
6e4571c1 42AlsaPlayer is a new type of PCM player. It is heavily multi-threaded
c3f685ab 43and tries to exercise the ALSA library and driver quite a bit.
6e4571c1 44Features include:
8927a08a 45
46Input addons:
6e4571c1 47 - MP2 and MP3 support
4386a2bb 48 - Ogg Vorbis support (subpackage)
6e4571c1 49 - WAV support, 8-, 16-bit, mono, stereo, any sample rate
50 - CDDA support, CD Digital Audio playback! and thus USB ready :)
51 - Also plays files mapped by audiofs (CDDA)
b22909df 52 - MAD MPEG audio
4386a2bb 53 - Module support (mikmod) (subpcakage)
dadc5112 54 - FLAC support
55
8927a08a 56Output addons:
4386a2bb 57 - ALSA. Best supported of course :) (subpackage)
6e4571c1 58 - OSS. Kernel native sound drivers
59 - Sparc. UltraSparc sound drivers
60 - SGI. SGI audio library driver
4386a2bb 61 - ESD. Enlightened sound daemon support (subpackage)
62 - NAS. Network Audio System (subpakcage)
dadc5112 63 - low latency JACK output
b22909df 64 - null :-)
8927a08a 65
66Visual scopes:
6e4571c1 67 - Stereoscope
68 - Monoscope
69 - Levelmeter
70 - Spacescope
71 - FFTscope
72 - FFTscope II
7b5f3111 73 - Spectrum GL
8927a08a 74
75General features:
6e4571c1 76 - Full speed (pitch) control, positive *and* negative! (First Linux
77 player that does this!! MP3's and CD's do varispeed :)
78 - Queue (playlist) support
79 - Concurrent visual scopes (open as many as you want)
80 - Multi-threaded design for efficient/skip free playback (RT)
81 - GUI Interface based on gtk+
82 - NOGUI operation for shell script usage
dadc5112 83 - On-screen-display based on xosd
6e4571c1 84 - Plug-in core architecture
85 - Low latency mode, as low as 5ms when scheduled RT
86 - Effects stream
87 - Software based volume/pan control
88 - Accurate scope/audio syncing using ALSA features
8927a08a 89
a42091c1
JB
90%description -l pl
91