games-engines/openmw: use providers for ffmpeg

This commit is contained in:
Julian Ospald 2016-05-21 18:42:52 +02:00
parent 9c0c8a3b3f
commit 6eaf6145e4
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,9 @@ HOMEPAGE="http://openmw.org/"
LICENCES="GPL-3 MIT bitstream-font OFL-1.1"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
MYOPTIONS="
( providers: ffmpeg libav ) [[ number-selected = exactly-one ]]
"
DEPENDENCIES="
build:
@ -26,9 +28,10 @@ DEPENDENCIES="
media-libs/SDL:2[X]
media-libs/freetype:2
media-libs/openal
media/ffmpeg
sci-physics/bullet[>=2.80]
x11-libs/qtbase:5
providers:ffmpeg? ( media/ffmpeg )
providers:libav? ( media/libav )
"