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