celt _unstable_ port information

Package: celt
Version: 0.7.1
Revision: 3
Depends: %N-shlibs (= %v-%r)
BuildDepends: pkgconfig (>= 0.9.0-1), libogg (>= 1.1.4-1)
Source: http://downloads.xiph.org/releases/%n/%n-%v.tar.gz
Source-MD5: c7f6b8346e132b1a48dae0eff77ea9f0
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
Splitoff: <<
Package: %N-shlibs
Depends: libogg-shlibs (>= 1.1.4-1)
Files: <<
lib/libcelt0.0.dylib
<<
Shlibs: <<
%p/lib/libcelt0.0.dylib 1.0.0 %n (>= 0.7.0-1)
<<
DocFiles: COPYING
<<
Splitoff2: <<
Package: %N-dev
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Conflicts: celt-dev, libcelt0.2-dev
Replaces: celt-dev, libcelt0.2-dev
Files: <<
include
lib/libcelt0.*a
lib/pkgconfig
lib/libcelt0.dylib
<<
DocFiles: COPYING
<<
License: BSD
Homepage: http://www.celt-codec.org
Maintainer: Jack Fink
Description: Ultra-low delay audio codec
DescDetail: <<
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 (>20kHz; sample rates from 32 kHz to 96 kHz)
Support for both speech and music
A quality/bitrate trade-off competitive with widely used high delay codecs
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 bridge the gap between Vorbis and Speex
for applications where both high quality audio and low delay are desired.
<<