加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
webrtc-audio-processing.spec 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
hexiaowen 提交于 2019-09-30 11:19 . Package init
Name: webrtc-audio-processing
Version: 0.3.1
Release: 2
Summary: Real-Time Communication Library for Web Browsers
License: BSD and MIT
URL: https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
Source0: https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/%{name}-%{version}.tar.xz
Patch0: webrtc-fix-typedefs-on-other-arches.patch
Patch1: webrtc-audio-processing-0.2-big-endian.patch
BuildRequires: autoconf automake libtool gcc 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 devel
Summary: Header files for webrtc-audio-processing
Requires: %{name} = %{version}-%{release}
%description devel
Header files for webrtc-audio-processing
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -vif
%configure \
%ifarch %{arm} aarch64
--enable-neon=no \
%endif
--disable-silent-rules
%make_build
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%doc README.md AUTHORS
%license COPYING
%{_libdir}/libwebrtc_audio_processing.so.1*
%files devel
%defattr(-,root,root)
%{_libdir}/*.a
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/libwebrtc_audio_processing.so
%{_includedir}/webrtc_audio_processing/webrtc/*
%files help
%defattr(-,root,root)
%doc NEWS
%changelog
* Fri Sep 6 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.1-2
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化