commit: 4629552d5799727e69b950274af96de7ed248f07
Author: Ekaterina Vaartis <vaartis <AT> kotobank <DOT> ch>
AuthorDate: Sun Dec 18 11:48:01 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jan 7 16:43:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4629552d
media-gfx/hydrus: Update 9999
Signed-off-by: Ekaterina Vaartis <vaartis <AT> kotobank.ch>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/hydrus/hydrus-9999.ebuild | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/media-gfx/hydrus/hydrus-9999.ebuild
b/media-gfx/hydrus/hydrus-9999.ebuild
index 1ecb76ea0b7b..03954ae38a2f 100644
--- a/media-gfx/hydrus/hydrus-9999.ebuild
+++ b/media-gfx/hydrus/hydrus-9999.ebuild
@@ -58,6 +58,7 @@ 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}]
@@ -83,10 +84,12 @@ src_prepare() {
# Contains pre-built binaries for other systems and a broken swf
renderer for linux
rm -r bin/ || die
- # Build files used for CI, not actually needed
- rm -r static/build_files || die
- # Python requirements files, not needed
- rm requirements_*.txt || die
+ # Build files used for CI and development, not actually needed
+ rm -r static/build_files static/requirements || die
+ # Python requirements file, not needed
+ rm requirements.txt || die
+ # Remove unneeded additional scripts
+ rm *.command *.sh *.bat || die
}
src_compile() {