rebuilt [release 0.11.3-2mamba;Mon Apr 27 2020]
This commit is contained in:
parent
58950cd003
commit
3efa012106
@ -1,7 +1,4 @@
|
|||||||
# libcelt
|
# libcelt
|
||||||
|
|
||||||
The CELT codec is a compression algorithm for audio. Like MP3, Vorbis, and
|
The CELT codec is a compression algorithm for audio. Like MP3, Vorbis, and AAC it is suitable for transmitting music with high quality. Unlike these formats CELT imposes very little delay on the signal, even less than is typical for speech centric formats like Speex, GSM, or G.729.
|
||||||
AAC it is suitable for transmitting music with high quality. Unlike these
|
|
||||||
formats CELT imposes very little delay on the signal, even less than
|
|
||||||
is typical for speech centric formats like Speex, GSM, or G.729.
|
|
||||||
|
|
||||||
|
33
libcelt.spec
33
libcelt.spec
@ -1,11 +1,11 @@
|
|||||||
Name: libcelt
|
Name: libcelt
|
||||||
Version: 0.11.3
|
Version: 0.11.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The CELT (Constrained Energy Lapped Transform) ultra-low delay audio codec
|
Summary: The CELT (Constrained Energy Lapped Transform) ultra-low delay audio codec
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: gil <puntogil@libero.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.celt-codec.org/
|
URL: http://www.celt-codec.org/
|
||||||
Source: http://downloads.xiph.org/releases/celt/celt-%{version}.tar.gz
|
Source: http://downloads.xiph.org/releases/celt/celt-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -16,10 +16,7 @@ BuildRequires: libogg-devel
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The CELT codec is a compression algorithm for audio. Like MP3, Vorbis, and
|
The CELT codec is a compression algorithm for audio. Like MP3, Vorbis, and AAC it is suitable for transmitting music with high quality. Unlike these formats CELT imposes very little delay on the signal, even less than is typical for speech centric formats like Speex, GSM, or G.729.
|
||||||
AAC it is suitable for transmitting music with high quality. Unlike these
|
|
||||||
formats CELT imposes very little delay on the signal, even less than
|
|
||||||
is typical for speech centric formats like Speex, GSM, or G.729.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -41,9 +38,21 @@ The CELT (Constrained Energy Lapped Transform) ultra-low delay audio codec.
|
|||||||
|
|
||||||
This package contains static libraries need for development.
|
This package contains static libraries need for development.
|
||||||
|
|
||||||
%prep
|
%package tools
|
||||||
|
Group: Applications/Multimedia
|
||||||
|
Summary: Tools provided by %{name}
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
The CELT (Constrained Energy Lapped Transform) ultra-low delay audio codec.
|
||||||
|
|
||||||
|
This package contains static libraries need for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
%setup -q -n celt-%{version}
|
%setup -q -n celt-%{version}
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -61,10 +70,13 @@ This package contains static libraries need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libcelt*.so.*
|
||||||
|
%doc COPYING TODO
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%defattr(-,root,root)
|
||||||
%{_bindir}/celtdec
|
%{_bindir}/celtdec
|
||||||
%{_bindir}/celtenc
|
%{_bindir}/celtenc
|
||||||
%{_libdir}/libcelt*.so.*
|
|
||||||
%doc COPYING README TODO
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -78,6 +90,9 @@ This package contains static libraries need for development.
|
|||||||
%{_libdir}/libcelt*.*a
|
%{_libdir}/libcelt*.*a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.3-2mamba
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Sat Jul 02 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.3-1mamba
|
* Sat Jul 02 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.3-1mamba
|
||||||
- update to 0.11.3
|
- update to 0.11.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user