[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: Allow ffmpeg to provide libav* without triggering the embedders check



This is an automated email from the git hooks/post-receive script.

geissert pushed a commit to branch master
in repository lintian.

commit af6a13372cba490d233ba94e9fc93634a2b1ca11
Author: Raphael Geissert <geissert@debian.org>
Date:   Thu Sep 17 23:30:48 2015 +0200

    Allow ffmpeg to provide libav* without triggering the embedders check
---
 data/binaries/embedded-libs | 12 ++++++------
 debian/changelog            |  1 +
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/data/binaries/embedded-libs b/data/binaries/embedded-libs
index 2918446..c428a33 100644
--- a/data/binaries/embedded-libs
+++ b/data/binaries/embedded-libs
@@ -51,11 +51,11 @@ ieee-data ||(?i)(?:standards(?:-oui\.ieee\.org|\.ieee\.org/develop/regauth/oui)/
 
 lcms      ||cmsCreateTransform: intent mismatch
 lcms2     ||Unsupported number of channels for VCGT
-libavcodec  ||source=libav||insufficient thread locking around avcodec_open/close\(\)\n
-libavdevice ||source=libav||Soundcard does not support 16 bit sample format\n
-libavfilter ||source=libav||Buffer video frames, and make them accessible to the filterchain\.
-libavformat ||source=libav||Format detected only with low score of %d, misdetection possible!\n
-libavutil   ||source=libav||AVOption type %d of option %s not implemented yet\n
+libavcodec  ||source-regex=(?:libav|ffmpeg)||insufficient thread locking around avcodec_open/close\(\)\n
+libavdevice ||source-regex=(?:libav|ffmpeg)||Soundcard does not support 16 bit sample format\n
+libavfilter ||source-regex=(?:libav|ffmpeg)||Buffer video frames, and make them accessible to the filterchain\.
+libavformat ||source-regex=(?:libav|ffmpeg)||Format detected only with low score of %d, misdetection possible!\n
+libavutil   ||source-regex=(?:libav|ffmpeg)||AVOption type %d of option %s not implemented yet\n
 libgd     ||source-regex=libgd2? ||gd-(?:png|jpeg:) error:
 libgadu     ||Gadu-Gadu Client Build
 libidn      ||(?m)^(?:Punycode failed|ISCSIprep$)
@@ -76,7 +76,7 @@ libraw    ||Unsupported file format or not RAW file
 libpostproc ||source-regex=lib(?:av|postproc)||using npp filters 0x%X/0x%X\n
 libssh2     ||Invalid descriptor passed to libssh2_poll
 libssh      ||Error allocating memory for ssh_scp
-libswscale  ||source=libav||Exactly one scaler algorithm must be chosen\n
+libswscale  ||source-regex=(?:libav|ffmpeg)||Exactly one scaler algorithm must be chosen[,\n]
 
 # Trailing whitespace was present when the file was created (see commit: 77fd246)
 libtheora ||Xiph.Org libtheora\s
diff --git a/debian/changelog b/debian/changelog
index 171658f..59613b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ lintian (2.5.38) UNRELEASED; urgency=medium
   * data/binaries/embedded-libs:
     + [RG] Use a different string to detect the copies of freetype
       (Closes: #756722)
+    + [RG] Allow ffmpeg to provide libav*.
   * data/obsolete-sites/obsolete-sites:
     + [AB] Add patch by Hideki Yamane to add sourceforge.jp (Closes:
       #798736)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: