|
|
@ -1,15 +1,16 @@
|
|
|
|
|
|
|
|
%global sovermajor 0
|
|
|
|
|
|
|
|
|
|
|
|
Name: opencore-amr
|
|
|
|
Name: opencore-amr
|
|
|
|
Version: 0.1.5
|
|
|
|
Version: 0.1.6
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: OpenCORE Adaptive Multi Rate Narrowband and Wideband speech lib
|
|
|
|
Summary: OpenCORE Adaptive Multi Rate Narrowband and Wideband speech lib
|
|
|
|
License: ASL 2.0
|
|
|
|
License: Apache-2.0
|
|
|
|
URL: http://sourceforge.net/projects/opencore-amr/
|
|
|
|
URL: http://sourceforge.net/projects/opencore-amr/
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
Patch0: opencore-amr-0.1.3-fix_pc.patch
|
|
|
|
Patch0: opencore-amr-0.1.3-fix_pc.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband
|
|
|
|
Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband
|
|
|
@ -26,14 +27,13 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%autosetup -p1
|
|
|
|
%patch0 -p1 -b .fix
|
|
|
|
|
|
|
|
mv opencore/README opencore/README.opencore
|
|
|
|
mv opencore/README opencore/README.opencore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
%configure --disable-static
|
|
|
|
%make_build V=1
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
@ -47,7 +47,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/libopencore-amr??.la
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc README opencore/ChangeLog opencore/NOTICE opencore/README.opencore
|
|
|
|
%doc README opencore/ChangeLog opencore/NOTICE opencore/README.opencore
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%{_libdir}/libopencore-amr??.so.*
|
|
|
|
%{_libdir}/libopencore-amr??.so.%{sovermajor}{,.*}
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/opencore-amr??
|
|
|
|
%{_includedir}/opencore-amr??
|
|
|
@ -55,6 +55,37 @@ rm $RPM_BUILD_ROOT%{_libdir}/libopencore-amr??.la
|
|
|
|
%{_libdir}/pkgconfig/opencore-amr??.pc
|
|
|
|
%{_libdir}/pkgconfig/opencore-amr??.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jan 24 2023 Neal Gompa <ngompa@fedoraproject.org> - 0.1.6-3
|
|
|
|
|
|
|
|
- Adapt for Fedora
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 0.1.6-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
|
|
|
|
|
|
|
|
5.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 03 2022 Leigh Scott <leigh123linux@gmail.com> - 0.1.6-1
|
|
|
|
|
|
|
|
- Update to 0.1.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 0.1.5-14
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.5-13
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.5-12
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.5-11
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 11 2020 Leigh Scott <leigh123linux@gmail.com> - 0.1.5-10
|
|
|
|
|
|
|
|
- Rebuilt for i686
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.5-9
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.5-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.5-7
|
|
|
|
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.5-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|