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