summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2018-07-27 15:33:36 +0800
committerJames Cowgill <jcowgill@debian.org>2018-07-27 21:18:17 +0800
commitb2515034c2919952cbeff5c9a1911fb4c04ed3d9 (patch)
treeb42072e8d49226821ffeffd4937da2d69d725f0c
parent4f2b12429a53514a0635ffa657f9cd0ac203947b (diff)
Rewrite patch description for 06_ffmpeg-abi.patch
-rw-r--r--debian/patches/06_ffmpeg-abi.patch11
1 files changed, 8 insertions, 3 deletions
diff --git a/debian/patches/06_ffmpeg-abi.patch b/debian/patches/06_ffmpeg-abi.patch
index 0d17e77..dbf7318 100644
--- a/debian/patches/06_ffmpeg-abi.patch
+++ b/debian/patches/06_ffmpeg-abi.patch
@@ -1,7 +1,12 @@
Description: Suppress ffmpeg version mismatch error
- Requiring an exact ffmpeg version isn't helpful in a distribution where all ABI
- issues should already be handled by package dependencies. Rebuilding every time
- ffmpeg is updated is also completely unmaintainable.
+ Requiring an exact ffmpeg version is usually not a good idea in a binary
+ distribution because:
+ - All FFmpeg security updates require a subsequent binNMU of mpv.
+ - Debian generated dependencies do not capture this dependency well (at least
+ without extra hacking).
+ - The requirement itself usually indicates an ABI violation.
+ For these reasons, remove the check and assume the current FFmpeg version is
+ compatible.
Author: James Cowgill <jcowgill@debian.org>
Bug-Debian: https://bugs.debian.org/831537
---