summaryrefslogtreecommitdiffhomepage
path: root/contrib/vorbis/debian/control
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-06 21:47:34 +0100
committerAki <please@ignore.pl>2024-03-06 21:47:34 +0100
commita85fcbf8720562e77e0441ac26cb99d89564400c (patch)
treea15d30b7d00645685c50c291871d34aa5b188bc0 /contrib/vorbis/debian/control
parent54fa233a00607b9436c03c78b50b9107a33baa0a (diff)
parent1c558822681bbed5121bcc19816cbbac6a437b2a (diff)
downloadstarshatter-a85fcbf8720562e77e0441ac26cb99d89564400c.zip
starshatter-a85fcbf8720562e77e0441ac26cb99d89564400c.tar.gz
starshatter-a85fcbf8720562e77e0441ac26cb99d89564400c.tar.bz2
External projects with established upstream are no longer part of this source tree
Diffstat (limited to 'contrib/vorbis/debian/control')
-rw-r--r--contrib/vorbis/debian/control60
1 files changed, 0 insertions, 60 deletions
diff --git a/contrib/vorbis/debian/control b/contrib/vorbis/debian/control
deleted file mode 100644
index b3f2646..0000000
--- a/contrib/vorbis/debian/control
+++ /dev/null
@@ -1,60 +0,0 @@
-Source: libvorbis
-Section: libs
-Priority: optional
-Maintainer: Christopher L Cheney <ccheney@debian.org>
-Build-Depends: autotools-dev, debhelper (>> 4.0.18), devscripts, libogg-dev (>> 1.1.0)
-Standards-Version: 3.6.1.0
-
-Package: libvorbis0a
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}
-Conflicts: libvorbis0
-Replaces: libvorbis0
-Description: The Vorbis General Audio Compression Codec
- Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
- general-purpose compressed audio format for audio and music at fixed
- and variable bitrates from 16 to 128 kbps/channel.
- .
- The Vorbis library is the primary Ogg Vorbis library.
-
-Package: libvorbisenc2
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}
-Conflicts: libvorbis0 (<< 1.0.0)
-Replaces: libvorbis0 (<< 1.0.0)
-Description: The Vorbis General Audio Compression Codec
- Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
- general-purpose compressed audio format for audio and music at fixed
- and variable bitrates from 16 to 128 kbps/channel.
- .
- The Vorbisenc library provides a convenient API for setting up an encoding
- environment using libvorbis.
-
-Package: libvorbisfile3
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}
-Conflicts: libvorbis0 (<< 1.0.0)
-Replaces: libvorbis0 (<< 1.0.0)
-Description: The Vorbis General Audio Compression Codec
- Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
- general-purpose compressed audio format for audio and music at fixed
- and variable bitrates from 16 to 128 kbps/channel.
- .
- The Vorbisfile library provides a convenient high-level API for decoding
- and basic manipulation of all Vorbis I audio streams.
-
-Package: libvorbis-dev
-Architecture: any
-Section: libdevel
-Depends: libogg-dev, libvorbis0a (= ${Source-Version}), libvorbisenc2 (= ${Source-Version}), libvorbisfile3 (= ${Source-Version})
-Description: The Vorbis General Audio Compression Codec (development files)
- Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
- general-purpose compressed audio format for audio and music at fixed
- and variable bitrates from 16 to 128 kbps/channel.
- .
- This package contains the header files and documentation needed to develop
- applications with libvorbis.
-