commit: 0e1902e0c081b0583b0bf9c5f3c1feb36a3112ab Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 16 12:33:02 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 16 12:34:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1902e0
dev-python/matplotlib: Require ffmpeg with h264 support where kwed Bug: https://bugs.gentoo.org/919014 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild b/dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild index 28f0290dd533..98ae411e2a85 100644 --- a/dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild @@ -112,6 +112,12 @@ BDEPEND=" test? ( dev-python/psutil[${PYTHON_USEDEP}] >=dev-python/tornado-6.0.4[${PYTHON_USEDEP}] + !s390? ( + || ( + media-video/ffmpeg[openh264] + media-video/ffmpeg[x264] + ) + ) gtk3? ( >=dev-python/pygobject-3.40.1-r1:3[cairo?,${PYTHON_USEDEP}] x11-libs/gtk+:3[introspection]
