]> git.pld-linux.org Git - packages/alsaplayer.git/blame - alsaplayer.spec
- partialy rewrited.
[packages/alsaplayer.git] / alsaplayer.spec
CommitLineData
f79d02ae 1Summary: Alsaplayer
2Name: alsaplayer
3Version: 0.99.21
4Release: 1
5Copyright: Opensource
6Group: Applications/Multimedia
7Source: http://www.alsa-project.org/~andy/alsaplayer-%{version}.%{release}.tar.gz
8Requires: glib-1.2.1 gtk+-1.2.1
9BuildRoot: /tmp/%{name}-%{version}-root
8927a08a 10
11%description
12AlsaPlayer is a new type of PCM player. It is heavily multi-threaded and
13tries to excercise the ALSA library and driver quite a bit. Features
14include:
15
16Input 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
24Output 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
32Visual scopes:
33
34 Stereoscope
35 Monoscope
36 Levelmeter
37 Spacescope
38 FFTscope
39 FFTscope II
40 More being developed...
41
42General 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
8927a08a 60%prep
46f3c363 61%setup -q -n alsaplayer-%{version}.%{release}
8927a08a 62
63%build
46f3c363 64%configure
8927a08a 65make
66
67%install
46f3c363 68rm -rf $RPM_BUILD_ROOT
8927a08a 69make DESTDIR=$RPM_BUILD_ROOT install
46f3c363 70
71gzip -9nf AUTHORS README README.ESD README.OSS
8927a08a 72
73%clean
74rm -rf $RPM_BUILD_ROOT
75
8927a08a 76%files
46f3c363 77%defattr(644,root,root,755)
78%doc *.gz
79%attr(755,root,root) %{_bindir}/alsaplayer
8927a08a 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.098158 seconds and 4 git commands to generate.