6 Commits

Author SHA1 Message Date
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
jca
869c395373 Disable -Werror, fixes build with llvm13
The boring warning was:
/usr/obj/ports/multimc-0.6.12/MultiMC5/application/groupview/GroupView.cpp:848:9:
error: variable 'beginning_row' set but not used [-Werror,-Wunused-but-set-variable]
2021-12-01 23:07:12 +00:00
phessler
a9d847255b update to 0.6.12
from MAINTAINER back in March, sorry for the delay!
2021-08-19 18:41:39 +00:00
phessler
2b2bf74837 For better compatibility with the modern releases of Minecraft, switch to
Java 11 by default, and remove lwjgl 2 runtime dependency.

Also add a pkg-readme to tell players how to install java 1.8 and lwjgl 2
so they can play older (and especially modded) versions.

OK maintainer
2021-03-05 21:03:50 +00:00
phessler
879f5dd591 add support for using the system lwjgl3 instead of the bundled version
this allows for playing Minecraft 1.13 and later versions, including the most
recent snapshots.

from MAINTAINER
extensive testing by myself, kmos@, pamela@
2021-02-28 09:54:38 +00:00
kmos
9cf533a8d5 Import multimc
MultiMC is a free, open source launcher for Minecraft. It allows you
to have multiple, cleanly separated instances of Minecraft (each with
their own mods, texture packs, saves, etc) and helps you manage them
and their associated options with a simple and powerful interface.

Version 0.6.11

From Muhammad Kaisar Arkhan

testing pamela
OK (and testing) phessler
2020-09-21 07:22:37 +00:00