liboggz 1.1.1-8 source package in Ubuntu

Changelog

liboggz (1.1.1-8) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + liboggz2: Add Multi-Arch: same.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on bash-completion.
  * Fix day-of-week for changelog entry 0.9.7-1.

  [ Dennis Braun ]
  * Bump dh-compat to 13
  * Bump S-V to 4.6.0
  * Set Rules-Requires-Root: no
  * override_dh_strip is not needed anymore

 -- Dennis Braun <email address hidden>  Wed, 29 Sep 2021 22:08:56 +0200

Upload details

Uploaded by:
Debian Multimedia Team
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Team
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe libs
Mantic release universe libs
Lunar release universe libs
Jammy release universe libs

Downloads

File Size SHA-256 Checksum
liboggz_1.1.1-8.dsc 2.2 KiB 9b10b9f0dd0b3d260aeaea52cc82494011e03510d4b0c47d333447cceedfda88
liboggz_1.1.1.orig.tar.gz 685.8 KiB 6bafadb1e0a9ae4ac83304f38621a5621b8e8e32927889e65a98706d213d415a
liboggz_1.1.1-8.debian.tar.xz 6.9 KiB 3b224b9d7116f273729021751bcda97df92534b827c329ef761488947bba27a0

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-dbgsym: debug symbols for liboggz2
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

oggz-tools-dbgsym: debug symbols for oggz-tools