media-video/olive: remove otio for now
Package-Manager: Portage-3.0.9, Repoman-3.0.2
This commit is contained in:
parent
7cdb980ed8
commit
eb81382242
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user