]> git.pld-linux.org Git - packages/mediastreamer-plugin-mswebrtc.git/blame - mediastreamer-plugin-mswebrtc.spec
Release 2 (by relup.sh)
[packages/mediastreamer-plugin-mswebrtc.git] / mediastreamer-plugin-mswebrtc.spec
CommitLineData
3280779f
JB
1# TODO: system webrtc?
2Summary: WebRTC plugin for mediastreamer
3Summary(pl.UTF-8): Wtyczka WebRTC dla mediastreamera
4Name: mediastreamer-plugin-mswebrtc
5Version: 1.1.1
d68c2ba5 6Release: 2
3280779f
JB
7License: GPL v2
8Group: Libraries
9Source0: https://linphone.org/releases/sources/plugins/mswebrtc/mswebrtc-%{version}.tar.gz
10# Source0-md5: 9f70eb5e5448dc8eaaaf72be13fe740c
11Patch0: %{name}-make.patch
12URL: https://gitlab.linphone.org/BC/public/mswebrtc
13BuildRequires: autoconf >= 2.63
14BuildRequires: automake
15BuildRequires: libtool >= 2:2
16BuildRequires: mediastreamer-devel >= 2.0.0
17BuildRequires: pkgconfig
18Requires: mediastreamer >= 2.0.0
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22This package supplies the mediastreamer plugin to include features
23from WebRTC (iSAC codec, AECM...).
24
25%description -l pl.UTF-8
26Ten pakiet udostępnia wtyczkę mediastreamera do funkcji WebRTC (kodek
27iSAC, AECM...).
28
29%prep
30%setup -q -n mswebrtc-%{version}
31%patch0 -p1
32
33%build
34%{__libtoolize}
35%{__aclocal} -I m4
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39# strict means -Werror, there are some "defined but not used" warnings
40%configure \
41 --disable-strict
42
43%{__make}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51%{__rm} $RPM_BUILD_ROOT%{_libdir}/mediastreamer/plugins/libmswebrtc.la
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%doc AUTHORS NEWS README
59%attr(755,root,root) %{_libdir}/mediastreamer/plugins/libmswebrtc.so*
This page took 0.099155 seconds and 4 git commands to generate.