]> git.pld-linux.org Git - packages/alsaplayer.git/blob - alsaplayer.spec
- updated to 0.99.60
[packages/alsaplayer.git] / alsaplayer.spec
1 Summary:        Alsaplayer - MP2/MP3/WAV/CD player
2 Summary(pl):    Alsaplayer - odtwarzacz MP2/MP3/WAV/CD
3 Name:           alsaplayer
4 Version:        0.99.60
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        ftp://ftp.alsa-project.org/pub/people/andy/%{name}-%{version}.tar.bz2
9 Requires:       gtk+
10 BuildRequires:  alsa-lib-devel
11 BuildRequires:  esound-devel
12 BuildRequires:  audiofile-devel
13 BuildRequires:  libmikmod-devel
14 BuildRequires:  libvorbis-devel
15 BuildRequires:  mad-devel
16 BuildRequires:  gtk+-devel
17 BuildRequires:  libtool
18 BuildRequires:  automake
19 BuildRequires:  autoconf
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _pkglibdir      %{_libdir}/%{name}
23
24 %define         _prefix         /usr/X11R6
25 %define         _mandir         %{_prefix}/man
26
27 %description
28 AlsaPlayer is a new type of PCM player. It is heavily multi-threaded
29 and tries to excercise the ALSA library and driver quite a bit.
30 Features include:
31
32 Input addons:
33  - MP2 and MP3 support
34  - Ogg Vorbis support
35  - WAV support, 8-, 16-bit, mono, stereo, any sample rate
36  - CDDA support, CD Digital Audio playback! and thus USB ready :)
37  - Also plays files mapped by audiofs (CDDA)
38  - MAD MPEG audio
39  - Module support (mikmod)
40
41 Output addons:
42  - ALSA. Best supported of course :)
43  - OSS. Kernel native sound drivers
44  - Sparc. UltraSparc sound drivers
45  - SGI. SGI audio library driver
46  - ESD. Enlightened sound daemon support
47  - NAS. Network Audio System
48  - null :-)
49
50 Visual scopes:
51  - Stereoscope
52  - Monoscope
53  - Levelmeter
54  - Spacescope
55  - FFTscope
56  - FFTscope II
57  - More being developed...
58
59 General features:
60  - Full speed (pitch) control, positive *and* negative! (First Linux
61    player that does this!! MP3's and CD's do varispeed :)
62  - Queue (playlist) support
63  - Concurrent visual scopes (open as many as you want)
64  - Multi-threaded design for efficient/skip free playback (RT)
65  - GUI Interface based on gtk+
66  - NOGUI operation for shell script usage
67  - Plug-in core architecture
68  - Low latency mode, as low as 5ms when scheduled RT
69  - Effects stream
70  - Software based volume/pan control
71  - Accurate scope/audio syncing using ALSA features
72  - Portable (well, we'll see about that :)
73  - Open source(tm)
74
75 %description -l pl
76 AlsaPlayer to nowy rodzaj odtwarzacza PCM. Jest wielow±tkowy i próbuje
77 solidnie przeæwiczyæ sterowniki i bibliotekê ALSA. Jego cechy to:
78
79 Wej¶cie:
80  - obs³uga MP2 i MP3
81  - obs³uga Ogg Vorbis
82  - obs³uga WAV, 8 i 16-bitowych, mono, stereo, dowolna czêstotliwo¶æ
83  - obs³uga CD Digital Audio
84  - odtwarzanie plików podmapowanych przez audiofs (CDDA)
85  - obs³uga MAD - MPEG Audio
86  - obs³uga modu³ów (mikmod)
87
88 Wyj¶cie:
89  - ALSA - oczywi¶cie najlepiej obs³ugiwana :)
90  - OSS - natywne sterowniki z j±dra
91  - Sparc - sterowniki d¼wiêku dla UltraSparca
92  - SGI - biblioteka sterowników d¼wiêku SGI
93  - ESD - obs³uga O¶wieconego demona d¼wiêku
94  - NAS - Sieciowego Systemu Audio
95  - null :-)
96
97 Wizualizacja:
98  - Stereoskop
99  - Monoskop
100  - Wska¼nik poziomu d¼wiêku
101  - inne, wkrótce wiêcej...
102
103 Ogólne cechy:
104  - Kontrola szybko¶ci (w obie strony)
105  - obs³uga kolejki (playlisty)
106  - obs³uga wielu wska¼ników naraz
107  - wielow±tkowo¶æ
108  - interfejs graficzny bazuj±cy na gtk+
109  - operacje bez GUI na potrzeby skryptów
110  - architektura wtyczek
111  - programowa kontrola g³o¶no¶ci i balansu
112  - synchronizacja d¼wiêku i wska¼ników przy u¿yciu mo¿liwo¶ci ALSA
113
114 %prep
115 %setup -q
116
117 %build
118 rm -f missing
119 libtoolize --copy --force
120 aclocal
121 autoconf
122 automake -a -c -f
123 %configure
124 %{__make}
125
126 %install
127 rm -rf $RPM_BUILD_ROOT
128 %{__make} DESTDIR=$RPM_BUILD_ROOT install
129
130 gzip -9nf AUTHORS README
131
132 %clean
133 rm -rf $RPM_BUILD_ROOT
134
135 %files
136 %defattr(644,root,root,755)
137 %doc *.gz
138 %attr(755,root,root) %{_bindir}/alsaplayer
139 %{_pkglibdir}
This page took 0.040955 seconds and 4 git commands to generate.