]> git.pld-linux.org Git - packages/alsaplayer.git/blame - alsaplayer.spec
- pl Summary/description fixes
[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
fe3c9ace 15Group: X11/Applications/Multimedia
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}
36%define _prefix /usr/X11R6
37%define _mandir %{_prefix}/man
38
8927a08a 39%description
6e4571c1 40AlsaPlayer is a new type of PCM player. It is heavily multi-threaded
41and tries to excercise the ALSA library and driver quite a bit.
42Features include:
8927a08a 43
44Input addons:
6e4571c1 45 - MP2 and MP3 support
4386a2bb 46 - Ogg Vorbis support (subpackage)
6e4571c1 47 - WAV support, 8-, 16-bit, mono, stereo, any sample rate
48 - CDDA support, CD Digital Audio playback! and thus USB ready :)
49 - Also plays files mapped by audiofs (CDDA)
b22909df 50 - MAD MPEG audio
4386a2bb 51 - Module support (mikmod) (subpcakage)
8927a08a 52
53Output addons:
4386a2bb 54 - ALSA. Best supported of course :) (subpackage)
6e4571c1 55 - OSS. Kernel native sound drivers
56 - Sparc. UltraSparc sound drivers
57 - SGI. SGI audio library driver
4386a2bb 58 - ESD. Enlightened sound daemon support (subpackage)
59 - NAS. Network Audio System (subpakcage)
b22909df 60 - null :-)
8927a08a 61
62Visual scopes:
6e4571c1 63 - Stereoscope
64 - Monoscope
65 - Levelmeter
66 - Spacescope
67 - FFTscope
68 - FFTscope II
69 - More being developed...
8927a08a 70
71General features:
6e4571c1 72 - Full speed (pitch) control, positive *and* negative! (First Linux
73 player that does this!! MP3's and CD's do varispeed :)
74 - Queue (playlist) support
75 - Concurrent visual scopes (open as many as you want)
76 - Multi-threaded design for efficient/skip free playback (RT)
77 - GUI Interface based on gtk+
78 - NOGUI operation for shell script usage
79 - Plug-in core architecture
80 - Low latency mode, as low as 5ms when scheduled RT
81 - Effects stream
82 - Software based volume/pan control
83 - Accurate scope/audio syncing using ALSA features
84 - Portable (well, we'll see about that :)
85 - Open source(tm)
8927a08a 86
a42091c1
JB
87%description -l pl
88