commit
48ea36ad9c
@ -0,0 +1 @@
|
|||||||
|
SOURCES/opencore-amr-0.1.6.tar.gz
|
@ -0,0 +1 @@
|
|||||||
|
3c2c618a5a38757a530034f80aa5356789589bcc SOURCES/opencore-amr-0.1.6.tar.gz
|
@ -0,0 +1,3 @@
|
|||||||
|
# opencore-amr
|
||||||
|
|
||||||
|
The opencore-amr package
|
@ -0,0 +1,18 @@
|
|||||||
|
diff -up opencore-amr-0.1.3/amrnb/opencore-amrnb.pc.in.fix opencore-amr-0.1.3/amrnb/opencore-amrnb.pc.in
|
||||||
|
--- opencore-amr-0.1.3/amrnb/opencore-amrnb.pc.in.fix 2011-04-06 22:30:37.000000000 +0200
|
||||||
|
+++ opencore-amr-0.1.3/amrnb/opencore-amrnb.pc.in 2012-05-18 13:05:36.469324787 +0200
|
||||||
|
@@ -7,4 +7,4 @@ Name: OpenCORE AMR-NB
|
||||||
|
Description: Adaptive Multi-Rate speech codec library
|
||||||
|
Version: @PACKAGE_VERSION@
|
||||||
|
Libs: -L${libdir} -lopencore-amrnb
|
||||||
|
-Cflags: -I${includedir}
|
||||||
|
+Cflags: -I${includedir}/opencore-amrnb
|
||||||
|
diff -up opencore-amr-0.1.3/amrwb/opencore-amrwb.pc.in.fix opencore-amr-0.1.3/amrwb/opencore-amrwb.pc.in
|
||||||
|
--- opencore-amr-0.1.3/amrwb/opencore-amrwb.pc.in.fix 2011-04-06 22:30:37.000000000 +0200
|
||||||
|
+++ opencore-amr-0.1.3/amrwb/opencore-amrwb.pc.in 2012-05-18 13:06:01.901435760 +0200
|
||||||
|
@@ -7,4 +7,4 @@ Name: OpenCORE AMR-WB
|
||||||
|
Description: Adaptive Multi-Rate Wideband speech codec library
|
||||||
|
Version: @PACKAGE_VERSION@
|
||||||
|
Libs: -L${libdir} -lopencore-amrwb
|
||||||
|
-Cflags: -I${includedir}
|
||||||
|
+Cflags: -I${includedir}/opencore-amrwb
|
@ -0,0 +1,135 @@
|
|||||||
|
%global sovermajor 0
|
||||||
|
|
||||||
|
Name: opencore-amr
|
||||||
|
Version: 0.1.6
|
||||||
|
Release: 3%{?dist}
|
||||||
|
Summary: OpenCORE Adaptive Multi Rate Narrowband and Wideband speech lib
|
||||||
|
License: Apache-2.0
|
||||||
|
URL: http://sourceforge.net/projects/opencore-amr/
|
||||||
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
|
Patch0: opencore-amr-0.1.3-fix_pc.patch
|
||||||
|
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
|
%description
|
||||||
|
Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband
|
||||||
|
and Wideband speech codec.
|
||||||
|
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The %{name}-devel package contains libraries and header files for
|
||||||
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
mv opencore/README opencore/README.opencore
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --disable-static
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
rm $RPM_BUILD_ROOT%{_libdir}/libopencore-amr??.la
|
||||||
|
|
||||||
|
|
||||||
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README opencore/ChangeLog opencore/NOTICE opencore/README.opencore
|
||||||
|
%license LICENSE
|
||||||
|
%{_libdir}/libopencore-amr??.so.%{sovermajor}{,.*}
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_includedir}/opencore-amr??
|
||||||
|
%{_libdir}/libopencore-amr??.so
|
||||||
|
%{_libdir}/pkgconfig/opencore-amr??.pc
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Mar 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.1.6-3
|
||||||
|
- Rebuilt for MSVSphere 8.9
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 11 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.1.5-6
|
||||||
|
- Spec file clean-up
|
||||||
|
|
||||||
|
* Sun Aug 19 2018 Leigh Scott <leigh123linux@googlemail.com> - 0.1.5-5
|
||||||
|
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
|
||||||
|
|
||||||
|
* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.1.5-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux@googlemail.com> - 0.1.5-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 0.1.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Mar 20 2017 Leigh Scott <leigh123linux@googlemail.com> - 0.1.5-1
|
||||||
|
- Update to 0.1.5
|
||||||
|
|
||||||
|
* Sun Aug 31 2014 Sérgio Basto <sergio@serjux.com> - 0.1.3-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Mar 03 2013 Nicolas Chauvet <kwizart@gmail.com> - 0.1.3-3
|
||||||
|
- Mass rebuilt for Fedora 19 Features
|
||||||
|
|
||||||
|
* Fri May 18 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.1.3-2
|
||||||
|
- Fix pkgconfig include
|
||||||
|
|
||||||
|
* Sun May 13 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.1.3-1
|
||||||
|
- Update to 0.1.3
|
||||||
|
|
||||||
|
* Fri Mar 02 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.1.2-3
|
||||||
|
- Rebuilt for c++ ABI breakage
|
||||||
|
|
||||||
|
* Wed Jan 25 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.1.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Oct 4 2009 Hans de Goede <j.w.r.degoede@hhs.nl> 0.1.2-1
|
||||||
|
- New upstream release 0.1.2
|
||||||
|
|
||||||
|
* Thu Jul 30 2009 Hans de Goede <j.w.r.degoede@hhs.nl> 0.1.1-1
|
||||||
|
- First version of the RPM Fusion package
|
Loading…
Reference in new issue