RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/speexdsp#3d5f9139444d472bb52333453da10680e6ed1791
This commit is contained in:
parent
cc2f72146f
commit
f958e00d88
4
.gitignore
vendored
4
.gitignore
vendored
@ -0,0 +1,4 @@
|
|||||||
|
/speexdsp-1.2rc2.tar.gz
|
||||||
|
/speexdsp-1.2rc2.20141214git.tar.gz
|
||||||
|
/speexdsp-1.2rc3.tar.gz
|
||||||
|
/speexdsp-1.2.0.tar.gz
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (speexdsp-1.2.0.tar.gz) = e357cd5377415ea66c862302c7cf8bf6a10063cacd903f0846478975b87974cf5bdf00e2c6759d8f4f453c4c869cf284e9dc948a84a83d7b2ab96bd5405c05ec
|
125
speexdsp.spec
Normal file
125
speexdsp.spec
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
Name: speexdsp
|
||||||
|
Version: 1.2.0
|
||||||
|
Release: 2%{?dist}
|
||||||
|
Summary: A voice compression format (DSP)
|
||||||
|
|
||||||
|
License: BSD
|
||||||
|
URL: http://www.speex.org/
|
||||||
|
Source0: http://downloads.xiph.org/releases/speex/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
|
# speexdsp was split from speex in 1.2rc2. As speexdsp does not depend on
|
||||||
|
# speex, a versioned conflict is required.
|
||||||
|
Conflicts: speex <= 1.2-0.21.rc1
|
||||||
|
|
||||||
|
%description
|
||||||
|
Speex is a patent-free compression format designed especially for
|
||||||
|
speech. It is specialized for voice communications at low bit-rates in
|
||||||
|
the 2-45 kbps range. Possible applications include Voice over IP
|
||||||
|
(VoIP), Internet audio streaming, audio books, and archiving of speech
|
||||||
|
data (e.g. voice mail).
|
||||||
|
|
||||||
|
This is the DSP package, see the speex package for the codec part.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development package for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
# speexdsp was split from speex in 1.2rc2. As speexdsp does not depend on
|
||||||
|
# speex, a versioned conflict is required.
|
||||||
|
Conflicts: speex-devel <= 1.2-0.21.rc1
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Speex is a patent-free compression format designed especially for
|
||||||
|
speech. This package contains development files for %{name}
|
||||||
|
|
||||||
|
This is the DSP package, see the speex package for the codec part.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure \
|
||||||
|
%ifarch aarch64
|
||||||
|
--disable-neon \
|
||||||
|
%endif
|
||||||
|
--disable-static
|
||||||
|
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
# Remove libtool archives
|
||||||
|
find %{buildroot} -type f -name "*.la" -delete
|
||||||
|
|
||||||
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc AUTHORS COPYING TODO ChangeLog README NEWS doc/manual.pdf
|
||||||
|
%doc %{_docdir}/speexdsp/manual.pdf
|
||||||
|
%{_libdir}/libspeexdsp.so.*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_includedir}/speex
|
||||||
|
%{_libdir}/pkgconfig/speexdsp.pc
|
||||||
|
%{_libdir}/libspeexdsp.so
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 11 2020 David King <amigadave@amigadave.com> - 1.2.0-1
|
||||||
|
- Update to 1.2.0
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.17.rc3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.16.rc3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.15.rc3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.14.rc3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.13.rc3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.12.rc3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.11.rc3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.10.rc3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.9.rc3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Oct 23 2015 Jared Smith <jsmith@fedoraproject.org> - 1.2-0.8.rc3
|
||||||
|
- Fix building on EPEL6/EPEL7 again, due to manual.pdf
|
||||||
|
|
||||||
|
* Fri Oct 23 2015 Jared Smith <jsmith@fedoraproject.org> - 1.2-0.7.rc3
|
||||||
|
- Fix building by making sure the manual.pdf file is included in the docs
|
||||||
|
|
||||||
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.6.rc3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 29 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0.5.rc3
|
||||||
|
- Add patch similar to what was already done upstream in speex but not dsp
|
||||||
|
|
||||||
|
* Thu Jan 15 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0.4.rc3
|
||||||
|
- Fix build on aarch64 (disable NEON)
|
||||||
|
|
||||||
|
* Mon Jan 05 2015 David King <amigadave@amigadave.com> - 1.2.0.3.rc3
|
||||||
|
- Update to 1.2rc3
|
||||||
|
|
||||||
|
* Sun Dec 14 2014 David King <amigadave@amigadave.com> - 1.2-0.2.rc2.20141214git
|
||||||
|
- Use a git snapshot, to ensure that speex_buffer.h is present
|
||||||
|
|
||||||
|
* Fri Dec 12 2014 David King <amigadave@amigadave.com> - 1.2-0.1.rc2
|
||||||
|
- New package, split from speex (#1172829)
|
Loading…
Reference in New Issue
Block a user