]> git.pld-linux.org Git - packages/alsaplayer.git/blob - alsaplayer.spec
- Removed 'BuildRequires: (XFree86|glib)-devel' from packages which have
[packages/alsaplayer.git] / alsaplayer.spec
1 Summary:        Alsaplayer
2 Name:           alsaplayer
3 Version:        0.99.31
4 Release:        1
5 Copyright:      Opensource
6 Group:          Applications/Multimedia
7 Source:         http://www.alsa-project.org/~andy/alsaplayer-%{version}.tar.gz
8 Requires:       gtk+-devel
9 BuildRequires:  alsa-lib-devel
10 BuildRequires:  esound-devel
11 BuildRequires:  audiofile-devel
12 BuildRequires:  libmikmod-devel
13 BuildRequires:  gtk+-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _pkglibdir      %{_libdir}/%{name}
17
18 %description
19 AlsaPlayer is a new type of PCM player. It is heavily multi-threaded and
20 tries to excercise the ALSA library and driver quite a bit. Features
21 include: 
22
23 Input addons:
24
25      MP2 and MP3 support 
26      WAV support, 8-, 16-bit, mono, stereo, any sample rate 
27      CDDA support, CD Digital Audio playback! and thus USB ready :) 
28      Also plays files mapped by audiofs (CDDA) 
29      Module support in progress... 
30
31 Output addons:
32
33      ALSA. Best supported of course :) 
34      OSS. Kernel native sound drivers 
35      Sparc. UltraSparc sound drivers 
36      SGI. SGI audio library driver 
37      ESD. Enlightened sound daemon support 
38
39 Visual scopes:
40
41      Stereoscope 
42      Monoscope 
43      Levelmeter 
44      Spacescope 
45      FFTscope 
46      FFTscope II 
47      More being developed... 
48
49 General features:
50
51      Full speed (pitch) control, positive *and* negative! 
52        (First Linux player that does this!! MP3's and CD's do varispeed :) 
53      Queue (playlist) support 
54      Concurrent visual scopes (open as many as you want) 
55      Multi-threaded design for efficient/skip free playback (RT) 
56      GUI Interface based on gtk+ 
57      NOGUI operation for shell script usage 
58      Plug-in core architecture 
59      Low latency mode, as low as 5ms when scheduled RT 
60      Effects stream 
61      Software based volume/pan control 
62      Accurate scope/audio syncing using ALSA features 
63      Portable (well, we'll see about that :) 
64      Open source(tm) 
65      Y2K complient (doh!)
66
67 %prep
68 %setup -q
69
70 %build
71 %configure
72 make
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76 make DESTDIR=$RPM_BUILD_ROOT install
77
78 gzip -9nf AUTHORS README 
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files
84 %defattr(644,root,root,755)
85 %doc *.gz
86 %attr(755,root,root) %{_bindir}/alsaplayer
87 %{_pkglibdir}/
This page took 0.098904 seconds and 4 git commands to generate.