Compare commits

...

No commits in common. 'epel9' and 'el8' have entirely different histories.
epel9 ... el8

3
.gitignore vendored

@ -1 +1,2 @@
/vo-amrwbenc-0.1.3.tar.gz
vo-amrwbenc-0.1.2.tar.gz
vo-amrwbenc-0.1.3.tar.gz

@ -1,3 +0,0 @@
# vo-amrwbenc
The vo-amrwbenc package

@ -1 +1 @@
SHA512 (vo-amrwbenc-0.1.3.tar.gz) = 5f132f798f00ec2c0619700ab1ce456897792b45631af4b538c866636af9c9de5600af5f79040c41c3dc69c17cf4be7032139a9518a46a4276431e091f3dd6a9
f63bb92bde0b1583cb3cb344c12922e0 vo-amrwbenc-0.1.3.tar.gz

@ -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,37 +48,6 @@ 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 Sep 25 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.1.3-8
- Add missing cc

Loading…
Cancel
Save