]> git.pld-linux.org Git - packages/alsa-lib.git/blob - alsa-lib.spec
- version 0.5.9
[packages/alsa-lib.git] / alsa-lib.spec
1 Summary:        Advanced Linux Sound Architecture (ALSA) - Library
2 Summary(pl):    Advanced Linux Sound Architecture (ALSA) - Biblioteka
3 Name:           alsa-lib
4 Version:        0.5.9
5 Release:        3
6 License:        GPL
7 Group:          Libraries
8 Group(pl):      Biblioteki
9 Source0:        ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}.tar.bz2
10 URL:            http://www.alsa-project.org/
11 BuildRequires:  libstdc++-devel
12 BuildRequires:  ncurses-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  flex
16 BuildRequires:  libtool
17 BuildConflicts: alsa-lib <= 0.4.0
18 Obsoletes:      alsa-libs
19 ExcludeArch:    sparc
20 ExcludeArch:    sparc64
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _sysconfdir     /etc
24
25 %description
26 Advanced Linux Sound Architecture (ALSA) - Library
27
28 Features ========
29 - general
30   - modularized architecture with support for 2.2
31   - support for versioned and exported symbols
32   - full proc filesystem support - /proc/sound
33 - ISA soundcards
34   - support for 128k ISA DMA buffer
35 - mixer
36   - new enhanced API for applications
37   - support for unlimited number of channels
38   - volume can be set in three ways (percentual (0-100), exact and
39     decibel)
40   - support for mute (and hardware mute if hardware supports it)
41   - support for mixer events
42     - this allows two or more applications to be synchronized
43 - digital audio (PCM)
44   - new enhanced API for applications
45   - full real duplex support
46   - full duplex support for SoundBlaster 16/AWE soundcards
47   - digital audio data for playback and record should be read back using
48     proc filesystem
49 - OSS/Lite compatibility
50   - full mixer compatibity
51   - full PCM (/dev/dsp) compatibility
52
53 %description -l pl
54 Advanced Linux Sound Architecture (ALSA) - Biblioteka
55
56 Nowinki =======
57 - generalne
58   - zmodularyzowana architektura ze wsparciem dla kerneli 2.2
59   - pe³ne wsparcie dla systemu plików proc - /proc/sound
60 - karty d¼wiêkowe ISA
61   - wsparcie dla buforu 128k ISA DMA
62 - mikser
63   - nowe rozszerzone API dla aplikacji
64   - wsparcie dla nielimitowanej liczby kana³ów
65   - g³o¶no¶æ mo¿e byæ ustawiana na trzy ró¿ne sposoby (procentowo
66     (0-100), liniowo oraz w skali decybelowej)
67   - wsparcie dla mute (oraz dla sprzêtowego mute)
68   - wsparcie dla zdarzeñ miksera
69     - to pozwala dwum lub wiêkszej liczbie aplikacji siê synchronizowac
70 - cyfrowe audio (PCM)
71   - nowe rozszerzone API dla aplikacji
72   - pe³ne realne wsparcie dla trybu duplex
73   - dane cyfrowego d¼wiêku dla odtwarzania i nagrywania powinny byæ
74     odczytywane poprzez system plików /proc
75 - kompatybilno¶æ z OSS/Lite
76   - pe³na kompatybilno¶æ miksera
77   - pe³na kompatybilno¶æ PCM (/dev/dsp)
78
79 %package devel
80 Summary:        Advanced Linux Sound Architecture (ALSA) - header files
81 Summary(pl):    Advanced Linux Sound Architecture (ALSA) - pliki nag³ówkowe
82 Group:          Development/Libraries
83 Group(fr):      Development/Librairies
84 Group(pl):      Programowanie/Biblioteki
85 Requires:       %{name} = %{version}
86  
87 %description devel
88 Advanced Linux Sound Architecture (ALSA) - header files.
89
90 %description -l pl devel
91 Advanced Linux Sound Architecture (ALSA) - pliki nag³ówkowe.
92
93 %package static
94 Summary:        Advanced Linux Sound Architecture (ALSA) - Static library
95 Summary(pl):    Advanced Linux Sound Architecture (ALSA) - Biblioteka statyczna
96 Group:          Development/Libraries
97 Group(fr):      Development/Librairies
98 Group(pl):      Programowanie/Biblioteki
99 Requires:       %{name}-devel = %{version}
100
101 %description static
102 Advanced Linux Sound Architecture (ALSA) - Static library.
103
104 %description -l pl static
105 Advanced Linux Sound Architecture (ALSA) - Biblioteka statyczna.
106
107 %prep
108 %setup -q
109
110 %build
111 LDFLAGS="-s"; export LDFLAGS
112 %configure
113 %{__make}
114
115 %install
116 rm -rf $RPM_BUILD_ROOT
117 %{__make} install DESTDIR=$RPM_BUILD_ROOT
118
119 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
120
121 gzip -9nf ChangeLog
122
123 %post  -p /sbin/ldconfig
124 %preun -p /sbin/ldconfig
125
126 %clean
127 rm -rf $RPM_BUILD_ROOT
128
129 %files
130 %defattr(644,root,root,755)
131 %attr(755,root,root) %{_libdir}/lib*.so.*.*
132
133 %files devel
134 %defattr(644,root,root,755)
135 %doc *.gz
136 %attr(755,root,root) %{_libdir}/lib*.so
137 %attr(755,root,root) %{_libdir}/lib*.la
138 %{_aclocaldir}/alsa.m4
139 %{_includedir}/sys/*.h
140
141 %files static
142 %defattr(644,root,root,755)
143 %{_libdir}/lib*.a
This page took 0.033093 seconds and 3 git commands to generate.