~ubuntu-branches/debian/experimental/ffmpeg/experimental

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler, Loïc Minier, Fabian Greffrath, Andres Mejia, Reinhard Tartler
  • Date: 2010-01-06 16:27:40 UTC
  • Revision ID: james.westby@ubuntu.com-20100106162740-w0c7o1bxg8xf9psx
Tags: 4:0.5+svn20090706-3
[ Loïc Minier ]
* Disable more autodetecter ARM arch features
* Enable neon flavour
* Update NEON confflags to assume v7 and VFP
* Add backported NEON patches from ffmpeg trunk
* Pass proper --cpu and --extra-flags on armel
* Pass -fPIC -DPIC to neon pass

[ Fabian Greffrath ]
* Initialize the FLAVORS variable to static instead of appending to
  it. Also, we do not support the internalencoders variable anymore.

[ Andres Mejia ]
* Remove unused patches from packaging.
* Update Vcs-* entries to new location.
* Bump Standards-Version to 3.8.3.

[ Reinhard Tartler ]
* change shlibs file to make applications depend on the -extra- packages
* loosen dependencies further, so that the -dev packages remain
  installable even if ffmpeg-extra is 'out-of-date'
* add patch for issue1245: Make arguments of av_set_pts_info() unsigned.
* Support constant-quant encoding for libtheora, LP: #356322
* increase swscale compile time width (VOF/VOFW), LP: #443264
* Backports of various security patches, Closes: #550442, including:
   - backport fixes for vorbis_dec
   - backport oggparsevorbis fix
   - backport vp3 fixes
   - backport ffv1 fix
   - libavcodec/mpegaudiodec.c backports
   - h264 security backports
   - backported libavformat/mov.c security fixes
   - backported libavformat/oggdec.c security fixes
   - backport svn r18016 aka 'MOV-Support-stz2-Compact-Sample-Size-Box'
     to fix FTBFS
* enable symbol versioning
* bump shlibs version
* add README.source describing how this source package manages patches
* make sure the ${misc:Depends} substvar is used for each binary package

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
           Fabian Greffrath <fabian@debian-unofficial.org>,
9
9
           Andres Mejia <mcitadel@gmail.com>
10
10
DM-Upload-Allowed: yes
11
 
Standards-Version: 3.8.2
12
 
Vcs-Git: git://git.debian.org/git/pkg-multimedia/ffmpeg-debian.git
13
 
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/ffmpeg-debian.git;a=summary
 
11
Standards-Version: 3.8.3
 
12
Vcs-Git: git://git.debian.org/git/pkg-multimedia/ffmpeg.git
 
13
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/ffmpeg.git;a=summary
14
14
Homepage: http://ffmpeg.org/
15
15
Build-Depends-Indep: doxygen
16
16
Build-Depends: debhelper (>= 7),
58
58
         libpostproc51 (= ${binary:Version}),
59
59
         libavformat52 (= ${binary:Version}),
60
60
         libswscale0 (= ${binary:Version}),
61
 
         ffmpeg (= ${binary:Version})
 
61
         ffmpeg (= ${binary:Version}),
 
62
         ${misc:Depends}
62
63
Description: Debug symbols for ffmpeg related packages
63
64
 This package contains debug data of the ffmpeg related shared libraries.
64
65
 .
149
150
Package: libavutil-dev
150
151
Section: libdevel
151
152
Architecture: any
152
 
Depends: libavutil49 (>= ${binary:Version}) | libavutil-unstripped-49 (>= ${binary:Version}),
153
 
         libavutil49 (<= ${source:Upstream-Version}-99) | libavutil-unstripped-49 (<= ${source:Upstream-Version}-99)
 
153
Depends: libavutil49 (>= ${binary:Version}) | libavutil-extra-49 (>= ${source:Upstream-Version}),
 
154
         libavutil49 (<= ${source:Upstream-Version}-99) | libavutil-extra-49 (<= ${source:Upstream-Version}-99),
 
155
         ${misc:Depends}
154
156
Description: development files for libavutil
155
157
 This is the common utility library from the ffmpeg project. It is required
156
158
 by all other ffmpeg libraries.
161
163
Package: libavcodec-dev
162
164
Section: libdevel
163
165
Architecture: any
164
 
Depends: libavcodec52 (>= ${binary:Version}) | libavcodec-unstripped-52 (>= ${binary:Version}),
165
 
         libavcodec52 (<= ${source:Upstream-Version}-99) | libavcodec-unstripped-52 (<= ${source:Upstream-Version}-99),
166
 
         libavutil-dev (= ${binary:Version})
 
166
Depends: libavcodec52 (>= ${binary:Version}) | libavcodec-extra-52 (>= ${source:Upstream-Version}),
 
167
         libavcodec52 (<= ${source:Upstream-Version}-99) | libavcodec-extra-52 (<= ${source:Upstream-Version}-99),
 
168
         libavutil-dev (= ${binary:Version}),
 
169
         ${misc:Depends}
