]> git.pld-linux.org Git - packages/alsaplayer.git/blame - alsaplayer.spec
- added CVS keywords on top of the spec file
[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
61
62%setup -n alsaplayer-%{version}.%{release}
63CFLAGS="$RPM_OPT_FLAGS"
64./configure --prefix=/usr
65
66%build
67make
68
69%install
70mkdir -p $RPM_BUILD_ROOT/usr/doc/alsaplayer-%{version}-%{release}
71make DESTDIR=$RPM_BUILD_ROOT install
72cp AUTHORS COPYING INSTALL README README.ESD README.OSS $RPM_BUILD_ROOT/usr/doc/alsaplayer-%{version}-%{release}
73
74%clean
75rm -rf $RPM_BUILD_ROOT
76
77%doc AUTHORS COPYING INSTALL README README.ESD README.OSS
78
79%files
80%defattr(-,root,root)
81/usr/bin/alsaplayer
82/usr/doc/alsaplayer-%{version}-%{release}/AUTHORS
83/usr/doc/alsaplayer-%{version}-%{release}/COPYING
84/usr/doc/alsaplayer-%{version}-%{release}/INSTALL
85/usr/doc/alsaplayer-%{version}-%{release}/README
86/usr/doc/alsaplayer-%{version}-%{release}/README.ESD
87/usr/doc/alsaplayer-%{version}-%{release}/README.OSS
88/usr/lib/alsaplayer/output/libalsa.a
89/usr/lib/alsaplayer/output/libalsa.la
90/usr/lib/alsaplayer/output/libalsa.so
91/usr/lib/alsaplayer/output/libesound.a
92/usr/lib/alsaplayer/output/libesound.la
93/usr/lib/alsaplayer/output/libesound.so
94/usr/lib/alsaplayer/output/liboss.a
95/usr/lib/alsaplayer/output/liboss.la
96/usr/lib/alsaplayer/output/liboss.so
97/usr/lib/alsaplayer/input/libaplay.a
98/usr/lib/alsaplayer/input/libaplay.la
99/usr/lib/alsaplayer/input/libaplay.so
100/usr/lib/alsaplayer/input/libcdda.a
101/usr/lib/alsaplayer/input/libcdda.la
102/usr/lib/alsaplayer/input/libcdda.so
103/usr/lib/alsaplayer/input/libmpg123.a
104/usr/lib/alsaplayer/input/libmpg123.la
105/usr/lib/alsaplayer/input/libmpg123.so
This page took 0.106459 seconds and 4 git commands to generate.