~ubuntu-branches/ubuntu/vivid/ffmpeg/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-08-25 16:37:23 UTC
  • Revision ID: james.westby@ubuntu.com-20090825163723-kj8k1ybsz5mhfh5t
Tags: 4:0.5+svn20090706-1ubuntu3
update the dependencies of the -dev packages for the
unstripped -> extra renaming

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
Package: libavutil-dev
147
147
Section: libdevel
148
148
Architecture: any
149
 
Depends: libavutil49 (>= ${binary:Version}) | libavutil-unstripped-49 (>= ${binary:Version}),
150
 
         libavutil49 (<= ${source:Upstream-Version}-99) | libavutil-unstripped-49 (<= ${source:Upstream-Version}-99)
 
149
Depends: libavutil49 (>= ${binary:Version}) | libavutil-extra-49 (>= ${binary:Version}),
 
150
         libavutil49 (<= ${source:Upstream-Version}-99) | libavutil-extra-49 (<= ${source:Upstream-Version}-99)
151
151
Description: development files for libavutil
152
152
 This is the common utility library from the ffmpeg project. It is required
153
153
 by all other ffmpeg libraries.
158
158
Package: libavcodec-dev
159
159
Section: libdevel
160
160
Architecture: any
161
 
Depends: libavcodec52 (>= ${binary:Version}) | libavcodec-unstripped-52 (>= ${binary:Version}),
162
 
         libavcodec52 (<= ${source:Upstream-Version}-99) | libavcodec-unstripped-52 (<= ${source:Upstream-Version}-99),
 
161
Depends: libavcodec52 (>= ${binary:Version}) | libavcodec-extra-52 (>= ${binary:Version}),
 
162
         libavcodec52 (<= ${source:Upstream-Version}-99) | libavcodec-extra-52 (<= ${source:Upstream-Version}-99),
163
163
         libavutil-dev (= ${binary:Version})
164
164
Suggests: libfaad-dev,
165
165
          libgsm1-dev,
182
182
Package: libavdevice-dev
183
183
Section: libdevel
184
184
Architecture: any
185
 
Depends: libavdevice52 (>= ${binary:Version}) | libavdevice-unstripped-52 (>= ${binary:Version}),
186
 
         libavdevice52 (<= ${source:Upstream-Version}-99) | libavdevice-unstripped-52 (<= ${source:Upstream-Version}-99),
 
185
Depends: libavdevice52 (>= ${binary:Version}) | libavdevice-extra-52 (>= ${binary:Version}),
 
186
         libavdevice52 (<= ${source:Upstream-Version}-99) | libavdevice-extra-52 (<= ${source:Upstream-Version}-99),
187
187
         libavformat-dev (= ${binary:Version})
188
188
Description: development files for libavdevice
189
189
 This is the device handling library from the ffmpeg project.
194
194
Package: libavformat-dev
195
195
Section: libdevel
196
196
Architecture: any
197
 
Depends: libavformat52 (>= ${binary:Version}) | libavformat-unstripped-52 (>= ${binary:Version}),
198
 
         libavformat52 (<= ${source:Upstream-Version}-99) | libavformat-unstripped-52 (<= ${source:Upstream-Version}-99),
 
197
Depends: libavformat52 (>= ${binary:Version}) | libavformat-extra-52 (>= ${binary:Version}),
 
198
         libavformat52 (<= ${source:Upstream-Version}-99) | libavformat-extra-52 (<= ${source:Upstream-Version}-99),
199
199
         libavcodec-dev (= ${binary:Version})
200
200
Description: development files for libavformat
201
201
 This is the demuxer library from the ffmpeg project. It supports most
207
207
Package: libavfilter-dev
208
208
Section: libdevel
209
209
Architecture: any
210
 
Depends: libavfilter0 (>= ${binary:Version}) | libavfilter-unstripped-0 (>= ${binary:Version}),
211
 
         libavfilter0 (<= ${source:Upstream-Version}-99) | libavfilter-unstripped-0 (<= ${source:Upstream-Version}-99),
 
210
Depends: libavfilter0 (>= ${binary:Version}) | libavfilter-extra-0 (>= ${binary:Version}),
 
211
         libavfilter0 (<= ${source:Upstream-Version}-99) | libavfilter-extra-0 (<= ${source:Upstream-Version}-99),
212
212
         libavcodec-dev (= ${binary:Version})
213
213
Description: development files for libavfilter
214
214
 This is the video filtering library from the ffmpeg project.
219
219
Package: libpostproc-dev
220
220
Section: libdevel
221
221
Architecture: any
222
 
Depends: libpostproc51 (>= ${binary:Version}) | libpostproc-unstripped-51 (>= ${binary:Version}),
223
 
         libpostproc51 (<= ${source:Upstream-Version}-99) | libpostproc-unstripped-51 (<= ${source:Upstream-Version}-99),
 
222
Depends: libpostproc51 (>= ${binary:Version}) | libpostproc-extra-51 (>= ${binary:Version}),
 
223
         libpostproc51 (<= ${source:Upstream-Version}-99) | libpostproc-extra-51 (<= ${source:Upstream-Version}-99),
224
224
         libavutil-dev (= ${binary:Version})
225
225
Description: development files for libpostproc
226
226
 This is the video postprocessing library from the ffmpeg project.
231
231
Package: libswscale-dev
232
232
Section: libdevel
233
233
Architecture: any
234
 
Depends: libswscale0 (>= ${binary:Version}) | libswscale-unstripped-0 (>= ${binary:Version}),
235
 
         libswscale0 (<= ${source:Upstream-Version}-99) | libswscale-unstripped-0 (<= ${source:Upstream-Version}-99),
 
234
Depends: libswscale0 (>= ${binary:Version}) | libswscale-extra-0 (>= ${binary:Version}),
 
235
         libswscale0 (<= ${source:Upstream-Version}-99) | libswscale-extra-0 (<= ${source:Upstream-Version}-99),
236
236
         libavutil-dev (= ${binary:Version})
237
237
Description: development files for libswscale
238
238
 This is the video scaling library from the ffmpeg project.