]> git.pld-linux.org Git - packages/alsa-lib.git/blame - alsa-lib.spec
- one big alsa.spec split into smaller parts
[packages/alsa-lib.git] / alsa-lib.spec
CommitLineData
41a4a34e
JR
1Summary: Advanced Linux Sound Architecture (ALSA) - Library
2Summary(pl): Advanced Linux Sound Architecture (ALSA) - Biblioteka
3Name: alsa-lib
4Version: 0.5.2
5Release: 1
6License: GPL
7Group: System/Libraries
8Group(pl): System/Biblioteki
9Source0: ftp://ftp.alsa-project.org/pub/lib/alsa-lib-%{version}.tar.gz
10Patch0: alsa-lib-allin1.patch
11Patch1: alsa-lib-autoconf.patch
12URL: http://www.alsa-project.org/
13BuildRequires: libstdc++-devel
14BuildRequires: ncurses-devel
15BuildRequires: autoconf
16BuildRequires: automake
17BuildRequires: flex
18BuildRequires: libtool
19BuildConflicts: alsa-lib <= 0.4.0
20Prereq: /sbin/depmod
21Prereq: /sbin/ldconfig
22Prereq: /sbin/chkconfig
23Obsoletes: alsa-libs
24ExcludeArch: sparc
25ExcludeArch: sparc64
26BuildRoot: /tmp/%{name}-%{version}-root
27
28%define _sysconfdir /etc
29
30%description
31Advanced Linux Sound Architecture (ALSA) - Library
32
33Features
34========
35* general
36 - modularized architecture with support for 2.0 and latest 2.1 kernels
37 - support for versioned and exported symbols
38 - full proc filesystem support - /proc/sound
39* ISA soundcards
40 - support for 128k ISA DMA buffer
41* mixer
42 - new enhanced API for applications
43 - support for unlimited number of channels
44 - volume can be set in three ways (percentual (0-100), exact and decibel)
45 - support for mute (and hardware mute if hardware supports it)
46 - support for mixer events
47 - this allows two or more applications to be synchronized
48* digital audio (PCM)
49 - new enhanced API for applications
50 - full real duplex support
51 - full duplex support for SoundBlaster 16/AWE soundcards
52 - digital audio data for playback and record should be read back using
53 proc filesystem
54* OSS/Lite compatibility
55 - full mixer compatibity
56 - full PCM (/dev/dsp) compatibility
57
58%description -l pl
59Advanced Linux Sound Architecture (ALSA) - Biblioteka
60
61Nowinki
62=======
63* generalne
64 - zmodularyzowana architektura ze wsparciem dla kerneli 2.0 jak i 2.1
65