10 Star 0 Fork 5

src-openEuler/speex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
speex.spec 2.40 KB
一键复制 编辑 原始数据 按行查看 历史
bingo 提交于 3年前 . fix obsoletes in spec
Name: speex
Version: 1.2.1
Release: 2
Summary: A Free Codec For Free Speech
License: BSD
URL: https://www.speex.org/
Source0: http://downloads.us.xiph.org/releases/speex/%{name}-%{version}.tar.gz
BuildRequires: gcc git pkgconfig(ogg) pkgconfig(speexdsp)
Obsoletes: %{name}-tools < %{version}-%{release}
Provides: %{name}-tools
%description
Speex is an Open Source/Free Software patent-free audio compression format designed for speech.
The Speex Project aims to lower the barrier of entry for voice applications by providing a free
alternative to expensive proprietary speech codecs. Moreover, Speex is well-adapted to Internet
applications and provides useful features that are not present in most other codecs.
%package devel
Summary: Development package for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
This package is the development and files for speex.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure --enable-binaries
# Remove rpath from speexenc and speexdec
%disable_rpath
%make_build
%install
%make_install
%delete_la_and_a
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%doc ChangeLog
%license COPYING AUTHORS
%{_libdir}/libspeex.so.1*
%{_bindir}/speexenc
%{_bindir}/speexdec
%files devel
%defattr(-,root,root)
%doc doc/manual.pdf
%{_libdir}/libspeex.so
%{_includedir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/aclocal/%{name}.m4
%files help
%defattr(-,root,root)
%doc NEWS TODO README
%{_docdir}/%{name}/*.pdf
%{_mandir}/man1/speexenc.1.gz
%{_mandir}/man1/speexdec.1.gz
%changelog
* Mon Nov 21 2022 Bin Hu <hubin73@huawei.com> - 1.2.1-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix obsoletes in spec
* Mon Nov 7 2022 Bin Hu <hubin73@huawei.com> - 1.2.1-1
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:update version 1.2.1
* Mon Jun 20 2022 shixuantong<shixuantong@h-partners.com> - 1.2.0-7
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:check for EOF when seeking in wav
* Mon Jun 06 2022 shixuantong<shixuantong@h-partners.com> - 1.2.0-6
- Type:CVE
- ID:CVE-2020-23903
- SUG:NA
- DESC:fix CVE-2020-23903
* Mon Sep 14 2020 shangyibin<shangyibin1@huawei.com> - 1.2.0-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix signed integer overflow detected by oss-fuzz
* Fri Sep 27 2019 shenyangyang<shenyangyang4@huawei.com> - 1.2.0-4
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:move the license
* Mon Aug 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2.0-3
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/speex.git
git@gitee.com:src-openeuler/speex.git
src-openeuler
speex
speex
openEuler-23.03

搜索帮助