media-video/olive: adjust dependencies and pkg_postinst

Package-Manager: Portage-3.0.9, Repoman-3.0.2
This commit is contained in:
Alfred Wingate 2020-12-29 15:52:13 +02:00
parent 84e48cb601
commit 73309e0edb
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 6 additions and 4 deletions

View File

@ -27,13 +27,15 @@ COMMON_DEPEND="
>=dev-qt/qtopengl-5.6.0
>=dev-qt/qtsvg-5.6.0
>=dev-qt/qtwidgets-5.6.0
>=media-libs/opencolorio-2.0.0
>media-libs/opencolorio-1.9.9
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}"
>=dev-qt/qtconcurrent-5.6.0
@ -62,7 +64,7 @@ src_install() {
}
pkg_postinst() {
elog "Olive crashes at runtime when playing video"
elog "with ~ffmpeg-4.3. The current remedy is to"
elog "use ~ffmpeg-4.2 or ffmpeg-9999 instead."
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."
}