This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
422 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.4.4 | ||
2.4.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ Architecture: amd64 | |
Maintainer: Nooz <[email protected]> | ||
Description: Community mod of MCPI-Reborn | ||
Homepage: https://github.com/mobilegmYT/mcpi-reborn-extended/ | ||
Depends: libc6, libstdc++6, libc6-armhf-cross, libstdc++6-armhf-cross, libgles1, libegl1, libglfw3 | libglfw3-wayland, libfreeimage3, libopenal1, qemu-user, patchelf, python3-minecraftpi | ||
Depends: libc6, libstdc++6, libc6-armhf-cross, libstdc++6-armhf-cross, libgles1, libegl1, libglfw3 | libglfw3-wayland, libfreeimage3, libopenal1, python3-minecraftpi | ||
Section: games | ||
Priority: optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ Architecture: arm64 | |
Maintainer: Nooz <[email protected]> | ||
Description: Community mod of MCPI-Reborn | ||
Homepage: https://github.com/mobilegmYT/mcpi-reborn-extended/ | ||
Depends: libc6, libstdc++6, libc6:armhf, libstdc++6:armhf, libgles1, libegl1, libglfw3 | libglfw3-wayland, libfreeimage3, libopenal1, patchelf, python3-minecraftpi | ||
Depends: libc6, libstdc++6, libc6:armhf, libstdc++6:armhf, libgles1, libegl1, libglfw3 | libglfw3-wayland, libfreeimage3, libopenal1, python3-minecraftpi | ||
Section: games | ||
Priority: optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ Architecture: armhf | |
Maintainer: Nooz <[email protected]> | ||
Description: Community mod of MCPI-Reborn | ||
Homepage: https://github.com/mobilegmYT/mcpi-reborn-extended/ | ||
Depends: libc6, libstdc++6, libgles1, libegl1, libglfw3 | libglfw3-wayland, libfreeimage3, libopenal1, patchelf, python3-minecraftpi | ||
Depends: libc6, libstdc++6, libgles1, libegl1, libglfw3 | libglfw3-wayland, libfreeimage3, libopenal1, python3-minecraftpi | ||
Section: games | ||
Priority: optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ Maintainer: Nooz <[email protected]> | |
Description: Modded server for Minecraft Pi Edition | ||
Homepage: https://github.com/mobilegmYT/mcpi-reborn-extended/ | ||
Architecture: amd64 | ||
Depends: libc6, libstdc++6, libc6-armhf-cross, libstdc++6-armhf-cross, qemu-user, patchelf | ||
Depends: libc6, libstdc++6, libc6-armhf-cross, libstdc++6-armhf-cross | ||
Section: games | ||
Priority: optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ Maintainer: Nooz <[email protected]> | |
Description: Modded server for Minecraft Pi Edition | ||
Homepage: https://github.com/mobilegmYT/mcpi-reborn-extended/ | ||
Architecture: arm64 | ||
Depends: libc6, libstdc++6, libc6:armhf, libstdc++6:armhf, patchelf | ||
Depends: libc6, libstdc++6, libc6:armhf, libstdc++6:armhf | ||
Section: games | ||
Priority: optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ Maintainer: Nooz <[email protected]> | |
Description: Modded server for Minecraft Pi Edition | ||
Homepage: https://github.com/mobilegmYT/mcpi-reborn-extended/ | ||
Architecture: armhf | ||
Depends: libc6, libstdc++6, patchelf | ||
Depends: libc6, libstdc++6 | ||
Section: games | ||
Priority: optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
project(qemu) | ||
|
||
## QEMU | ||
|
||
# Build | ||
include(ProcessorCount) | ||
ProcessorCount(NPROC) | ||
include(ExternalProject) | ||
ExternalProject_Add(qemu | ||
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/src" | ||
CONFIGURE_COMMAND | ||
"${CMAKE_COMMAND}" "-E" "env" | ||
"PKG_CONFIG_LIBDIR=$ENV{PKG_CONFIG_LIBDIR}" | ||
"CFLAGS=-s" | ||
"CXXFLAGS=-s" | ||
"<SOURCE_DIR>/configure" | ||
"--prefix=${CMAKE_INSTALL_PREFIX}" | ||
"--cross-prefix=" | ||
"--cc=${CMAKE_C_COMPILER}" | ||
"--cxx=${CMAKE_CXX_COMPILER}" | ||
"--disable-debug-info" | ||
"--target-list=arm-linux-user" | ||
"--without-default-features" | ||
USES_TERMINAL_CONFIGURE TRUE | ||
BUILD_COMMAND "make" "-j${NPROC}" "qemu-arm" | ||
USES_TERMINAL_BUILD TRUE | ||
INSTALL_COMMAND "" | ||
TEST_COMMAND "" | ||
BUILD_BYPRODUCTS "<BINARY_DIR>/qemu-arm" | ||
) | ||
|
||
# Install | ||
ExternalProject_Get_property(qemu BINARY_DIR) | ||
install(PROGRAMS "${BINARY_DIR}/qemu-arm" DESTINATION "${MCPI_BIN_DIR}") | ||
|
||
# License | ||
install(FILES src/COPYING DESTINATION "${MCPI_LEGAL_DIR}/qemu") |
Submodule src
added at
621da7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.