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