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