Search Criteria
Package Details: multimc-git 0.6.11.r1.g21ac860e-1
Git Clone URL: | https://aur.archlinux.org/multimc-git.git (read-only, click to copy) |
---|---|
Package Base: | multimc-git |
Description: | Free, open source launcher and instance manager for Minecraft. |
Upstream URL: | http://multimc.org/ |
Keywords: | launcher minecraft |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | peterix |
Maintainer: | peterix |
Last Packager: | peterix |
Votes: | 33 |
Popularity: | 0.83 |
First Submitted: | 2017-05-13 09:34 |
Last Updated: | 2020-03-29 02:12 |
Dependencies (12)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, java-openjdk-bin, jre, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jre11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, jdk11-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre11-jetbrains-imfix, jdk-jetbrains, java-openjdk-loom-ea-bin, jre-jetbrains, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- libgl (glshim-git, catalyst-firepro, libhybris-ext-libgl-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, libhybris-libgl-git, mesa-libgl-noglvnd, catalyst-test, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-svg (qt5-svg-git)
- qt5-x11extras (qt5-x11extras-git)
- xorg-xrandr (xorg-xrandr-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- jdk8-openjdk (jdk8-openjdk-dcevm) (make)
- qt5-tools (qt5-tools-git) (make)
- qt5-x11extras (qt5-x11extras-git) (make)
Required by (1)
- multimc-curseforge (requires multimc) (optional)
Latest Comments
1 2 3 4 5 6 Next › Last »
aspen commented on 2021-01-04 19:19
This shouldn't require jdk8-openjdk? Because it builds just fine with Corretto.
ChrisLane commented on 2020-12-04 09:50
@WBryie 8 months ago I made a suggestion, to which you quite rudely replied with:
Today you responded to the exact same idea from someone else saying:
WBryie commented on 2020-12-04 00:27
May I ask what got updated with the recent update? I had to rebuild it because of an update of which I can see no changes.
WBryie commented on 2020-12-04 00:25
@0day thats a great idea!
Anonymous comment on 2020-12-03 14:50
May I suggest to make xorg-xrandr an optional dependency for those who play Minecraft <= 1.12.2?
ChrisLane commented on 2020-12-01 08:57
@WBryie it's an extra Xorg dependency that's unneeded for MultiMC/Minecraft if you're on recent versions. Whether it's useful for X WMs is unrelated since it should be installed not as a dependency for those people that want to use it.
For those of us on Wayland, it's not useful for anything really.
WBryie commented on 2020-11-29 22:33
@ChrisLane no. just no. why bother. its worth it any way if you use something like i3 and want to use multiple monitors
hopchis commented on 2020-08-15 11:30
I think it would be far cleaner and more streamlined if instead of installing old versions of java on people's computers which they don't need, will never use, and isn't actually necessary for MultiMC, you instead altered the PKGBUILD so that it subtly alters two files of the source code so that it will build using an up-to-date java installation.
Simply change the "-target 1.6 -source 1.6" part in libraries/launcher/CMakeLists.txt and libraries/javacheck/CMakeLists.txt to "-target 1.7 -source 1.7"
I believe this is a far better solution to get MultiMC to build than to add java 8 as an additional dependency and having it install that extra bit of cruft on everyone's computers.
ChrisLane commented on 2020-04-09 08:46
@peterix I see that
xorg-xrandr
was added as a dependency here: https://aur.archlinux.org/cgit/aur.git/commit/?h=multimc-git&id=da17399fd7f650b57ab127bae7d6756d31d33485 since LWJGL 2 has a dependency on it (weird!).Since this is only a requirement for Minecraft versions <= 1.12.2, could this be changed to an optional dependency with a note that it's required for those versions? Thanks
ChrisLane commented on 2020-04-09 08:16
@evan that's not something typically done in PKGBUILDS. I recommend adding
export MAKEFLAGS="-j$(nproc)"
in your startup somewhere for your personal use.