]> git.pld-linux.org Git - packages/alsaplayer.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Wed, 17 May 2000 21:01:20 +0000 (21:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsaplayer.spec -> 1.13

alsaplayer.spec

index 42e0af864d0863081353a7021f1b6e54013291c0..2a9cf03baf7b853fdfc85b56fbfebad425eff729 100644 (file)
@@ -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
This page took 0.126717 seconds and 4 git commands to generate.