]> git.pld-linux.org Git - packages/alsaplayer.git/blob - alsaplayer.spec
- raw version from http://www.alsa-project.org/~andy/
[packages/alsaplayer.git] / alsaplayer.spec
1 Summary: Alsaplayer
2 Name: alsaplayer
3 Version: 0.99
4 Release: 21
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: /var/tmp/%{name}-%{version}-%{release}.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 RPM built by Miles Lott<milos@insync.net> 7/1/1999
61 %prep
62
63 %setup -n alsaplayer-%{version}.%{release}
64 CFLAGS="$RPM_OPT_FLAGS"
65 ./configure --prefix=/usr
66
67 %build
68 make
69
70 %install
71 mkdir -p $RPM_BUILD_ROOT/usr/doc/alsaplayer-%{version}-%{release}
72 make DESTDIR=$RPM_BUILD_ROOT install
73 cp AUTHORS COPYING INSTALL README README.ESD README.OSS $RPM_BUILD_ROOT/usr/doc/alsaplayer-%{version}-%{release}
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %doc AUTHORS COPYING INSTALL README README.ESD README.OSS
79
80 %files
81 %defattr(-,root,root)
82 /usr/bin/alsaplayer
83 /usr/doc/alsaplayer-%{version}-%{release}/AUTHORS
84 /usr/doc/alsaplayer-%{version}-%{release}/COPYING
85 /usr/doc/alsaplayer-%{version}-%{release}/INSTALL
86 /usr/doc/alsaplayer-%{version}-%{release}/README
87 /usr/doc/alsaplayer-%{version}-%{release}/README.ESD
88 /usr/doc/alsaplayer-%{version}-%{release}/README.OSS
89 /usr/lib/alsaplayer/output/libalsa.a
90 /usr/lib/alsaplayer/output/libalsa.la
91 /usr/lib/alsaplayer/output/libalsa.so
92 /usr/lib/alsaplayer/output/libesound.a
93 /usr/lib/alsaplayer/output/libesound.la
94 /usr/lib/alsaplayer/output/libesound.so
95 /usr/lib/alsaplayer/output/liboss.a
96 /usr/lib/alsaplayer/output/liboss.la
97 /usr/lib/alsaplayer/output/liboss.so
98 /usr/lib/alsaplayer/input/libaplay.a
99 /usr/lib/alsaplayer/input/libaplay.la
100 /usr/lib/alsaplayer/input/libaplay.so
101 /usr/lib/alsaplayer/input/libcdda.a
102 /usr/lib/alsaplayer/input/libcdda.la
103 /usr/lib/alsaplayer/input/libcdda.so
104 /usr/lib/alsaplayer/input/libmpg123.a
105 /usr/lib/alsaplayer/input/libmpg123.la
106 /usr/lib/alsaplayer/input/libmpg123.so
This page took 0.033106 seconds and 4 git commands to generate.