media-video/olive: tweak ebuild

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2021-03-21 20:19:16 +02:00
parent b6c78d77b5
commit 4601ebcc05
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 1 additions and 9 deletions

View File

@ -27,14 +27,13 @@ COMMON_DEPEND="
>=dev-qt/qtopengl-5.6.0
>=dev-qt/qtsvg-5.6.0
>=dev-qt/qtwidgets-5.6.0
>media-libs/opencolorio-1.9.9
>=media-libs/opencolorio-2.0.0
media-libs/openexr
>=media-libs/openimageio-2.1.12
>=media-video/ffmpeg-3.0.0
virtual/opengl
"
#media-video/opentimelineio : The CMakeFile tries to find it, but doesnt do anything yet.
# Wants opecolorio-2.0.0, but have to do >1.9.9 due to no proper release and portage not seeing prereleases and betas as being >=2.0.0
DEPEND="
"${COMMON_DEPEND}"
@ -62,10 +61,3 @@ src_install() {
fi
cmake_src_install
}
pkg_postinst() {
einfo "Olive crashes at runtime when playing video"
einfo "with ~ffmpeg-4.3. The current remedy is to"
einfo "use ~ffmpeg-4.2 or ffmpeg-9999 instead."
xdg_pkg_postinst
}