From 6e4571c1f0d74548576f8781cab14b1cfdb18ef2 Mon Sep 17 00:00:00 2001 From: kloczek Date: Wed, 17 May 2000 21:01:20 +0000 Subject: [PATCH] - spec adapterized. Changed files: alsaplayer.spec -> 1.13 --- alsaplayer.spec | 83 +++++++++++++++++++++++-------------------------- 1 file changed, 39 insertions(+), 44 deletions(-) diff --git a/alsaplayer.spec b/alsaplayer.spec index 42e0af8..2a9cf03 100644 --- a/alsaplayer.spec +++ b/alsaplayer.spec @@ -4,65 +4,60 @@ Version: 0.99.31 Release: 1 Copyright: Opensource Group: Applications/Multimedia -Source: http://www.alsa-project.org/~andy/alsaplayer-%{version}.tar.gz +Source0: http://www.alsa-project.org/~andy/%{name}-%{version}.tar.gz Requires: gtk+-devel -BuildRequires: alsa-lib-devel -BuildRequires: esound-devel -BuildRequires: audiofile-devel -BuildRequires: libmikmod-devel +BuildRequires: alsa-lib-devel +BuildRequires: esound-devel +BuildRequires: audiofile-devel +BuildRequires: libmikmod-devel BuildRequires: gtk+-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _pkglibdir %{_libdir}/%{name} %description -AlsaPlayer is a new type of PCM player. It is heavily multi-threaded and -tries to excercise the ALSA library and driver quite a bit. Features -include: +AlsaPlayer is a new type of PCM player. It is heavily multi-threaded +and tries to excercise the ALSA library and driver quite a bit. +Features include: Input addons: - - MP2 and MP3 support - WAV support, 8-, 16-bit, mono, stereo, any sample rate - CDDA support, CD Digital Audio playback! and thus USB ready :) - Also plays files mapped by audiofs (CDDA) - Module support in progress... + - MP2 and MP3 support + - WAV support, 8-, 16-bit, mono, stereo, any sample rate + - CDDA support, CD Digital Audio playback! and thus USB ready :) + - Also plays files mapped by audiofs (CDDA) + - Module support in progress... Output addons: - - ALSA. Best supported of course :) - OSS. Kernel native sound drivers - Sparc. UltraSparc sound drivers - SGI. SGI audio library driver - ESD. Enlightened sound daemon support + - ALSA. Best supported of course :) + - OSS. Kernel native sound drivers + - Sparc. UltraSparc sound drivers + - SGI. SGI audio library driver + - ESD. Enlightened sound daemon support Visual scopes: - - Stereoscope - Monoscope - Levelmeter - Spacescope - FFTscope - FFTscope II - More being developed... + - Stereoscope + - Monoscope + - Levelmeter + - Spacescope + - FFTscope + - FFTscope II + - More being developed... General features: - - Full speed (pitch) control, positive *and* negative! - (First Linux player that does this!! MP3's and CD's do varispeed :) - Queue (playlist) support - Concurrent visual scopes (open as many as you want) - Multi-threaded design for efficient/skip free playback (RT) - GUI Interface based on gtk+ - NOGUI operation for shell script usage - Plug-in core architecture - Low latency mode, as low as 5ms when scheduled RT - Effects stream - Software based volume/pan control - Accurate scope/audio syncing using ALSA features - Portable (well, we'll see about that :) - Open source(tm) - Y2K complient (doh!) + - Full speed (pitch) control, positive *and* negative! (First Linux + player that does this!! MP3's and CD's do varispeed :) + - Queue (playlist) support + - Concurrent visual scopes (open as many as you want) + - Multi-threaded design for efficient/skip free playback (RT) + - GUI Interface based on gtk+ + - NOGUI operation for shell script usage + - Plug-in core architecture + - Low latency mode, as low as 5ms when scheduled RT + - Effects stream + - Software based volume/pan control + - Accurate scope/audio syncing using ALSA features + - Portable (well, we'll see about that :) + - Open source(tm) %prep %setup -q -- 2.44.0