]> git.pld-linux.org Git - packages/alsa-lib.git/blob - alsa-lib.spec
5b238c8c9ceacd75e6947381442a138a83bcf66b
[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.3.0pre4
5 Release:        1
6 Copyright:      GPL
7 Vendor:         Jaroslav Kysela <perex@jcu.cz>
8 Group:          System/Libraries
9 Group(pl):      System/Biblioteki
10 Source:         ftp://alsa.jcu.cz/pub/lib/%{name}-%{version}.tar.gz
11 URL:            http://alsa.jcu.cz/
12 BuildRoot:      /tmp/%{name}-%{version}-root
13 Requires:       alsa-driver
14
15 %description
16 Advanced Linux Sound Architecture (ALSA) - Library
17
18 Features
19 ========
20 * general
21   - modularized architecture with support for 2.0 and latest 2.1 kernels
22   - support for versioned and exported symbols
23   - full proc filesystem support - /proc/sound
24 * ISA soundcards
25   - support for 128k ISA DMA buffer
26 * mixer
27   - new enhanced API for applications
28   - support for unlimited number of channels
29   - volume can be set in three ways (percentual (0-100), exact and decibel)
30   - support for mute (and hardware mute if hardware supports it)
31   - support for mixer events
32     - this allows two or more applications to be synchronized
33 * digital audio (PCM)
34   - new enhanced API for applications
35   - full real duplex support
36   - full duplex support for SoundBlaster 16/AWE soundcards
37   - digital audio data for playback and record should be read back using
38     proc filesystem
39 * OSS/Lite compatibility
40   - full mixer compatibity
41   - full PCM (/dev/dsp) compatibility
42
43 %description -l pl
44 Advanced Linux Sound Architecture (ALSA) - Biblioteka
45
46 Nowinki
47 =======
48 * generalne
49   - zmodularyzowana architektura ze wsparciem dla kerneli 2.0 jak i 2.1
50   - pe³ne wsparcie dla systemu plików proc - /proc/sound
51 * karty d¼wiêkowe ISA
52   - wsparcie dla buforu 128k ISA DMA
53 * mikser
54   - nowe rozszerzone API dla aplikacji
55   - wsparcie dla nielimitowanej liczby kana³ów
56   - g³o¶no¶æ mo¿e byæ ustawiana na trzy ró¿ne sposoby (procentowo (0-100),
57     liniowo oraz w skali decybelowej)
58   - wsparcie dla mute (oraz dla sprzêtowego mute)
59   - wsparcie dla zdarzeñ miksera
60     - to pozwala dwum lub wiêkszej liczbie aplikacji siê synchronizowac
61 * cyfrowe audio (PCM)
62   - nowe rozszerzone API dla aplikacji
63   - pe³ne realne wsparcie dla trybu duplex
64   - dane cyfrowego d¼wiêku dla odtwarzania i nagrywania powinny byæ odczytywane
65     poprzez system plików /proc
66 * kompatybilno¶æ z OSS/Lite
67   - pe³na kompatybilno¶æ miksera
68   - pe³na kompatybilno¶æ PCM (/dev/dsp)
69
70 %package devel
71 Summary:        Header files fo ALSA library
72 Summary(pl):    Pliki nag³owkowe do biblioteki ALSA
73 Group:          Development/Libraries
74 Group(pl):      Programowanie/Biblioteki
75 Requires:       %{name} = %{version}
76
77 %description devel
78 Header files fo ALSA library.
79
80 %description -l pl devel
81 Pliki nag³owkowe do biblioteki ALSA.
82
83 %package static
84 Summary:        Advanced Linux Sound Architecture (ALSA) - Static library
85 Summary(pl):    Advanced Linux Sound Architecture (ALSA) - Biblioteka statyczna
86 Group:          Development/Libraries
87 Group(pl):      Programowanie/Biblioteki
88 Requires:       %{name}-devel = %{version}
89
90 %description static
91 Advanced Linux Sound Architecture (ALSA) - Static library.
92
93 %description -l pl static
94 Advanced Linux Sound Architecture (ALSA) - Biblioteka statyczna.
95
96 %prep
97 %setup -q 
98
99 %build
100 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
101 ./configure %{_target} \
102         --prefix=/usr
103 make
104
105 %install
106 rm -rf $RPM_BUILD_ROOT
107 install -d $RPM_BUILD_ROOT/usr/{include/sys,lib}
108
109 make prefix=$RPM_BUILD_ROOT/usr install
110
111 gzip -9nf ChangeLog doc/*.txt
112
113 %post   -p /sbin/ldconfig
114 %postun -p /sbin/ldconfig
115
116 %files
117 %attr(755,root,root) %{_libdir}/lib*.so.*.*
118
119 %files devel
120 %defattr(644,root,root,755)
121 %doc *.gz doc/*.gz
122
123 %attr(755,root,root) %{_libdir}/lib*.so
124 %attr(644,root,root) /usr/include/sys/*.h
125
126 %files static
127 %attr(644,root,root) %{_libdir}/lib*.a
128
129 %clean
130 rm -rf $RPM_BUILD_ROOT
131
132 %changelog
133 * Sat Feb 27 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
134   [0.3.0pre4-1]
135 - added CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" to configure enviroment,
136 - changed Group in static to Development/Libraries,
137 - removed "Prereq: /sbin/ldconfig" - it is generated automatically,
138 - added devel subpackage.
139
140 * Wed Jan 21 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
141   [0.3.0pre3-1d]
142 - new upstream release
143
144 * Sat Jan 02 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
145   [0.3.0pre2-1d]
146 - new upstream release
147
148 * Thu Nov 12 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
149 - new upstream release (0.1.3)
150
151 * Fri Nov 06 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
152 - new upstream release
153
154 * Mon Sep 28 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
155 - changed "-" to "_" (rpm doesn't like "-" in Name or Version)
156
157 * Sun Sep 27 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
158 - added Polish translations
159 - rewrited spec file
160
161 * Mon May 28 1998 Helge Jensen <slog@slog.dk>
162 - Made SPEC file
This page took 0.063947 seconds and 2 git commands to generate.