mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-engines/scummvm: Added "net" USE flag for optional cloud support
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<use>
|
||||
<flag name="fluidsynth">compile with support for fluidsynth</flag>
|
||||
<flag name="mpeg2">enable mpeg2 codec for cutscenes</flag>
|
||||
<flag name="net">enable cloud support via <pkg>media-libs/sdl2-net</pkg></flag>
|
||||
<flag name="speech">enable text-to-speech support through <pkg>app-accessibility/speech-dispatcher</pkg></flag>
|
||||
<flag name="unsupported">enable unsupported and/or broken game engines (you're on your own)</flag>
|
||||
</use>
|
||||
|
||||
@@ -11,12 +11,11 @@ SRC_URI="https://scummvm.org/frs/scummvm/${PV}/${P}.tar.xz"
|
||||
LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="a52 aac alsa debug flac fluidsynth jpeg lua mpeg2 mp3 opengl png speech theora truetype unsupported vorbis zlib"
|
||||
IUSE="a52 aac alsa debug flac fluidsynth jpeg lua mpeg2 mp3 net opengl png speech theora truetype unsupported vorbis zlib"
|
||||
RESTRICT="test" # it only looks like there's a test there #77507
|
||||
|
||||
RDEPEND="
|
||||
>=media-libs/libsdl2-2.0.0[sound,joystick,video]
|
||||
media-libs/sdl2-net
|
||||
a52? ( media-libs/a52dec )
|
||||
aac? ( media-libs/faad2 )
|
||||
alsa? ( media-libs/alsa-lib )
|
||||
@@ -25,6 +24,7 @@ RDEPEND="
|
||||
jpeg? ( virtual/jpeg:0 )
|
||||
mp3? ( media-libs/libmad )
|
||||
mpeg2? ( media-libs/libmpeg2 )
|
||||
net? ( media-libs/sdl2-net )
|
||||
opengl? ( virtual/opengl )
|
||||
png? ( media-libs/libpng:0 )
|
||||
speech? ( app-accessibility/speech-dispatcher )
|
||||
@@ -84,6 +84,7 @@ src_configure() {
|
||||
$(use_enable lua)
|
||||
$(use_enable mp3 mad)
|
||||
$(use_enable mpeg2)
|
||||
$(use_enable net sdlnet)
|
||||
$(use_enable png)
|
||||
$(use_enable speech tts)
|
||||
$(use_enable theora theoradec)
|
||||
|
||||
Reference in New Issue
Block a user