liboggz 1.1.1-6 source package in Ubuntu

Changelog

liboggz (1.1.1-6) unstable; urgency=medium

  * Drop ancient binutils build dependency satisfied in wheezy.
  * Adjust d/rules to not run testsuite when DEB_BUILD_OPTIONS=nocheck.
    (Closes: #873158)
  * Disable b-d on vorbis-tools with nocheck to break bootstrap cycle.
    (Closes: #873276)
  * Updated Standards-Version from 3.9.8 to 4.1.0.

 -- Petter Reinholdtsen <email address hidden>  Sat, 26 Aug 2017 09:46:54 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe libs

Downloads

File Size SHA-256 Checksum
liboggz_1.1.1-6.dsc 2.2 KiB 1a79704689b2ad2346c3eb94cd07bd549a21f97d561853d592f7fe562b4c2b29
liboggz_1.1.1.orig.tar.gz 685.8 KiB 6bafadb1e0a9ae4ac83304f38621a5621b8e8e32927889e65a98706d213d415a
liboggz_1.1.1-6.debian.tar.xz 6.4 KiB ee4a114165cf91ebb92252e9fac6cbf35b5ad5d2c866ca9fc8fcd9cf30bead3b

Available diffs

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: No summary available for liboggz2-dbg in ubuntu eoan.

No description available for liboggz2-dbg in ubuntu eoan.

liboggz2-dev: No summary available for liboggz2-dev in ubuntu disco.

No description available for liboggz2-dev in ubuntu disco.

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