vorbis-java 0.8-3 source package in Ubuntu

Changelog

vorbis-java (0.8-3) unstable; urgency=medium

  * Build again the tika module (Closes: #850798)
  * Standards-Version updated to 4.3.0
  * Switch to debhelper level 11
  * Use salsa.debian.org Vcs-* URLs

 -- Emmanuel Bourg <email address hidden>  Sun, 06 Jan 2019 23:13:24 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vorbis-java_0.8-3.dsc 2.0 KiB 31095296d792d15e329706da108a7a5ac43b8b2ed33b2ff9ea204403690dc718
vorbis-java_0.8.orig.tar.xz 740.4 KiB 294b3dcd84fdf86236ce106f1f9558c87ea99904705b063f378f98a1ae23f066
vorbis-java_0.8-3.debian.tar.xz 3.0 KiB e403f58a8db252a27564044b1099e78f0925a0b7d291bb188d0b3cab846ba160

Available diffs

No changes file available.

Binary packages built by this source

libvorbis-java: Ogg and Vorbis toolkit for Java

 vorbis-java is a pure Java library for working with Ogg, Vorbis, FLAC,
 Opus and Speex files
 .
 Support for the Ogg container is fairly complete, offering the ability
 to read, write, add and change streams within an Ogg file. It should
 be possible to use the Ogg parts as a basis for dealing with any
 multimedia data stored in an Ogg container. There is basic support for
 Skeleton Annodex streams, which provide metadata on top of Ogg files about
 the streams, but it isn't fully integrated.
 .
 Support for the Vorbis audio format so far concentrates on metadata.
 It is possible to retrieve and change metadata (such as sampling rates,
 user comments etc), and tools are provided to query and alter these.
 Encoding/decoding audio data is not supported.
 .
 Opus and Speex support is slightly less than that of Vorbis, covering
 retrieving of metadata (such as sampling rates, user comments etc). However,
 basic Opus or Speex audio frame support is outstanding. Tooling exists
 for querying and changing metadata for Opus only.
 .
 Very limited support is also included for FLAC comments (user metadata),
 which use the same scheme as Vorbis. FLAC-native and FLAC-in-Ogg files
 are both supported for extracting the user metadata.