From 0e1902e0c081b0583b0bf9c5f3c1feb36a3112ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 16 Dec 2023 13:33:02 +0100 Subject: dev-python/matplotlib: Require ffmpeg with h264 support where kwed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/919014 Signed-off-by: Michał Górny --- dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild') 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] -- cgit v1.2.3