summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Kaiser <nikai@nikai.net>2010-07-23 13:24:18 +0200
committerNicolas Kaiser <nikai@nikai.net>2010-07-23 13:24:18 +0200
commit1cd7bc74cb04fdc693030e41a26ca93f1bf56e87 (patch)
tree9e2049a0dbcfe2bf256090f1e2383cf59ec861a4 /games-simulation/vegastrike/metadata.xml
parentvs: removed USE stencil-buffer and sdl (diff)
downloadnikai-1cd7bc74cb04fdc693030e41a26ca93f1bf56e87.tar.gz
nikai-1cd7bc74cb04fdc693030e41a26ca93f1bf56e87.tar.bz2
nikai-1cd7bc74cb04fdc693030e41a26ca93f1bf56e87.zip
vs: removed USE no-sound, added USE ffmpeg
Would be fun to be able to completely remove sound support. However, at the moment it fails to build without sound: make[1]: *** [src/aldrv/al_sound.o] Error 1 On the other hand, builds without ffmpeg. Warn if vssetup doesn't get built. Added USE descriptions to metadata.
Diffstat (limited to 'games-simulation/vegastrike/metadata.xml')
-rw-r--r--games-simulation/vegastrike/metadata.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-simulation/vegastrike/metadata.xml b/games-simulation/vegastrike/metadata.xml
index e13eb2b..cc2f6aa 100644
--- a/games-simulation/vegastrike/metadata.xml
+++ b/games-simulation/vegastrike/metadata.xml
@@ -7,8 +7,8 @@
</maintainer>
<longdescription>Vega Strike is an Open Source 3D Action-Space-Sim that lets you trade, fight, and explore in a vast universe. The vegastrike branch contains the game source code.</longdescription>
<use>
- <flag name='gtk'>FIXME: Description of how USE='gtk' affects this package</flag>
- <flag name='debug'>FIXME: Description of how USE='debug' affects this package</flag>
- <flag name='no-sound'>FIXME: Check config and dependencies.</flag>
+ <flag name='gtk'>Uses <pkg>x11-libs/gtk+</pkg> for graphical configuration (vssetup).</flag>
+ <flag name='ffmpeg'>Enables support for <pkg>media-video/ffmpeg</pkg>.</flag>
+ <flag name='debug'>Enable debugging support.</flag>
</use>
</pkgmetadata>