diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-06 09:38:32 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-07 14:27:57 -0500 |
commit | 88782d8b2da793d412d3ae396ecf287414335735 (patch) | |
tree | 496ad8cd6db32927ee042a6526bc04b909db38c5 /media-gfx/hydrus | |
parent | media-libs/libplacebo: sync live (diff) | |
download | gentoo-88782d8b2da793d412d3ae396ecf287414335735.tar.gz gentoo-88782d8b2da793d412d3ae396ecf287414335735.tar.bz2 gentoo-88782d8b2da793d412d3ae396ecf287414335735.zip |
media-gfx/hydrus: remove direct dependency on media-video/mpv
mpv itself does not provide python bindings and using PYTHON_USEDEP
on it is meaningless and will cause issues now that mpv is migrating
to python-single-r1 (only used for 1 /usr/bin script).
As far as I can tell this package does not use mpv directly and
always goes through python-mpv, so let it handle pulling libmpv.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-gfx/hydrus')
-rw-r--r-- | media-gfx/hydrus/hydrus-495-r1.ebuild (renamed from media-gfx/hydrus/hydrus-495.ebuild) | 1 | ||||
-rw-r--r-- | media-gfx/hydrus/hydrus-496-r1.ebuild (renamed from media-gfx/hydrus/hydrus-496.ebuild) | 1 | ||||
-rw-r--r-- | media-gfx/hydrus/hydrus-497-r1.ebuild (renamed from media-gfx/hydrus/hydrus-497.ebuild) | 1 | ||||
-rw-r--r-- | media-gfx/hydrus/hydrus-501-r1.ebuild (renamed from media-gfx/hydrus/hydrus-501.ebuild) | 1 | ||||
-rw-r--r-- | media-gfx/hydrus/hydrus-9999.ebuild | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/media-gfx/hydrus/hydrus-495.ebuild b/media-gfx/hydrus/hydrus-495-r1.ebuild index 86568b05547c..1ecb76ea0b7b 100644 --- a/media-gfx/hydrus/hydrus-495.ebuild +++ b/media-gfx/hydrus/hydrus-495-r1.ebuild @@ -58,7 +58,6 @@ RDEPEND=" dev-python/twisted[${PYTHON_USEDEP}] media-libs/opencv[python,png,jpeg,${PYTHON_USEDEP}] media-video/ffmpeg - media-video/mpv[libmpv,${PYTHON_USEDEP}] >=dev-python/QtPy-1.9.0-r4[pyside2,${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}] diff --git a/media-gfx/hydrus/hydrus-496.ebuild b/media-gfx/hydrus/hydrus-496-r1.ebuild index 86568b05547c..1ecb76ea0b7b 100644 --- a/media-gfx/hydrus/hydrus-496.ebuild +++ b/media-gfx/hydrus/hydrus-496-r1.ebuild @@ -58,7 +58,6 @@ RDEPEND=" dev-python/twisted[${PYTHON_USEDEP}] media-libs/opencv[python,png,jpeg,${PYTHON_USEDEP}] media-video/ffmpeg - media-video/mpv[libmpv,${PYTHON_USEDEP}] >=dev-python/QtPy-1.9.0-r4[pyside2,${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}] diff --git a/media-gfx/hydrus/hydrus-497.ebuild b/media-gfx/hydrus/hydrus-497-r1.ebuild index 86568b05547c..1ecb76ea0b7b 100644 --- a/media-gfx/hydrus/hydrus-497.ebuild +++ b/media-gfx/hydrus/hydrus-497-r1.ebuild @@ -58,7 +58,6 @@ RDEPEND=" dev-python/twisted[${PYTHON_USEDEP}] media-libs/opencv[python,png,jpeg,${PYTHON_USEDEP}] media-video/ffmpeg - media-video/mpv[libmpv,${PYTHON_USEDEP}] >=dev-python/QtPy-1.9.0-r4[pyside2,${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}] diff --git a/media-gfx/hydrus/hydrus-501.ebuild b/media-gfx/hydrus/hydrus-501-r1.ebuild index 86568b05547c..1ecb76ea0b7b 100644 --- a/media-gfx/hydrus/hydrus-501.ebuild +++ b/media-gfx/hydrus/hydrus-501-r1.ebuild @@ -58,7 +58,6 @@ RDEPEND=" dev-python/twisted[${PYTHON_USEDEP}] media-libs/opencv[python,png,jpeg,${PYTHON_USEDEP}] media-video/ffmpeg - media-video/mpv[libmpv,${PYTHON_USEDEP}] >=dev-python/QtPy-1.9.0-r4[pyside2,${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}] diff --git a/media-gfx/hydrus/hydrus-9999.ebuild b/media-gfx/hydrus/hydrus-9999.ebuild index 86568b05547c..1ecb76ea0b7b 100644 --- a/media-gfx/hydrus/hydrus-9999.ebuild +++ b/media-gfx/hydrus/hydrus-9999.ebuild @@ -58,7 +58,6 @@ RDEPEND=" dev-python/twisted[${PYTHON_USEDEP}] media-libs/opencv[python,png,jpeg,${PYTHON_USEDEP}] media-video/ffmpeg - media-video/mpv[libmpv,${PYTHON_USEDEP}] >=dev-python/QtPy-1.9.0-r4[pyside2,${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}] |