1 Star 0 Fork 12

konglidong/wavpack

forked from src-openEuler/wavpack 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wavpack.spec 2.16 KB
一键复制 编辑 原始数据 按行查看 历史
konglidong 提交于 2022-06-15 16:20 . modify bad date in changelog
Name: wavpack
Version: 5.3.0
Release: 3
Summary: Hybrid Lossless Wavefile Compressor
License: BSD-3-Clause
Url: http://www.wavpack.com/
Source: https://github.com/dbry/WavPack/releases/download/%{version}/%{name}-%{version}.tar.xz
Patch0000: CVE-2020-35738.patch
BuildRequires: autoconf automake libtool
Recommends: %{name}-help = %{version}-%{release}
%description
WavPack is a completely open audio compression format providing lossless, high-quality
lossy, and a unique hybrid compression mode. For version 5.0.0, several new file formats
and lossless DSD audio compression were added, making WavPack a universal audio archiving
solution.
%package devel
Summary: Development files for wavpack
Requires: %{name} = %{version}-%{release} pkgconfig
%description devel
The package contains libraries and header files for developing applications that use
wavpack.
%package help
Summary: Help document for the wavpack package
Buildarch: noarch
%description help
Help document for the wavpack package.
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -ivf
%configure --disable-static
%make_build
%install
%make_install
%delete_la
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%doc AUTHORS doc/wavpack_doc.html
%license COPYING
%{_bindir}/*
%{_libdir}/libwavpack.so.*
%files devel
%doc ChangeLog doc/*.pdf
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/*.so
%files help
%{_mandir}/man1/*.1*
%changelog
* Tue May 10 2022 caodongxia <[email protected]> - 5.3.0-3
- License compliance rectification
* Thu Mar 4 2021 wangxiao <[email protected]> - 5.3.0-2
- Fix CVE-2020-35738
* Sat Nov 28 2020 lingsheng <[email protected]> - 5.3.0-1
- Update to 5.3.0
- Fix OSS-Fuzz issue 19925 19928 20060 20448
* Thu May 14 2020 lutianxiong <[email protected]> - 5.1.0-12
- Type:bugfix
- ID:NA
- SUG:NA
- Fix memory leak on opening corrupted files
* Sat Mar 14 2020 wangzhishun <[email protected]> - 5.1.0-11
- Make sure sample rate is specified and non-zero in DFF files
- Fix potential out-of-bounds heap read
* Fri Oct 25 2019 Lijin Yang <[email protected]> - 5.1.0-10
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/konglidong/wavpack.git
[email protected]:konglidong/wavpack.git
konglidong
wavpack
wavpack
master

搜索帮助