1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Source: liboggz
Section: net
Priority: optional
Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>
Uploaders:
Petter Reinholdtsen <pere@debian.org>
, Martin Steghöfer <martin@steghoefer.eu>
, Ralph Giles <giles@thaumas.net>
Build-Depends: debhelper (>= 9)
, libogg-dev
, doxygen
, docbook-to-man
, binutils (>= 2.12.90.0.9)
, libtool
, bash-completion (>= 1.1)
, dh-autoreconf
, pkg-config
, vorbis-tools
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-xiph/liboggz.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xiph/liboggz.git
Homepage: http://xiph.org/oggz/
Package: liboggz2
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: convenience interface for Ogg stream I/O
Oggz provides a simple programming interface for reading and writing
Ogg files and streams.
.
liboggz supports the flexibility afforded by the Ogg file format while
presenting the following API niceties:
.
* Strict adherence to the formatting requirements of Ogg bitstreams,
to ensure that only valid bitstreams are generated.
* A simple, callback based open/read/close or open/write/close interface
to raw Ogg files.
* A customisable seeking abstraction for seeking on multitrack Ogg data.
* A packet queue for feeding incoming packets for writing, with callback
based notification when this queue is empty.
* A handy table structure for storing information on each logical
bitstream.
Package: liboggz2-dev
Section: libdevel
Architecture: any
Depends: liboggz2 (= ${binary:Version}), ${misc:Depends}, libc6-dev, libogg-dev
Provides: liboggz-dev
Conflicts: liboggz-dev
Description: convenience interface for Ogg stream I/O (development files)
Oggz provides a simple programming interface for reading and writing
Ogg files and streams.
.
This package contains the header files, static libraries, and stream
debugging tools required for developing applications that use Oggz.
Package: oggz-tools
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utilities for mangling Ogg streams
Oggz provides a simple programming interface for reading and writing
Ogg files and streams.
.
This package contains some utilities useful for debugging and tweaking
Ogg streams, using liboggz
Package: liboggz2-dbg
Section: debug
Priority: extra
Architecture: any
Depends: liboggz2 (= ${binary:Version}), ${misc:Depends}
Description: convenience interface for Ogg stream I/O debugging symbols
Oggz provides a simple programming interface for reading and writing
Ogg files and streams.
.
This package contains debugging symbols useful for tracing bugs in
liboggz software.
|