Diff scummvm-2.5.1-r1 with a scummvm-2.6.0-r1
/usr/portage/games-engines/scummvm/scummvm-2.6.0-r1.ebuild 2023-10-09 14:52:31.092368390 +0300 | ||
---|---|---|
18 | 18 | |
19 | 19 |
LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception" |
20 | 20 |
SLOT="0" |
21 |
IUSE="a52 aac alsa debug flac fluidsynth fribidi gif glew +gtk jpeg lua mpeg2 mp3 +net opengl png sndio speech theora truetype unsupported vorbis zlib" |
|
21 |
IUSE="a52 aac alsa debug flac fluidsynth fribidi gif +gtk jpeg lua mpeg2 mp3 +net opengl png sndio speech theora truetype unsupported vorbis zlib" |
|
22 | 22 |
RESTRICT="test" # it only looks like there's a test there #77507 |
23 | 23 | |
24 | 24 |
RDEPEND=" |
... | ... | |
47 | 47 |
media-libs/mesa[gles2] |
48 | 48 |
media-libs/mesa[gles1] |
49 | 49 |
) |
50 |
glew? ( media-libs/glew:0= ) |
|
51 | 50 |
) |
52 | 51 |
png? ( media-libs/libpng:0 ) |
53 | 52 |
sndio? ( media-sound/sndio:= ) |
... | ... | |
104 | 103 |
$(usex fluidsynth '' --disable-fluidsynth) |
105 | 104 |
$(use_enable fribidi) |
106 | 105 |
$(use_enable gif) |
107 |
$(use opengl && use_enable glew) |
|
108 | 106 |
$(use_enable gtk) |
109 | 107 |
$(use_enable jpeg) |
110 | 108 |
$(use_enable lua) |