Versions
v9999 :: 0 :: gentoo
- Modified
- License
- GPL-3+
- USE flags
- devbuild doc openal test tools
v0.2.2_alpha :: 0 :: gentoo
- Modified
- License
- GPL-3+
- Keywords
- ~amd64 ~arm64
- USE flags
- devbuild doc openal test tools
v0.2.1_alpha :: 0 :: gentoo
- Modified
- License
- GPL-3+
- Keywords
- ~amd64 ~arm64
- 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-cpp / gtest : Google C++ Testing Framework
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
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
games-strategy/colobot: Bump to 0.2.2_alpha
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 building with gcc-14
Closes: https://bugs.gentoo.org/922895 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
games-strategy/colobot: drop 0.2.0_alpha
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
games-strategy/colobot: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
games-strategy/colobot: Bump to 0.2.1_alpha
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/colobot: drop -Werror
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/colobot: fix build w/ gcc 13
Closes: https://bugs.gentoo.org/899034 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
games-strategy/colobot: Keyword 0.2.0_alpha arm64, #873805
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
games-strategy/colobot: Bump to 0.2.0-alpha
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 missing -lsndfile with USE=-openal
Closes: https://bugs.gentoo.org/808495 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/colobot: desktop--
Signed-off-by: Sam James <sam@gentoo.org> - 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