liboggz 1.1.1-2.1 source package in Ubuntu RTM

Changelog

liboggz (1.1.1-2.1) unstable; urgency=low


  * Non-maintainer upload.
  * Adding changes from Ubuntu (see below), with some cleaning up on top
    - pkg-config added to Build-Depends, not mentioned below

  [ Dimitri John Ledkov ]
  * 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.

 -- Manuel A. Fernandez Montecelo <email address hidden>  Thu, 22 May 2014 22:22:34 +0100

Upload details

Uploaded by:
Debian Xiph.org Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Xiph.org Maintainers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release universe libs
14.09 release universe libs

Downloads

File Size SHA-256 Checksum
liboggz_1.1.1-2.1.dsc 2.0 KiB b040c91fcd628816484362dc14b956687db63c07ab2f0d6653d52c0c7214d461
liboggz_1.1.1.orig.tar.gz 685.8 KiB 6bafadb1e0a9ae4ac83304f38621a5621b8e8e32927889e65a98706d213d415a
liboggz_1.1.1-2.1.debian.tar.xz 5.4 KiB 1b9167b7831c7eee4fcf60b179881af29aa84e1721a5297bf36e2614ebf6f1a9

No changes file available.

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