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