Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 5e71c7ca5163f92d2e2d628686214d22 > files > 2

celt051-0.5.1.3-14.mga9.src.rpm

%define oname		celt
%define libversion	051
%define major		0
%define libname		%mklibname %{oname} %{libversion} %{major}
%define develname	%mklibname -d %{oname} %{libversion}
%define oldlibname	%mklibname %{oname} 0 0

Summary:		Ultra-low delay audio codec
Name:			celt%{libversion}
Version:		0.5.1.3
Release:		%mkrel 14
Source0:		https://downloads.xiph.org/releases/celt/%{oname}-%{version}.tar.gz
License:		BSD
Group:			Sound/Utilities
Url:			http://www.celt-codec.org/
BuildRequires:		pkgconfig(ogg)

%description
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication.

CELT stands for "Constrained Energy Lapped Transform". It applies some
of the CELP principles, but does everything in the frequency domain,
which removes some of the limitations of CELP. CELT is suitable for
both speech and music and currently features:

* Ultra-low latency (typically from 3 to 9 ms)
* Full audio bandwidth (44.1 kHz and 48 kHz)
* Support for both voice and music
* Stereo support
* Packet loss concealment
* Constant bit-rates from 32 kbps to 128 kbps and above
* A fixed-point version of the encoder and decoder

The CELT codec is meant to close the gap between Vorbis and Speex for
applications where both high quality audio and low delay are desired.

%package -n %{libname}
Summary:		Ultra-low delay audio codec - shared library
Group:			System/Libraries
Obsoletes:		%{oldlibname} < 0.5.1.3-2

%description -n %{libname}
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication.

CELT stands for "Constrained Energy Lapped Transform". It applies some
of the CELP principles, but does everything in the frequency domain,
which removes some of the limitations of CELP. CELT is suitable for
both speech and music and currently features:

* Ultra-low latency (typically from 3 to 9 ms)
* Full audio bandwidth (44.1 kHz and 48 kHz)
* Support for both voice and music
* Stereo support
* Packet loss concealment
* Constant bit-rates from 32 kbps to 128 kbps and above
* A fixed-point version of the encoder and decoder

The CELT codec is meant to close the gap between Vorbis and Speex for
applications where both high quality audio and low delay are desired.

%package -n %develname
Summary:		Headers for developing programs that will use %{name}
Group:			Development/C
Requires:		%{libname} = %{version}-%{release}
Provides:		%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q -n %{oname}-%{version}

%build
# to recognize aarch64
autoreconf -vfi

%configure --disable-static
%make_build

%install
%make_install
rm -f %{buildroot}%{_libdir}/*.la

%files
%doc README TODO
%{_bindir}/celtenc051
%{_bindir}/celtdec051

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

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


%changelog
* Mon Mar 14 2022 umeabot <umeabot> 0.5.1.3-14.mga9
+ Revision: 1791568
- Mageia 9 Mass Rebuild

* Wed Feb 12 2020 umeabot <umeabot> 0.5.1.3-13.mga8
+ Revision: 1511220
- Mageia 8 Mass Rebuild
+ wally <wally>
- replace deprecated %%configure2_5x

* Sat Sep 22 2018 umeabot <umeabot> 0.5.1.3-12.mga7
+ Revision: 1296048
- Mageia 7 Mass Rebuild

* Tue Jun 05 2018 wally <wally> 0.5.1.3-11.mga7
+ Revision: 1234709
- fix build on aarch64

* Sat Feb 06 2016 umeabot <umeabot> 0.5.1.3-10.mga6
+ Revision: 940984
- Mageia 6 Mass Rebuild

* Wed Oct 15 2014 umeabot <umeabot> 0.5.1.3-9.mga5
+ Revision: 744186
- Second Mageia 5 Mass Rebuild

* Thu Sep 18 2014 umeabot <umeabot> 0.5.1.3-8.mga5
+ Revision: 693585
- Rebuild to fix library dependencies

* Tue Sep 16 2014 umeabot <umeabot> 0.5.1.3-7.mga5
+ Revision: 678348
- Mageia 5 Mass Rebuild

* Sat Oct 19 2013 umeabot <umeabot> 0.5.1.3-6.mga4
+ Revision: 530253
- Mageia 4 Mass Rebuild

* Sun Jul 21 2013 fwang <fwang> 0.5.1.3-5.mga4
+ Revision: 456783
- drop .la file

* Fri Jan 11 2013 umeabot <umeabot> 0.5.1.3-5.mga3
+ Revision: 347570
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Dec 03 2012 ovitters <ovitters> 0.5.1.3-4.mga3
+ Revision: 325809
- minor spec cleanup

* Sat Dec 01 2012 barjac <barjac> 0.5.1.3-3.mga3
+ Revision: 324439
- Changed group to new policy
- spec cleaned

* Sun Jun 26 2011 cjw <cjw> 0.5.1.3-2.mga2
+ Revision: 113948
- fix libname (fixes #1916)
- drop buildroot definition

* Mon May 02 2011 saispo <saispo> 0.5.1.3-1.mga1
+ Revision: 94264
- Fix develname and olddevelname
- Fix mistake
- Fix %%setup directory
- imported package celt051