liboggz 1.1.1-2ubuntu1 source package in Ubuntu

Changelog

liboggz (1.1.1-2ubuntu1) trusty; urgency=medium

  * Use dh-autoreconf to update libtool for ppc64el.
  * Specify location to extra m4 macros, in configure.ac.
  * Drop quilt addon, it's a 3.0 (quilt) package.
 -- Dimitri John Ledkov <email address hidden>   Mon, 23 Dec 2013 14:50:21 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
liboggz_1.1.1.orig.tar.gz 685.8 KiB 6bafadb1e0a9ae4ac83304f38621a5621b8e8e32927889e65a98706d213d415a
liboggz_1.1.1-2ubuntu1.debian.tar.gz 5.8 KiB 0b89244116f31f5f8697d3df3cc4484168650abb486f79213b9c12e131287965
liboggz_1.1.1-2ubuntu1.dsc 2.1 KiB 154892251f61f3ac0c8e3fe2ac32fcb517843b9a5e3f668d6cc421ed993fb389

View changes file

Binary packages built by this source

liboggz2: 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.

liboggz2-dbg: 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.

liboggz2-dev: 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.

oggz-tools: 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