summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-16 13:33:02 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-16 13:34:15 +0100
commit0e1902e0c081b0583b0bf9c5f3c1feb36a3112ab (patch)
tree33d29196dcbb676d83e6467cf542ba72449f4996 /dev-python/matplotlib
parent98d01fc3ee1deed8a538c93e35bb2144717da1f4 (diff)
downloadgentoo-0e1902e0c081b0583b0bf9c5f3c1feb36a3112ab.tar.gz
gentoo-0e1902e0c081b0583b0bf9c5f3c1feb36a3112ab.tar.bz2
gentoo-0e1902e0c081b0583b0bf9c5f3c1feb36a3112ab.zip
dev-python/matplotlib: Require ffmpeg with h264 support where kwed
Bug: https://bugs.gentoo.org/919014 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild6
1 files changed, 6 insertions, 0 deletions
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]