167
170
Suggests: libfaad-dev,
168
171
          libgsm1-dev,
169
172
          libogg-dev,
185
188
Package: libavdevice-dev
186
189
Section: libdevel
187
190
Architecture: any
188
 
Depends: libavdevice52 (>= ${binary:Version}) | libavdevice-unstripped-52 (>= ${binary:Version}),
189
 
         libavdevice52 (<= ${source:Upstream-Version}-99) | libavdevice-unstripped-52 (<= ${source:Upstream-Version}-99),
190
 
         libavformat-dev (= ${binary:Version})
 
191
Depends: libavdevice52 (>= ${binary:Version}) | libavdevice-extra-52 (>= ${source:Upstream-Version}),
 
192
         libavdevice52 (<= ${source:Upstream-Version}-99) | libavdevice-extra-52 (<= ${source:Upstream-Version}-99),
 
193
         libavformat-dev (= ${binary:Version}),
 
194
         ${misc:Depends}
191
195
Description: development files for libavdevice
192
196
 This is the device handling library from the ffmpeg project.
193
197
 .
197
201
Package: libavformat-dev
198
202
Section: libdevel
199
203
Architecture: any
200
 
Depends: libavformat52 (>= ${binary:Version}) | libavformat-unstripped-52 (>= ${binary:Version}),
201
 
         libavformat52 (<= ${source:Upstream-Version}-99) | libavformat-unstripped-52 (<= ${source:Upstream-Version}-99),
202
 
         libavcodec-dev (= ${binary:Version})
 
204
Depends: libavformat52 (>= ${binary:Version}) | libavformat-extra-52 (>= ${source:Upstream-Version}),
 
205
         libavformat52 (<= ${source:Upstream-Version}-99) | libavformat-extra-52 (<= ${source:Upstream-Version}-99),
 
206
         libavcodec-dev (= ${binary:Version}),
 
207
         ${misc:Depends}
203
208
Description: development files for libavformat
204
209
 This is the demuxer library from the ffmpeg project. It supports most
205
210
 existing file formats (AVI, MPEG, OGG, Matroska, ASF...).
210
215
Package: libavfilter-dev
211
216
Section: libdevel
212
217
Architecture: any
213
 
Depends: libavfilter0 (>= ${binary:Version}) | libavfilter-unstripped-0 (>= ${binary:Version}),
214
 
         libavfilter0 (<= ${source:Upstream-Version}-99) | libavfilter-unstripped-0 (<= ${source:Upstream-Version}-99),
215
 
         libavcodec-dev (= ${binary:Version})
 
218
Depends: libavfilter0 (>= ${binary:Version}) | libavfilter-extra-0 (>= ${source:Upstream-Version}),
 
219
         libavfilter0 (<= ${source:Upstream-Version}-99) | libavfilter-extra-0 (<= ${source:Upstream-Version}-99),
 
220
         libavcodec-dev (= ${binary:Version}),
 
221
         ${misc:Depends}
216
222
Description: development files for libavfilter
217
223
 This is the video filtering library from the ffmpeg project.
218
224
 .
222
228
Package: libpostproc-dev
223
229
Section: libdevel
224
230
Architecture: any
225
 
Depends: libpostproc51 (>= ${binary:Version}) | libpostproc-unstripped-51 (>= ${binary:Version}),
226
 
         libpostproc51 (<= ${source:Upstream-Version}-99) | libpostproc-unstripped-51 (<= ${source:Upstream-Version}-99),
227
 
         libavutil-dev (= ${binary:Version})
 
231
Depends: libpostproc51 (>= ${binary:Version}) | libpostproc-extra-51 (>= ${source:Upstream-Version}),
 
232
         libpostproc51 (<= ${source:Upstream-Version}-99) | libpostproc-extra-51 (<= ${source:Upstream-Version}-99),
 
233
         libavutil-dev (= ${binary:Version}),
 
234
         ${misc:Depends}
228
235
Description: development files for libpostproc
229
236
 This is the video postprocessing library from the ffmpeg project.
230
237
 .
234
241
Package: libswscale-dev
235
242
Section: libdevel
236
243
Architecture: any
237
 
Depends: libswscale0 (>= ${binary:Version}) | libswscale-unstripped-0 (>= ${binary:Version}),
238
 
         libswscale0 (<= ${source:Upstream-Version}-99) | libswscale-unstripped-0 (<= ${source:Upstream-Version}-99),
239
 
         libavutil-dev (= ${binary:Version})
 
244
Depends: libswscale0 (>= ${binary:Version}) | libswscale-extra-0 (>= ${source:Upstream-Version}),
 
245
         libswscale0 (<= ${source:Upstream-Version}-99) | libswscale-extra-0 (<= ${source:Upstream-Version}-99),
 
246
         libavutil-dev (= ${binary:Version}),
 
247
         ${misc:Depends}
240
248
Description: development files for libswscale
241
249
 This is the video scaling library from the ffmpeg project.
242
250
 .