Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > cd4d64aa3a53fa9b6c9b19cbcce8d1df > files > 2

vo-aacenc-0.1.2-3.mga4.tainted.src.rpm

%define name		vo-aacenc
%define major		0
%define libname		%mklibname %name %major
%define develname	%mklibname %name -d

Name:		%name
Version:	0.1.2
Release:	%mkrel 3
Summary:	VisualOn AAC encoder library
License:	ASL 2.0
Group:		System/Libraries
URL:		http://opencore-amr.sourceforge.net/
Source0:	http://sourceforge.net/projects/opencore-amr/files/%{name}/%{name}-%{version}.tar.gz

%description
This library contains an encoder implementation of the Advanced Audio
Coding (AAC) audio codec. The library is based on a codec implementation
by VisualOn as part of the Stagefright framework from the Google
Android project.

This package is in the 'tainted' section because the AAC encoding 
standard is covered by patents.

%package -n %{libname}
Group:		System/Libraries
Summary:	VisualOn AAC encoder library

%description -n %{libname}
This library contains an encoder implementation of the Advanced Audio
Coding (AAC) audio codec. The library is based on a codec implementation
by VisualOn as part of the Stagefright framework from the Google
Android project.

This package is in the 'tainted' section because the AAC encoding 
standard is covered by patents.

%package -n %{develname}
Group:		Development/C
Summary:	development files for %{name} AAC encoding library
Provides:	libvo-aacenc-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
Header files and development libraries for %{name}

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %buildroot
%makeinstall

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}
%{_libdir}/lib%{name}.a
%{_libdir}/lib%{name}.la
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Thu Oct 31 2013 tmb <tmb> 0.1.2-3.mga4
+ Revision: 548278
- Mageia 4 rebuild

* Mon Jan 14 2013 umeabot <umeabot> 0.1.2-2.mga3.tainted
+ Revision: 385458
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Jul 15 2012 cjw <cjw> 0.1.2-1.mga3.tainted
+ Revision: 270990
- new version 0.1.2

* Thu May 26 2011 cjw <cjw> 0.1.1-2.mga2.tainted
+ Revision: 100421
- add library dependency on devel package

* Tue May 10 2011 cjw <cjw> 0.1.1-1.mga1
+ Revision: 96794
- add 'tainted' notice
- imported package vo-aacenc