Versions
v9999 :: 0 :: gentoo
- Modified
- License
- GPL-3+
- USE flags
- devbuild doc openal test tools
v0.1.12 :: 0 :: gentoo
- Modified
- License
- GPL-3+
- Keywords
- ~amd64
- USE flags
- devbuild doc openal test tools
USE flags
General
- devbuild
- TODO
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- openal
- Add support for the Open Audio Library
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- tools
- Build tools
Dependencies
dev-games / physfs : Abstraction layer for filesystem and archive access
dev-libs / boost : Boost Libraries for C++
media-libs / glew : The OpenGL Extension Wrangler Library
media-libs / libogg : the Ogg media file format library
media-libs / libpng : Portable Network Graphics library
media-libs / libsdl2 : Simple Direct Media Layer
media-libs / libsndfile : C library for reading and writing files containing sampled sound
media-libs / libvorbis : The Ogg Vorbis sound file format library
media-libs / openal : A software implementation of the OpenAL 3D audio API
media-libs / sdl2-image : Image file loading library
media-libs / sdl2-ttf : library that allows you to use TrueType fonts in SDL applications
media-sound / vorbis-tools : Tools for using the Ogg Vorbis sound file format
Runtime Dependencies
dev-games / physfs : Abstraction layer for filesystem and archive access
dev-libs / boost : Boost Libraries for C++
games-strategy / colobot-data : Data package for colobot (Colonize with Bots)
media-libs / glew : The OpenGL Extension Wrangler Library
media-libs / libogg : the Ogg media file format library
media-libs / libpng : Portable Network Graphics library
media-libs / libsdl2 : Simple Direct Media Layer
media-libs / libsndfile : C library for reading and writing files containing sampled sound
media-libs / libvorbis : The Ogg Vorbis sound file format library
media-libs / openal : A software implementation of the OpenAL 3D audio API
media-libs / sdl2-image : Image file loading library
media-libs / sdl2-ttf : library that allows you to use TrueType fonts in SDL applications
media-sound / vorbis-tools : Tools for using the Ogg Vorbis sound file format
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
games-strategy/colobot: Improve description
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
games-strategy/colobot: Port to cmake.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
games-strategy/colobot: Fix build failure due to missing include
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
games-strategy/colobot: Remove redundant version
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
games-strategy/colobot: Workaround the Ninja build problem
Call po4a early in order to provide files required for manpage builds. Those files are normally provided implicitly by dependant target call but that is not good enough for Ninja. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
games-strategy/colobot: Update the live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
games-strategy/colobot: Bump to 0.1.12
Closes: https://bugs.gentoo.org/687994 Signed-off-by: Michał Górny <mgorny@gentoo.org> - soredake · gentoo
games-strategy/colobot: new package
Closes: https://github.com/gentoo/gentoo/pull/6756