Source: libnut
Section: graphics
Priority: optional
Maintainer: PICCORO Lenz McKAY <mckaygerhard@gmail.com> 
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.3.1
Homepage: http://www.nut-container.org
Vcs-Svn: svn://svn.mplayerhq.hu/nut/src/trunk

Package: libnut0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: nututils (= ${binary:Version})
Suggests: libnut-dev (= ${binary:Version})
Description: NUT container (shared library)
 NUT is a free multimedia container format for storage of audio, video,
 subtitles and related user defined streams, it provides exact timestamps for
 synchronization and seeking, is simple, has low overhead and can recover
 in case of errors in the stream.
 .
 Features / goals:
 * Simplicity
  Use the same encoding for nearly all fields.
  Simple decoding, so slow CPUs (and embedded systems) can handle it.
 * Extensibility
  No limit for the possible values of all fields (using universal vlc).
  Allow adding of new headers in the future.
  Allow adding more fields at the end of headers.
 * Compactness
  ~0.2% overhead for normal bitrates.
  The index is <100kb per hour.
  A typical file header is about 100 bytes (audio + video headers together).
  A packet header is about ~1-5 bytes.
 * Error resistance
  Seeking / playback is possible without an index.
  Headers & index can be repeated.
  Damaged files can be played back with minimal data loss and fast
  resynchronization times.
 .
 This package provides the NUT shared library.

Package: libnut-dev
Section: libdevel
Architecture: any
Depends: libnut0 (= ${binary:Version}), ${misc:Depends}
Description: NUT container library (development files)
 NUT is a free multimedia container format for storage of audio, video,
 subtitles and related user defined streams, it provides exact timestamps for
 synchronization and seeking, is simple, has low overhead and can recover
 in case of errors in the stream.
 .
 Features / goals:
 * Simplicity
  Use the same encoding for nearly all fields.
  Simple decoding, so slow CPUs (and embedded systems) can handle it.
 * Extensibility
  No limit for the possible values of all fields (using universal vlc).
  Allow adding of new headers in the future.
  Allow adding more fields at the end of headers.
 * Compactness
  ~0.2% overhead for normal bitrates.
  The index is <100kb per hour.
  A typical file header is about 100 bytes (audio + video headers together).
  A packet header is about ~1-5 bytes.
 * Error resistance
  Seeking / playback is possible without an index.
  Headers & index can be repeated.
  Damaged files can be played back with minimal data loss and fast
  resynchronization times.
 .
 This package provides the NUT container library headers and development files.

Package: nututils
Section: graphics
Architecture: any
Depends: libnut0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: NUT container utilities
 NUT is a free multimedia container format for storage of audio, video,
 subtitles and related user defined streams, it provides exact timestamps for
 synchronization and seeking, is simple, has low overhead and can recover
 in case of errors in the stream.
 .
 Features / goals:
 * Simplicity
  Use the same encoding for nearly all fields.
  Simple decoding, so slow CPUs (and embedded systems) can handle it.
 * Extensibility
  No limit for the possible values of all fields (using universal vlc).
  Allow adding of new headers in the future.
  Allow adding more fields at the end of headers.
 * Compactness
  ~0.2% overhead for normal bitrates.
  The index is <100kb per hour.
  A typical file header is about 100 bytes (audio + video headers together).
  A packet header is about ~1-5 bytes.
 * Error resistance
  Seeking / playback is possible without an index.
  Headers & index can be repeated.
  Damaged files can be played back with minimal data loss and fast
  resynchronization times.
 .
 This package provides some command-line utilities for NUT container.
