[SCM] bs1770gain/master: Fix build problem with the current ffmpeg dev packages.

pere at users.alioth.debian.org pere at users.alioth.debian.org
Fri Oct 9 10:04:37 UTC 2015


The following commit has been merged in the master branch:
commit 2f24c8ed6475485992d2a79a3070659798a288c0
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Thu Oct 8 11:14:46 2015 +0200

    Fix build problem with the current ffmpeg dev packages.
    
    The libavformat-ffmpeg-dev package is gone, replaced by
    libavformat-dev.  Build-Depend on the new package and pick
    a version newer than the old non-ffmpeg libavformat-dev.
    
    Closes: #801286

diff --git a/debian/control b/debian/control
index 9b7bc41..a231cb5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Petter Reinholdtsen <pere at debian.org>
 Build-depends: debhelper (>> 9)
  , dh-autoreconf
  , libsox-dev
- , libavformat-ffmpeg-dev
+ , libavformat-dev (>= 7:2.7.0) | libavformat-ffmpeg-dev
  , sox
 Standards-Version: 3.9.6
 Homepage: http://bs1770gain.sourceforge.net/

-- 
bs1770gain packaging



More information about the pkg-multimedia-commits mailing list