10 Star 0 Fork 6

src-openEuler/speexdsp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
speexdsp.spec 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
phanddy 提交于 5年前 . Fix Souce0 URL
Name: speexdsp
Summary: An open-source, patent-free speech codec
Version: 1.2.0
Release: 2
License: BSD
Source0: http://downloads.us.xiph.org/releases/speex/%{name}-%{version}.tar.gz
URL: http://www.speex.org/
Buildrequires: autoconf automake libtool gdb
%description
Speex is a patent-free audio codec designed especially for voice (unlike
Vorbis which targets general audio) signals and providing good narrowband
and wideband quality. This project aims to be complementary to the Vorbis
codec.
%package devel
Summary: Speex development files
Requires: %{name} = %{version}-%{release}
%description devel
Speex development files.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -fiv
%configure --enable-shared \
%ifarch aarch64
--disable-neon
%endif
%make_build
%install
%make_install
%delete_la_and_a
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(644,root,root,755)
%doc ChangeLog
%license COPYING AUTHORS
%{_libdir}/lib%{name}.so.*
%files devel
%defattr(644,root,root,755)
%{_includedir}/speex/speex*.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/lib%{name}.so
%files help
%defattr(644,root,root,755)
%doc NEWS README
%{_docdir}/%{name}/*.pdf
%changelog
* Sat Sep 5 2020 dingyue <dingyue5@huawei.com> - 1.2.0-2
- modify Source0
* Fri Jan 10 2020 guanyalong <gyl93216@163.com> - 1.2.0-1
- update speexdsp to 1.2.0
* Thu Nov 21 2019 fangyufa<fangyufa1@huawei.com> - 1.2-3.rc3
- fix build problem for x86_64 platform
* Fri Sep 27 2019 shenyangyang<shenyangyang4@huawei.com> - 1.2-2.rc3
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:move the license
* Tue Aug 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2-1.rc3
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/speexdsp.git
git@gitee.com:src-openeuler/speexdsp.git
src-openeuler
speexdsp
speexdsp
openEuler-20.03-LTS

搜索帮助