Search Criteria
Package Details: lib32-mcpelauncher-linux 1.4.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mcpelauncher-linux.git (read-only, click to copy) |
---|---|
Package Base: | mcpelauncher-linux |
Description: | Minecraft: Pocket Edition launcher for Linux (32bit client support) |
Upstream URL: | https://github.com/minecraft-linux/mcpelauncher-manifest |
Licenses: | GPL-3.0-only |
Submitter: | HurricanePootis |
Maintainer: | HurricanePootis |
Last Packager: | HurricanePootis |
Votes: | 8 |
Popularity: | 0.54 |
First Submitted: | 2024-06-12 01:51 (UTC) |
Last Updated: | 2025-07-16 23:17 (UTC) |
Dependencies (27)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR)
- lib32-libpng
- lib32-openssl
- lib32-sdl3 (lib32-sdl3-gitAUR)
- lib32-zlib
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR) (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR) (make)
- lib32-libpng (make)
- lib32-openssl (make)
- lib32-sdl3 (lib32-sdl3-gitAUR) (make)
- lib32-zlib (make)
- libpng (libpng-gitAUR, libpng-apngAUR) (make)
- lld (llvm-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- Show 7 more dependencies...
Required by (1)
- mcpelauncher-linux (optional)
Sources (32)
- git+https://github.com/ChristopherHX/libjnivm.git
- git+https://github.com/libsdl-org/SDL.git
- git+https://github.com/MCMrARM/linux-gamepad.git
- git+https://github.com/MCMrARM/simple-ipc.git
- git+https://github.com/minecraft-linux/android-support-headers.git
- git+https://github.com/minecraft-linux/android_bionic.git
- git+https://github.com/minecraft-linux/android_core
- git+https://github.com/minecraft-linux/arg-parser.git
- git+https://github.com/minecraft-linux/base64.git
- git+https://github.com/minecraft-linux/cll-telemetry.git
- git+https://github.com/minecraft-linux/daemon-utils.git
- git+https://github.com/minecraft-linux/eglut.git
- git+https://github.com/minecraft-linux/epoll-shim.git
- git+https://github.com/minecraft-linux/file-picker.git
- git+https://github.com/minecraft-linux/file-util.git
- git+https://github.com/minecraft-linux/game-window.git
- git+https://github.com/minecraft-linux/libc-shim.git
- git+https://github.com/minecraft-linux/logger.git
- git+https://github.com/minecraft-linux/mcpelauncher-client.git
- git+https://github.com/minecraft-linux/mcpelauncher-common.git
- git+https://github.com/minecraft-linux/mcpelauncher-core.git
- git+https://github.com/minecraft-linux/mcpelauncher-errorwindow.git
- git+https://github.com/minecraft-linux/mcpelauncher-linker.git
- git+https://github.com/minecraft-linux/mcpelauncher-linux-bin.git
- git+https://github.com/minecraft-linux/mcpelauncher-mac-bin.git
- git+https://github.com/minecraft-linux/mcpelauncher-manifest.git#tag=v1.4.1-qt6
- git+https://github.com/minecraft-linux/mcpelauncher-webview.git
- git+https://github.com/minecraft-linux/minecraft-imported-symbols.git
- git+https://github.com/minecraft-linux/msa-daemon-client.git
- git+https://github.com/minecraft-linux/osx-elf-header.git
- git+https://github.com/minecraft-linux/properties-parser.git
- git+https://github.com/ocornut/imgui.git
Latest Comments
« First ‹ Previous 1 2 3
asalde_le1 commented on 2024-08-19 08:07 (UTC)
@HurricanePootis Thank you very much for your kind words and for your work on this package!
HurricanePootis commented on 2024-08-19 03:55 (UTC)
@asalde_le1
Don't be sorry that you asked questions. Asking questions is the best way to learn. Sorry if I came across rude. You did a good thing reaching out to me with your concerns, even if in the end they ended up being not true. Without you, I wouldn't have gone again and checked the flags to get it building. So, thank you for motivating me to do a deeper check!
asalde_le1 commented on 2024-08-19 03:30 (UTC)
@HurricanePootis thank you for the detailed answer. Sorry if some of my questions were dumb.
HurricanePootis commented on 2024-08-19 03:05 (UTC) (edited on 2024-08-19 03:42 (UTC) by HurricanePootis)
@asalde_le1
DCMAKE_BUILD_TYPE
toRelease
is not advised by the CMake package guidelines, as it overrides the makeflags set for Arch Linux-stdlib=c++17
fixed the issue is because by giving cmake the arugment-DCMAKE_CXX_FLAGS="-stdlib=c++17"
, you are not passing along the$CXXFLAGS
variable to Cmake as defined in/etc/makepkg.conf
, where the-Wp,-D_FORTIFY_SOURCE-3
is. The project currently builds and is able to run as is. If the project requires C++17, then it will be automatically set in Cmake as needed by the developers. Edit:mcpelauncher-manifest
'sCMakeLists.txt
does set C++17 as a standard, no need for the flag.-DENABLE_DEV_PATHS=OFF
is already setasalde_le1 commented on 2024-08-19 00:23 (UTC)
Also please add -DENABLE_DEV_PATHS=OFF option and change DCMAKE_BUILD_TYPE to Release. And the v1.0.0-qt6 version is released
asalde_le1 commented on 2024-08-19 00:01 (UTC)
@HurricanePootis in ci configs in official repos they specify c++ 17 standard, that fixes the problem for me. Maybe the better way is to specify 17 standard?
HurricanePootis commented on 2024-08-18 18:12 (UTC)
@asalde_le1 the problem was not the C++ standard, it was
-Wp,-D_FORTIFY_SOURCE=3
. I am pushing an update rn to fix this.asalde_le1 commented on 2024-08-18 15:32 (UTC) (edited on 2024-08-18 16:29 (UTC) by asalde_le1)
The problem is that by default the compiler uses C++ 14 instead of 17, that is required. Here is the patch to fix this problem:
HurricanePootis commented on 2024-07-28 10:10 (UTC) (edited on 2024-08-18 19:35 (UTC) by HurricanePootis)
The issue has been reported to the github here. According to chats in the discord, a compiler / stdlib update has removed a feature that libc-shim relied on, and sounds like it will require a rewrite. Please be patient in the meantime, and go installmcpelauncher-appimage
Edit: The issue has been fix as of 0.15.2-2
NyaomiDEV commented on 2024-07-26 15:19 (UTC) (edited on 2024-07-26 15:20 (UTC) by NyaomiDEV)
Trying to build ver. 0.15.2-1 fails on my system with Makefile error 2:
« First ‹ Previous 1 2 3