Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37408692
en ru br
ALT Linux repos
S:0.3-alt2

Group :: System/Libraries
RPM: webrtc-audio-processing

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_disable snapshot

Name: webrtc-audio-processing
Version: 0.3
Release: alt1

Summary: WebRTC Audio Processing library
License: BSD
Group: System/Libraries
Url: https://freedesktop.org/software/pulseaudio/%name/

Packager: Valery Inozemtsev <shrek at altlinux.ru>

%if_disabled snapshot
Source: %url/%name-%version.tar.xz
%else
#VCS: https://anongit.freedesktop.org/git/pulseaudio/%name
Source: %name-%version.tar
%endif

BuildRequires: gcc-c++

%description
WebRTC is an open source project that enables web browsers with Real-Time
Communications (RTC) capabilities via simple Javascript APIs. The WebRTC
components have been optimized to best serve this purpose.
WebRTC implements the W3C's proposal for video conferencing on the web.

%package -n libwebrtc
Summary: WebRTC Audio Processing library
Group: System/Libraries

%description -n libwebrtc
WebRTC is an open source project that enables web browsers with Real-Time
Communications (RTC) capabilities via simple Javascript APIs. The WebRTC
components have been optimized to best serve this purpose.
WebRTC implements the W3C's proposal for video conferencing on the web.

%package -n libwebrtc-devel
Summary: WebRTC Audio Processing library and header files
Group: Development/C
Requires: libwebrtc = %version-%release

%description -n libwebrtc-devel
libwebrtc-devel contains the libraries and header files needed to
develop programs which make use of %name

%prep
%setup

%build
%add_optflags -D_FILE_OFFSET_BITS=64
%autoreconf
%configure \
--disable-static
%make_build

%install
%makeinstall_std

%files -n libwebrtc
%_libdir/*.so.*
%doc NEWS README.md

%files -n libwebrtc-devel
%_includedir/webrtc_audio_processing/
%_libdir/*.so
%_pkgconfigdir/*.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin