~ubuntu-branches/ubuntu/precise/ffmpeg-debian/precise

« back to all changes in this revision

Viewing changes to debian/control.ffmpeg-debian

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-07-18 10:55:24 UTC
  • mfrom: (1.1.6 upstream) (0.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090718105524-joadmuw3zpqxlitc
Tags: 4:0.5+svn20090609-1ubuntu1
* merge from debian. Remaining changes:
  - don't build-depend on libfaad-dev, disabling faad decoder.
  - build arm vfp variant
* update gbp.conf
* move gbp.conf to debian/

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Build-Depends: debhelper (>= 5.0.0),
2
 
               libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
3
 
               libdc1394-22-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
4
 
               libfreetype6-dev,
5
 
               libgsm1-dev,
6
 
               libimlib2-dev,
7
 
               libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
8
 
               libsdl1.2-dev,
9
 
               libschroedinger-dev,
10
 
               libspeex-dev,
11
 
               libtheora-dev (>> 0.0.0.alpha4),
12
 
               libvorbis-dev,
13
 
               libx11-dev,
14
 
               libxext-dev,
15
 
               libxvmc-dev,
16
 
               quilt,
17
 
               texi2html,
18
 
               zlib1g-dev
19
 
 
20
 
Package: ffmpeg
21
 
Section: graphics
22
 
Architecture: any
23
 
Depends: ${shlibs:Depends},
24
 
         ${misc:Depends}
25
 
Description: multimedia player, server and encoder
26
 
 This package contains the ffplay multimedia player, the ffserver streaming
27
 
 server and the ffmpeg audio and video encoder. They support most existing
28
 
 file formats (AVI, MPEG, OGG, Matroska, ASF...) and encoding formats (MPEG,
29
 
 DivX, MPEG4, AC3, DV...).
30
 
 
31
 
Package: ffmpeg-dbg
32
 
Section: libs
33
 
Priority: extra
34
 
Architecture: any
35
 
Depends: libavutil49 (= ${binary:Version}),
36
 
         libavcodec52 (= ${binary:Version}),
37
 
         libavdevice52 (= ${binary:Version}),
38
 
         libpostproc51 (= ${binary:Version}),
39
 
         libavformat52 (= ${binary:Version}),
40
 
         libswscale0 (= ${binary:Version}),
41
 
         ffmpeg (= ${binary:Version})
42
 
Description: Debug symbols for ffmpeg related packages
43
 
 This package contains debug data of the ffmpeg related shared libraries.
44
 
 .
45
 
 Most people will not need this package. Please install it to produce useful
46
 
 stacktraces to help debugging the ffmpeg library.
47
 
 
48
 
Package: ffmpeg-doc
49
 
Section: doc
50
 
Architecture: all
51
 
Depends: ${misc:Depends}
52
 
Description: documentation of the ffmpeg API
53
 
 This package contains the html doxygen documentation of the ffmpeg API.
54
 
 
55
 
Package: libavutil49
56
 
Section: libs
57
 
Architecture: any
58
 
Depends: ${shlibs:Depends},
59
 
         ${misc:Depends}
60
 
Description: ffmpeg utility library
61
 
 This is the common utility library from the ffmpeg project. It is required
62
 
 by all other ffmpeg libraries.
63
 
 .
64
 
 This package contains a Debian-specific version of the libavutil shared
65
 
 object that should only be used by Debian packages.
66
 
 
67
 
Package: libavcodec52
68
 
Section: libs
69
 
Architecture: any
70
 
Depends: ${shlibs:Depends},
71
 
         ${misc:Depends}
72
 
Description: ffmpeg codec library
73
 
 This is the codec library from the ffmpeg project. It supports most existing
74
 
 encoding formats (MPEG, DivX, MPEG4, AC3, DV...).
75
 
 .
76
 
 This package contains a Debian-specific version of the libavcodec shared
77
 
 object that should only be used by Debian packages.
78
 
 
79
 
Package: libavdevice52
80
 
Section: libs
81
 
Architecture: any
82
 
Depends: ${shlibs:Depends},
83
 
         ${misc:Depends}
84
 
Description: ffmpeg device handling library
85
 
 This is the device handling library from the ffmpeg project.
86
 
 .
87
 
 This package contains a Debian-specific version of the libavdevice shared
88
 
 object that should only be used by Debian packages.
89
 
 
90
 
Package: libavformat52
91
 
Section: libs
92
 
Architecture: any
93
 
Depends: ${shlibs:Depends},
94
 
         ${misc:Depends}
95
 
Breaks: libavcodec51
96
 
Description: ffmpeg file format library
97
 
 This is the demuxer library from the ffmpeg project. It supports most
98
 
 existing file formats (AVI, MPEG, OGG, Matroska, ASF...).
99
 
 .
100
 
 This package contains a Debian-specific version of the libavformat shared
101
 
 object that should only be used by Debian packages.
102
 
 
103
 
Package: libavfilter0
104
 
Section: libs
105
 
Architecture: any
106
 
Depends: ${shlibs:Depends},
107
 
         ${misc:Depends}
108
 
Description: ffmpeg video filtering library
109
 
 This is the video filtering library from the ffmpeg project.
110
 
 .
111
 
 This package contains a Debian-specific version of the libavfilter shared
112
 
 object that should only be used by Debian packages.
113
 
 
114
 
Package: libpostproc51
115
 
Section: libs
116
 
Architecture: any
117
 
Depends: ${shlibs:Depends},
118
 
         ${misc:Depends}
119
 
Description: ffmpeg video postprocessing library
120
 
 This is the video postprocessing library from the ffmpeg project.
121
 
 .
122
 
 This package contains a Debian-specific version of the libpostproc shared
123
 
 object that should only be used by Debian packages.
124
 
 
125
 
Package: libswscale0
126
 
Section: libs
127
 
Architecture: any
128
 
Depends: ${shlibs:Depends},
129
 
         ${misc:Depends}
130
 
Description: ffmpeg video scaling library
131
 
 This is the video scaling library from the ffmpeg project.
132
 
 .
133
 
 This package contains a Debian-specific version of the libswscale shared
134
 
 object that should only be used by Debian packages.
135
 
 
136
 
Package: libavutil-dev
137
 
Section: libdevel
138
 
Architecture: any
139
 
Depends: libavutil49 (= ${binary:Version})
140
 
Description: development files for libavutil
141
 
 This is the common utility library from the ffmpeg project. It is required
142
 
 by all other ffmpeg libraries.
143
 
 .
144
 
 This package contains the header files and static libraries needed to
145
 
 compile applications or shared objects that use libavutil.
146
 
 
147
 
Package: libavcodec-dev
148
 
Section: libdevel
149
 
Architecture: any
150
 
Depends: libavcodec52 (= ${binary:Version}),
151
 
         libavutil-dev (= ${binary:Version})
152
 
Suggests: libfaad-dev,
153
 
          libgsm1-dev,
154
 
          libogg-dev,
155
 
          libschroedinger-dev,
156
 
          libspeex-dev,
157
 
          libtheora-dev (>> 0.0.0.alpha4),
158
 
          libvorbis-dev,
159
 
          libx11-dev,
160
 
          libxext-dev,
161
 
          zlib1g-dev,
162
 
          ${lib1394-dev}
163
 
Description: development files for libavcodec
164
 
 This is the codec library from the ffmpeg project. It supports most existing
165
 
 encoding formats (MPEG, DivX, MPEG4, AC3, DV...).
166
 
 .
167
 
 This package contains the header files and static libraries needed to
168
 
 compile applications or shared objects that use libavcodec.
169
 
 
170
 
Package: libavdevice-dev
171
 
Section: libdevel
172
 
Architecture: any
173
 
Depends: libavdevice52 (= ${binary:Version}),
174
 
         libavformat-dev (= ${binary:Version})
175
 
Description: development files for libavdevice
176
 
 This is the device handling library from the ffmpeg project.
177
 
 .
178
 
 This package contains the header files and static libraries needed to
179
 
 compile applications or shared objects that use libavdevice.
180
 
 
181
 
Package: libavformat-dev
182
 
Section: libdevel
183
 
Architecture: any
184
 
Depends: libavformat52 (= ${binary:Version}),
185
 
         libavcodec-dev (= ${binary:Version})
186
 
Description: development files for libavformat
187
 
 This is the demuxer library from the ffmpeg project. It supports most
188
 
 existing file formats (AVI, MPEG, OGG, Matroska, ASF...).
189
 
 .
190
 
 This package contains the header files and static libraries needed to
191
 
 compile applications or shared objects that use libavformat.
192
 
 
193
 
Package: libavfilter-dev
194
 
Section: libdevel
195
 
Architecture: any
196
 
Depends: libavfilter0 (= ${binary:Version}),
197
 
         libavcodec-dev (= ${binary:Version})
198
 
Description: development files for libavfilter
199
 
 This is the video filtering library from the ffmpeg project.
200
 
 .
201
 
 This package contains the header files and static libraries needed to
202
 
 compile applications or shared objects that use libavfilter.
203
 
 
204
 
Package: libpostproc-dev
205
 
Section: libdevel
206
 
Architecture: any
207
 
Depends: libpostproc51 (= ${binary:Version}),
208
 
         libavutil-dev (= ${binary:Version})
209
 
Description: development files for libpostproc
210
 
 This is the video postprocessing library from the ffmpeg project.
211
 
 .
212
 
 This package contains the header files and static libraries needed to
213
 
 compile applications or shared objects that use libpostproc.
214
 
 
215
 
Package: libswscale-dev
216
 
Section: libdevel
217
 
Architecture: any
218
 
Depends: libswscale0 (= ${binary:Version}),
219
 
         libavutil-dev (= ${binary:Version})
220
 
Description: development files for libswscale
221
 
 This is the video scaling library from the ffmpeg project.
222
 
 .
223
 
 This package contains the header files and static libraries needed to
224
 
 compile applications or shared objects that use libswscale.