|
|
|
@ -1,20 +1,17 @@
|
|
|
|
|
%global sovermajor 0
|
|
|
|
|
Name: vo-amrwbenc
|
|
|
|
|
Version: 0.1.3
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: VisualOn AMR-WB encoder library
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: http://opencore-amr.sourceforge.net/
|
|
|
|
|
Source0: http://downloads.sourceforge.net/opencore-amr/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
Name: vo-amrwbenc
|
|
|
|
|
Version: 0.1.3
|
|
|
|
|
Release: 18%{?dist}
|
|
|
|
|
Summary: VisualOn AMR-WB encoder library
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
URL: http://opencore-amr.sourceforge.net/
|
|
|
|
|
Source0: http://downloads.sourceforge.net/opencore-amr/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This library contains an encoder implementation of the Adaptive
|
|
|
|
|
Multi Rate Wideband (AMR-WB) audio codec. The library is based
|
|
|
|
|
on a codec implementation by VisualOn as part of the Stagefright
|
|
|
|
|
This library contains an encoder implementation of the Adaptive
|
|
|
|
|
Multi Rate Wideband (AMR-WB) audio codec. The library is based
|
|
|
|
|
on a codec implementation by VisualOn as part of the Stagefright
|
|
|
|
|
framework from the Google Android project.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
@ -26,7 +23,7 @@ The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
@ -43,7 +40,7 @@ rm %{buildroot}%{_libdir}/libvo-amrwbenc.la
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc README NOTICE
|
|
|
|
|
%{_libdir}/libvo-amrwbenc.so.%{sovermajor}{,.*}
|
|
|
|
|
%{_libdir}/libvo-amrwbenc.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/%{name}
|
|
|
|
@ -51,36 +48,8 @@ rm %{buildroot}%{_libdir}/libvo-amrwbenc.la
|
|
|
|
|
%{_libdir}/pkgconfig/vo-amrwbenc.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 25 2023 Neal Gompa <ngompa@fedoraproject.org> - 0.1.3-18
|
|
|
|
|
- Adapt for Fedora
|
|
|
|
|
|
|
|
|
|
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 0.1.3-17
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
|
|
|
|
|
5.1
|
|
|
|
|
|
|
|
|
|
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 0.1.3-16
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.3-15
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.3-14
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.3-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Mar 11 2020 Leigh Scott <leigh123linux@gmail.com> - 0.1.3-12
|
|
|
|
|
- Rebuilt for i686
|
|
|
|
|
|
|
|
|
|
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.3-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.3-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.3-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
* Tue Feb 27 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.1.3-8
|
|
|
|
|
- Rebuilt for MSVSphere 8.9
|
|
|
|
|
|
|
|
|
|
* Tue Sep 25 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.1.3-8
|
|
|
|
|
- Add missing cc
|