!1 Initial package.

From: @weidongkl
Reviewed-by: @yeqinglong01
Signed-off-by: @yeqinglong01
This commit is contained in:
openeuler-ci-bot 2021-05-08 13:14:59 +08:00 committed by Gitee
commit d0e754fbf4
2 changed files with 52 additions and 0 deletions

BIN
vo-amrwbenc-0.1.3.tar.gz Normal file

Binary file not shown.

52
vo-amrwbenc.spec Normal file
View File

@ -0,0 +1,52 @@
Name: vo-amrwbenc
Version: 0.1.3
Release: 1
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
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
framework from the Google Android project.
%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
%setup -q
%build
%configure --disable-static
%make_build
%install
%make_install
rm %{buildroot}%{_libdir}/libvo-amrwbenc.la
%ldconfig_scriptlets
%files
%license COPYING
%doc README NOTICE
%{_libdir}/libvo-amrwbenc.so.*
%files devel
%{_includedir}/%{name}
%{_libdir}/libvo-amrwbenc.so
%{_libdir}/pkgconfig/vo-amrwbenc.pc
%changelog
* Fri May 07 2021 weidong <weidong@uniontech.com> - 0.1.3-1
- Initial package.