summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* jansson, radeondb: initial commitNicolas Kaiser2010-08-107-1/+114
|
* vs: add mesher USE flagNicolas Kaiser2010-08-093-15/+23
|
* vs: added server USE flag, and build targetsNicolas Kaiser2010-08-023-9/+23
| | | | | 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-313-6/+20
| | | | Added preliminary support for SMP configuration.
* vs-data: fixed intro monologueNicolas Kaiser2010-07-302-1/+7
|
* vs: added boost USE flag, skipped bootstrapNicolas Kaiser2010-07-303-5/+7
| | | | For the moment, USE flags only pull in optional deps.
* vs-data: adding correct datadirNicolas Kaiser2010-07-292-2/+2
|
* vs: use cmake-utilsNicolas Kaiser2010-07-294-52/+31
| | | | | | | 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-232-7/+10
|
* nvtt: use cmake-utilsNicolas Kaiser2010-07-232-11/+18
|
* vs: removed USE no-sound, added USE ffmpegNicolas Kaiser2010-07-233-13/+16
| | | | | | | | | | | | | 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-233-9/+5
| | | | | | | | | | 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-232-3/+12
|
* nvtt: added USE debugNicolas Kaiser2010-07-233-7/+19
| | | | added USE debug, removed unrecognized libdir, added glew comment
* nvtt: initial commitNicolas Kaiser2010-07-223-0/+51
|
* vs-data: nothing to compileNicolas Kaiser2010-07-222-1/+5
|
* Checked path adjustementsNicolas Kaiser2010-07-222-11/+2
|
* Fixed path to readme.txt in vssetupNicolas Kaiser2010-07-222-6/+6
|
* (re)move python dependencyNicolas Kaiser2010-07-222-2/+1
| | | | | | 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.
* remove orphaned byte codeNicolas Kaiser2010-07-212-1/+5
|
* install python scripts into games-libdir and compile them to byte codeNicolas Kaiser2010-07-213-6/+14
|
* initial commitNicolas Kaiser2010-07-198-0/+282