File: control

package info (click to toggle)
gavl 1.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,900 kB
  • ctags: 18,821
  • sloc: ansic: 437,319; sh: 10,508; makefile: 238
file content (99 lines) | stat: -rw-r--r-- 3,409 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Source: gavl
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
 Free Ekanayaka <freee@debian.org>,
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Homepage: http://gmerlin.sourceforge.net/
Standards-Version: 3.9.6
Build-Depends:
 automake,
 autotools-dev,
 debhelper (>= 9),
 dh-autoreconf,
 libtool
Build-Depends-Indep:
 doxygen
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/gavl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/gavl.git

Package: libgavl1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: low level audio and video library - runtime files
 Gavl handles all the details of audio and video formats like colorspaces,
 samplerates, multichannel configurations etc. It provides standardized
 definitions for those formats as well as container structures for carrying
 audio samples or video images inside an application.
 .
 In addition, it handles the sometimes ugly task to convert between all
 these formats and provides some elementary operations (copying, scaling,
 alpha blending etc).
 .
 This package contains the files needed to run a program compiled using
 Gavl.

Package: libgavl1-dbg
Priority: extra
Architecture: any
Multi-Arch: same
Section: debug
Depends:
 libgavl1 (= ${binary:Version}),
 ${misc:Depends}
Description: debugging symbols for libgavl1
 Gavl handles all the details of audio and video formats like colorspaces,
 samplerates, multichannel configurations etc. It provides standardized
 definitions for those formats as well as container structures for carrying
 audio samples or video images inside an application.
 .
 In addition, it handles the sometimes ugly task to convert between all
 these formats and provides some elementary operations (copying, scaling,
 alpha blending etc).
 .
 This package contains the debugging symbols for libgavl1

Package: libgavl-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 libgavl1 (= ${binary:Version}),
 pkg-config,
 ${misc:Depends}
Recommends:
 libgavl-doc
Description: low level audio and video library - development files
 Gavl handles all the details of audio and video formats like colorspaces,
 samplerates, multichannel configurations etc. It provides standardized
 definitions for those formats as well as container structures for carrying
 audio samples or video images inside an application.
 .
 In addition, it handles the sometimes ugly task to convert between all
 these formats and provides some elementary operations (copying, scaling,
 alpha blending etc).
 .
 This package contains the files needed to compile and statically link
 against Gavl.

Package: libgavl-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends}
Description: low level audio and video library - documentation files
 Gavl handles all the details of audio and video formats like colorspaces,
 samplerates, multichannel configurations etc. It provides standardized
 definitions for those formats as well as container structures for carrying
 audio samples or video images inside an application.
 .
 In addition, it handles the sometimes ugly task to convert between all
 these formats and provides some elementary operations (copying, scaling,
 alpha blending etc).
 .
 This package contains the documentation about Gavl.