Summary
PolyMC is a multi-instance Minecraft launcher focused on user freedom, redistributability, and simplicity.
Versions
v9999 :: 0 :: gentoo
- Modified
- License
- Apache-2.0 Boost-1.0 BSD BSD-2 GPL-2+ GPL-3 LGPL-3 OFL-1.1 MIT
- USE flags
- debug lto test
v1.4.1 :: 0 :: gentoo
- Modified
- License
- Apache-2.0 Boost-1.0 BSD BSD-2 GPL-2+ GPL-3 LGPL-3 OFL-1.1 MIT
- Keywords
- ~amd64
- USE flags
- debug lto test
v1.3.2 :: 0 :: gentoo
- Modified
- License
- Apache-2.0 Boost-1.0 BSD BSD-2 GPL-2+ GPL-3 LGPL-3 OFL-1.1 MIT
- Keywords
- ~amd64
- USE flags
- debug lto
USE flags
General
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- lto
- Enable link-time optimization
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-java / java-config : Java environment configuration query tool
dev-libs / quazip : Simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package
dev-qt / qtconcurrent : Multi-threading concurrence support library for the Qt5 framework
dev-qt / qtcore : Cross-platform application development framework
dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework
dev-qt / qtnetwork : Network abstraction library for the Qt5 framework
dev-qt / qttest : Unit testing library for the Qt5 framework
dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework
dev-qt / qtxml : Implementation of SAX and DOM for the Qt5 framework
media-libs / libglvnd : The GL Vendor-Neutral Dispatch library
Runtime Dependencies
dev-java / java-config : Java environment configuration query tool
dev-libs / quazip : Simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package
dev-qt / qtconcurrent : Multi-threading concurrence support library for the Qt5 framework
dev-qt / qtcore : Cross-platform application development framework
dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework
dev-qt / qtnetwork : Network abstraction library for the Qt5 framework
dev-qt / qttest : Unit testing library for the Qt5 framework
dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework
dev-qt / qtxml : Implementation of SAX and DOM for the Qt5 framework
sys-libs / zlib : Standard (de)compression library
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Thiago Donato Ferreira · gentoo
games-action/polymc: add 1.4.1
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26538 Signed-off-by: Sam James <sam@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: drop 1.4.0
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: add `QT_SLOT` variable to simplify maintenance
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: move scdoc and ECM deps to BDEPEND
Those are only needed on the building machine. Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: add 1.4.0
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: explicitly add Qt5 build config
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: add app-text/scdoc as a build-time dependency
We changed how our man page is built, so now we also need this extra dependency. Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: add ECM dependency
As per https://github.com/PolyMC/PolyMC/pull/784, we now need ECM as a build-time dependency. Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: add tests
Following fixes by upstream, we can now run tests too :) Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: drop 1.3.1
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: add new optional features
PolyMC now has optional support for MangoHud and Feral's Gamemode, so we'll add those to the `optfeatures`. Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thiago Donato Ferreira · gentoo
games-action/polymc: drop 1.3.0
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25866 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: add 1.3.2
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thiago Donato Ferreira · gentoo
games-action/polymc: remove some troublesome compile flags
Remove -Werror and -D_FORTIFY_SOURCE from the upstream CMakeLists, to prevent breakage with user-defined flags. Closes: https://bugs.gentoo.org/848765 Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25713 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
games-action/polymc: add 1.3.1
Closes: https://github.com/gentoo/gentoo/pull/25679 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thiago Donato Ferreira · gentoo
games-action/polymc: drop 1.2.2
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25604 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: add version 1.3.0
This also bumps the minimum required Qt version to 5.12 Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: drop 1.2.1
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thiago Donato Ferreira · gentoo
games-action/polymc: add 1.2.2
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25392 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thiago Donato Ferreira · gentoo
games-action/polymc: remove 1.1.1
This version seems to have a really weird bug (#839789) that got fixed in newer versions, besides being already pretty old. Thus, users shouldn't use this anymore. Bug: https://bugs.gentoo.org/839789 Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25280 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Thiago Donato Ferreira · gentoo
games-action/polymc: update live version
The patch that was previously required was merged in upstream. Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thiago Donato Ferreira · gentoo
games-action/polymc: adds version 1.2.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thiago Donato Ferreira · gentoo
games-action/polymc: initial import from ::guru, version 1.1.1
Closes: https://github.com/gentoo/gentoo/pull/24966 Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>