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