]> git.pld-linux.org Git - packages/webrtc-audio-processing.git/blame - webrtc-audio-processing.spec
- updated to 0.3.1
[packages/webrtc-audio-processing.git] / webrtc-audio-processing.spec
CommitLineData
ac8de864
ER
1# NOTE:
2# f.d.o source is meant to be a more Linux packaging friendly copy of the
3# AudioProcessing module from the WebRTC[1] project. The ideal case is that we
4# make no changes to the code to make tracking upstream code easy.
5# [1] http://code.google.com/p/webrtc/
6Summary: WebRTC Audio Processing library
1a9d4a78 7Summary(pl.UTF-8): Biblioteka WebRTC Audio Processing
ac8de864 8Name: webrtc-audio-processing
7e62f716 9Version: 0.3.1
6da36386 10Release: 1
ac8de864
ER
11License: BSD
12Group: Libraries
97029a09 13Source0: https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/%{name}-%{version}.tar.xz
7e62f716 14# Source0-md5: 6e10724ca34bcbc715a4c208273acb0c
97029a09 15URL: https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
1a9d4a78 16BuildRequires: autoconf >= 2.50
7e62f716 17BuildRequires: automake >= 1:1.11
97029a09 18BuildRequires: libstdc++-devel >= 6:4.7
ac8de864 19BuildRequires: libtool
1a9d4a78 20BuildRequires: tar >= 1:1.22
ac8de864
ER
21BuildRequires: xz
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25WebRTC is an open source project that enables web browsers with
26Real-Time Communications (RTC) capabilities via simple Javascript
27APIs. The WebRTC components have been optimized to best serve this
28purpose. WebRTC implements the W3C's proposal for video conferencing
29on the web.
30
1a9d4a78
JB
31%description -l pl.UTF-8
32WebRTC to projekt o otwartych źródłach dodający obsługę komunikacji
33w czasie rzeczywistym (RTC - Real-Time Communications) poprzez proste
34API JavaScriptu. Komponenty WebRTC zostały zoptymalizowane, aby jak
35najlepiej sprawdzały się w tym zastosowaniu. WebRTC implementuje
36propozycje W3C do wideokonferencji w sieci.
37
ac8de864 38%package devel
1a9d4a78
JB
39Summary: Header files for WebRTC Audio Processing library
40Summary(pl.UTF-8): Pliki nagłówkowe biblioteki WebRTC Audio Processing
ac8de864
ER
41Group: Development/Libraries
42Requires: %{name} = %{version}-%{release}
1a9d4a78 43Requires: libstdc++-devel
ac8de864
ER
44
45%description devel
1a9d4a78
JB
46This package contains the header files needed to develop programs
47which make use of WebRTC Audio Processing library.
48
49%description devel -l pl.UTF-8
50Ten pakiet zawiera pliki nagłówkowe potrzebne do tworzenia programów
51wykorzystujących bibliotekę WebRTC Audio Processing.
52
53%package static
54Summary: Static WebRTC Audio Processing library
55Summary(pl.UTF-8): Biblioteka statyczna WebRTC Audio Processing
56Group: Development/Libraries
57Requires: %{name}-devel = %{version}-%{release}
58
59%description static
60Static WebRTC Audio Processing library.
61
62%description static -l pl.UTF-8
63Biblioteka statyczna WebRTC Audio Processing.
ac8de864
ER
64
65%prep
66%setup -q
ac8de864
ER
67
68%build
69%{__libtoolize}
70%{__aclocal}
71%{__autoconf}
72%{__automake}
73%configure \
1a9d4a78 74 --disable-silent-rules
ac8de864
ER
75%{__make}
76
77%install
78rm -rf $RPM_BUILD_ROOT
79%{__make} install \
80 DESTDIR=$RPM_BUILD_ROOT
81
1a9d4a78 82# obsoleted by pkg-config
ac8de864
ER
83%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
84
85%clean
86rm -rf $RPM_BUILD_ROOT
87
88%post -p /sbin/ldconfig
89%postun -p /sbin/ldconfig
90
91%files
92%defattr(644,root,root,755)
7e62f716 93%doc AUTHORS COPYING NEWS README.md webrtc/PATENTS
ac8de864 94%attr(755,root,root) %{_libdir}/libwebrtc_audio_processing.so.*.*.*
6da36386 95%attr(755,root,root) %ghost %{_libdir}/libwebrtc_audio_processing.so.1
ac8de864
ER
96
97%files devel
98%defattr(644,root,root,755)
1a9d4a78 99%attr(755,root,root) %{_libdir}/libwebrtc_audio_processing.so
ac8de864 100%{_includedir}/webrtc_audio_processing
ac8de864 101%{_pkgconfigdir}/webrtc-audio-processing.pc
1a9d4a78
JB
102
103%files static
104%defattr(644,root,root,755)
105%{_libdir}/libwebrtc_audio_processing.a
This page took 0.234268 seconds and 4 git commands to generate.