media-video/olive: remove otio for now

Package-Manager: Portage-3.0.9, Repoman-3.0.2
This commit is contained in:
Alfred Wingate 2020-12-25 03:27:33 +02:00
parent 7cdb980ed8
commit eb81382242
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
2 changed files with 2 additions and 3 deletions

View File

@ -10,6 +10,5 @@
</upstream> </upstream>
<use> <use>
<flag name="doxygen">Build and install source code documentation</flag> <flag name="doxygen">Build and install source code documentation</flag>
<flag name="otio">Include dependency to OpenTimelineIO</flag>
</use> </use>
</pkgmetadata> </pkgmetadata>

View File

@ -18,7 +18,7 @@ fi
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="0"
IUSE="doxygen otio" IUSE="doxygen"
COMMON_DEPEND=" COMMON_DEPEND="
>=dev-qt/qtcore-5.6.0 >=dev-qt/qtcore-5.6.0
@ -28,12 +28,12 @@ COMMON_DEPEND="
>=dev-qt/qtsvg-5.6.0 >=dev-qt/qtsvg-5.6.0
>=dev-qt/qtwidgets-5.6.0 >=dev-qt/qtwidgets-5.6.0
>=media-libs/opencolorio-2.0.0 >=media-libs/opencolorio-2.0.0
otio? ( media-video/opentimelineio )
media-libs/openexr media-libs/openexr
>=media-libs/openimageio-2.1.12 >=media-libs/openimageio-2.1.12
>=media-video/ffmpeg-3.0.0 >=media-video/ffmpeg-3.0.0
virtual/opengl virtual/opengl
" "
#media-video/opentimelineio : The CMakeFile tries to find it, but doesnt do anything yet.
DEPEND=" DEPEND="
"${COMMON_DEPEND}" "${COMMON_DEPEND}"
>=dev-qt/qtconcurrent-5.6.0 >=dev-qt/qtconcurrent-5.6.0