]> git.pld-linux.org Git - packages/alsa-plugins.git/blob - alsa-plugins.spec
- new
[packages/alsa-plugins.git] / alsa-plugins.spec
1 Summary:        Advanced Linux Sound Architecture - plugins
2 Summary(pl):    Advanced Linux Sound Architecture - wtyczki
3 Name:           alsa-plugins
4 Version:        1.0.10
5 Release:        1
6 License:        LGPL v2.1+
7 Group:          Libraries
8 Source0:        ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2
9 # Source0-md5:  f778eb35e652fc3e4b726bb021b1ce9d
10 URL:            http://www.alsa-project.org/
11 BuildRequires:  alsa-lib-devel >= 1.0.10
12 BuildRequires:  automake
13 BuildRequires:  jack-audio-connection-kit-devel >= 0.90
14 BuildRequires:  pkgconfig
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 ALSA plugins.
19
20 %description -l pl
21 Wtyczki ALSA.
22
23 %package jack
24 Summary:        JACK <--> ALSA PCM plugin
25 Summary(pl):    Wtyczka PCM JACK <--> ALSA
26 Group:          Libraries
27 Requires:       alsa-lib >= 1.0.10
28 Requires:       jack-audio-connection-kit >= 0.90
29
30 %description jack
31 This plugin converts the ALSA API over JACK (Jack Audio Connection
32 Kit) API. ALSA native applications can work transparently together
33 with jackd for both playback and capture.
34
35 %description jack -l pl
36 Ta wtyczka konwertuje API ALSA na API JACK (Jack Audio Connection
37 Kit). Aplikacje korzystaj±ce natywnie z biblioteki ALSA mog± w sposób
38 przezroczysty dzia³aæ z jackd zarówno przy odtwarzaniu d¼wiêku, jak i
39 nagrywaniu.
40
41 %package oss
42 Summary:        OSS <--> ALSA plugins
43 Summary(pl):    Wtyczki OSS <--> ALSA
44 Group:          Libraries
45 Requires:       alsa-lib >= 1.0.10
46
47 %description oss
48 These plugins converts the ALSA API over OSS API. ALSA native
49 applications can run on OSS drivers.
50
51 %description oss -l pl
52 Te wtyczki konwertuj± API ALSA na API OSS. Aplikacje korzystaj±ce
53 natywnie z biblioteki ALSA mog± dzia³aæ na sterownikach OSS.
54
55 %prep
56 %setup -q
57
58 %build
59 cp -f /usr/share/automake/config.sub .
60 %configure
61
62 %{__make}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT
69
70 rm -f $RPM_BUILD_ROOT%{_libdir}/alsa-lib/*.la
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %post   -p /sbin/ldconfig
76 %postun -p /sbin/ldconfig
77
78 %files jack
79 %defattr(644,root,root,755)
80 %doc pcm/jack/README
81 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_pcm_jack.so
82
83 %files oss
84 %defattr(644,root,root,755)
85 %doc pcm/oss/README
86 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_ctl_oss.so
87 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_pcm_oss.so
This page took 0.527323 seconds and 3 git commands to generate.