forked from hasufell/hasufell-repository
games-engines/renpy: use providers for ffmpeg
This commit is contained in:
parent
1f2aa3828f
commit
1217804f00
@ -20,7 +20,9 @@ HOMEPAGE="http://www.renpy.org"
|
|||||||
DOWNLOADS="http://www.renpy.org/dl/${PV}/${PNV}-source.tar.bz2"
|
DOWNLOADS="http://www.renpy.org/dl/${PV}/${PNV}-source.tar.bz2"
|
||||||
|
|
||||||
LICENCES="MIT"
|
LICENCES="MIT"
|
||||||
MYOPTIONS=""
|
MYOPTIONS="
|
||||||
|
( providers: ffmpeg libav ) [[ number-selected = exactly-one ]]
|
||||||
|
"
|
||||||
|
|
||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
build:
|
build:
|
||||||
@ -31,8 +33,9 @@ DEPENDENCIES="
|
|||||||
media-libs/freetype:2
|
media-libs/freetype:2
|
||||||
media-libs/glew
|
media-libs/glew
|
||||||
media-libs/libpng:=
|
media-libs/libpng:=
|
||||||
media/ffmpeg
|
|
||||||
sys-libs/zlib
|
sys-libs/zlib
|
||||||
|
providers:ffmpeg? ( media/ffmpeg )
|
||||||
|
providers:libav? ( media/libav )
|
||||||
"
|
"
|
||||||
|
|
||||||
if ever at_least 6.99.0; then
|
if ever at_least 6.99.0; then
|
||||||
|
Loading…
Reference in New Issue
Block a user