[SCM] libav/master: Add libavresample-dev & libswscale-dev to libavfilter-dev's dependencies

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue Jun 24 11:54:31 UTC 2014


The following commit has been merged in the master branch:
commit 652644fb427aa3af4b938d7921a0b19436623670
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Tue Jun 24 07:54:05 2014 -0400

    Add libavresample-dev & libswscale-dev to libavfilter-dev's dependencies
    
    Those libraries are referenced from the libavresample.pc pkg-config
    file.  Without this, depending packages would need to manually specify
    extra dependencies to not break the build.

diff --git a/debian/control b/debian/control
index ffc4d6d..52847f3 100644
--- a/debian/control
+++ b/debian/control
@@ -306,6 +306,8 @@ Section: libdevel
 Architecture: any
 Depends:
  libavcodec-dev (= ${binary:Version}),
+ libavresample-dev (= ${binary:Version}),
+ libswscale-dev (= ${binary:Version}),
  libavfilter4 (= ${binary:Version}),
  ${misc:Depends}
 Description: Development files for libavfilter

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list