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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Source: libkate
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Petter Reinholdtsen <pere@debian.org>
, Martin Steghöfer <martin@steghoefer.eu>
, Ralph Giles <giles@thaumas.net>
Build-Depends: dh-exec (>=0.3), debhelper (>= 12), python-all-dev:any, libpython-all-dev, dh-python, liboggz-dev, pkg-config, libpng-dev, doxygen
Standards-Version: 4.3.0
Section: libs
Homepage: https://code.google.com/p/libkate/
Vcs-Git: https://salsa.debian.org/multimedia-team/libkate.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libkate
Package: libkate-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkate1 (= ${binary:Version}), ${misc:Depends}
Description: Codec for karaoke and text encapsulation (dev)
Kate is meant to be used for karaoke alongside audio/video streams (typically
Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text
data at arbitrary time intervals.
.
libkate provides an API for the encoding and decoding of kate files.
This package contains the development libraries.
Package: libkate1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Codec for karaoke and text encapsulation
Kate is meant to be used for karaoke alongside audio/video streams (typically
Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text
data at arbitrary time intervals.
.
libkate provides an API for the encoding and decoding of kate files.
Package: liboggkate-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: liboggkate1 (= ${binary:Version}), ${misc:Depends}
Description: Codec for karaoke and text encapsulation for Ogg (dev)
Kate is meant to be used for karaoke alongside audio/video streams (typically
Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text
data at arbitrary time intervals.
.
liboggkate provides an API for the encapsulation of kate streams into Ogg.
This package contains the development libraries.
Package: liboggkate1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Codec for karaoke and text encapsulation for Ogg
Kate is meant to be used for karaoke alongside audio/video streams (typically
Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text
data at arbitrary time intervals.
.
liboggkate provides an API for the encapsulation of kate streams into Ogg.
Package: libkate-tools
Section: utils
Architecture: any
Multi-Arch: foreign
XB-Python-Version: ${python:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pythoncard, oggz-tools
Provides: ${python:Provides}
Description: Utilities for mangling kate Ogg files
Kate is meant to be used for karaoke alongside audio/video streams (typically
Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text
data at arbitrary time intervals.
.
This package contains some utilities useful for debugging and tweaking
Kate files, using libkate
|