summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* vegastrike: depend on virtual for jpegNicolas Kaiser2012-02-141-1/+1
| | | | Thanks to Alexandr for pointing out.
* vegastrike: move sed to src_prepare()Nicolas Kaiser2011-05-071-0/+2
|
* vegastrike: Use system boostPriit Laes2011-05-071-1/+2
| | | | From: Priit Laes <plaes@plaes.org>
* vegastrike: Build vssetup and fix vsinstallPriit Laes2011-05-071-5/+4
| | | | From: Priit Laes <plaes@plaes.org>
* vegastrike: add USE defaultsNicolas Kaiser2011-04-241-1/+3
|
* vegastrike: disable vssetup for nowNicolas Kaiser2011-03-031-1/+2
|
* vegastrike: fix threads configNicolas Kaiser2011-03-031-1/+1
|
* vegastrike: sync ebuilds, fix mesherNicolas Kaiser2011-03-031-23/+18
|
* vegastrike: adjust build locationNicolas Kaiser2011-02-171-3/+3
|
* vegastrike: fix dependency on removed glut virtualNicolas Kaiser2010-11-091-1/+1
|
* vs: add mesher USE flagNicolas Kaiser2010-08-091-10/+17
|
* vs: added server USE flag, and build targetsNicolas Kaiser2010-08-021-7/+20
| | | | | Added server USE flag, allowing to build without server. Added build targets explicitly, avoiding to build unused targets.
* vs: added threads USE flagNicolas Kaiser2010-07-311-3/+16
| | | | Added preliminary support for SMP configuration.
* vs: added boost USE flag, skipped bootstrapNicolas Kaiser2010-07-301-2/+3
| | | | For the moment, USE flags only pull in optional deps.
* vs: use cmake-utilsNicolas Kaiser2010-07-291-50/+23
| | | | | | | Major rework switching to cmake, which will happily use system boost instead of included one. vs-data now adds DATADIR to config, instead of doing this in the executable.
* vs: enhanced test for vssetup in postinst, wrapped long linesNicolas Kaiser2010-07-231-6/+9
|
* vs: removed USE no-sound, added USE ffmpegNicolas Kaiser2010-07-231-8/+11
| | | | | | | | | | | | | 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.
* vs: removed USE stencil-buffer and sdlNicolas Kaiser2010-07-231-5/+3
| | | | | | | | | | stencil-buffer gets enabled even when disabled in configure. sdl appears to be needed unconditionally, without it I get src/gldrv/gl_init.o: In function `GFXInit(int, char**)': gl_init.cpp:(.text+0x27d8): undefined reference to `winsys_init' collect2: ld returned 1 exit status make[1]: *** [vegastrike] Error 1
* vs: added warning for USE=-gtkNicolas Kaiser2010-07-231-2/+11
|
* Checked path adjustementsNicolas Kaiser2010-07-221-10/+1
|
* Fixed path to readme.txt in vssetupNicolas Kaiser2010-07-221-5/+5
|
* (re)move python dependencyNicolas Kaiser2010-07-221-1/+0
| | | | | | Python scripts are handled in the vegastrike-data ebuild. Should there be a necessity to depend on specific versions of Python, it's better to add these there.
* initial commitNicolas Kaiser2010-07-191-0/+177