File: control

package info (click to toggle)
libvorbisspi-java 1.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: java: 1,481; xml: 66; makefile: 15
file content (32 lines) | stat: -rw-r--r-- 1,456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: libvorbisspi-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>,
           Torsten Werner <twerner@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               javahelper
Build-Depends-Indep: ant,
                     default-jdk-headless,
                     libtritonus-java,
                     libjorbis-java
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/libvorbisspi-java
Vcs-Git: https://salsa.debian.org/java-team/libvorbisspi-java.git
Homepage: https://web.archive.org/web/20190204131525/http://www.javazoom.net/vorbisspi/sources.html

Package: libvorbisspi-java
Architecture: all
Multi-Arch: foreign
Depends: ${java:Depends},
         ${misc:Depends}
Description: Java Service Provider Interface for the OGG Vorbis audio format
 VorbisSPI is a Java Service Provider Interface that adds OGG Vorbis audio
 format support to Java platform. It supports icecast streaming. It is based on
 JOrbis Java libraries.
 .
 Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free,
 general-purpose compressed audio format for high quality (44.1-48.0kHz, 16+
 bit, polyphonic) audio and music at fixed and variable bitrates from 16 to 128
 kbps/channel. This places Vorbis in the same class as audio representations
 including MPEG-1 audio layer 3, MPEG-4 audio (AAC and TwinVQ), and PAC.