File: control

package info (click to toggle)
quicktime4linux 1.3-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 924 kB
  • ctags: 16
  • sloc: makefile: 131; sh: 14
file content (49 lines) | stat: -rw-r--r-- 1,908 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: quicktime4linux
Section: devel
Priority: optional
Build-depends: debhelper (>=2.0), libglib1.2-dev, libpng-dev
Maintainer: Gerd Knorr <kraxel@debian.org>
Standards-Version: 3.5.2

Package: libquicktime4linux0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: A library for reading and writing Quicktime files
 A library for reading and creating quicktime files on Linux.
 .
 quicktime4linux is NOT a quicktime movie player.  You cannot use this
 to view quicktime movies that you download from the internet.
 .
 quicktime4linux hides the nightmare of accessing a Quicktime movie
 and gives the programmer a set of audio and video streams with some
 compression ability. The audio tracks are sequential streams of PCM
 audio data and video tracks are a sequential streams of frames.
 .
 This library doesn't give you the official Quicktime API even remotely.
 It uses it's own threadable, scalable ANSI C API. This library doesn't
 include any commercial codecs nor does it include support for keyframes,
 which most of the expensive codecs require but the free codecs don't.
 Also you may encounter Quicktime files containing compressed headers.
 This library only reads uncompressed headers.

Package: libquicktime4linux-dev
Architecture: any
Section: devel
Depends: libquicktime4linux0 (= ${Source-Version}), libc6-dev, libpng-dev
Description: Header files for developing applications with quicktime
 This package contains the headers and static libraries for developing
 applications with quicktime4linux support.
 .
 You need this package ONLY if you plan to build applications that link
 against the quicktime4linux libraries.

Package: quicktime4linux-utils
Architecture: any
Section: utils
Depends: ${shlibs:Depends}
Conflicts: recover
Priority: extra
Description: quicktime utilities
 This package has a few small utilities which come with the
 quicktime4linux library.