]> git.pld-linux.org Git - packages/alsaplayer.git/blob - alsaplayer.spec
- header rewrited.
[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
62 %setup -n alsaplayer-%{version}.%{release}
63 CFLAGS="$RPM_OPT_FLAGS"
64 ./configure --prefix=/usr
65
66 %build
67 make
68
69 %install
70 mkdir -p $RPM_BUILD_ROOT/usr/doc/alsaplayer-%{version}-%{release}
71 make DESTDIR=$RPM_BUILD_ROOT install
72 cp AUTHORS COPYING INSTALL README README.ESD README.OSS $RPM_BUILD_ROOT/usr/doc/alsaplayer-%{version}-%{release}
73
74 %clean
75 rm -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.064956 seconds and 4 git commands to generate.