[SCM] libav/experimental: Make libavcodec-dev depend on libavresample-dev

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Aug 23 13:50:17 UTC 2014


The following commit has been merged in the experimental branch:
commit 86dcdc2d549447038cfa170649b1084122736cfd
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Aug 23 09:49:49 2014 -0400

    Make libavcodec-dev depend on libavresample-dev
    
    Libavcodec uses libavresample internally, so any packages linking
    against libavcodec also need the libavresample headers and library
    symbolic links.
    
    Issue found be PPA recompilation in Ubuntu.

diff --git a/debian/control b/debian/control
index cdfaa09..e547120 100644
--- a/debian/control
+++ b/debian/control
@@ -244,6 +244,7 @@ Depends:
  libavcodec56 (<= ${source:Upstream-Version}-99) | libavcodec-extra-56 (<= ${source:Upstream-Version}-99),
  libavcodec56 (>= ${binary:Version}) | libavcodec-extra-56 (>= ${binary:Version}),
  libavutil-dev (= ${binary:Version}),
+ libavresample-dev (= ${binary:Version}),
  ${misc:Depends}
 Suggests:
  libdc1394-22-dev [linux-any],

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list