Merge pull request #2212 from fewtarius/dev
Add console support package to update_packages to allow updating of gamecontrollerdb, etc. Bump emulators and cores.
This commit is contained in:
commit
9e15ed666b
19 changed files with 18 additions and 18 deletions
|
@ -8,3 +8,4 @@ ryujinx-sa #broken on JELOS after build 1.1740.
|
|||
melonds-sa #Broken OpenGL renderer upstream
|
||||
mupen64plus-sa-ui-console #Causes segfaults
|
||||
nanoboyadvance-sa #SDL version removed after this commit
|
||||
freechaf-lr #build issue, revisit.
|
||||
|
|
|
@ -14,7 +14,7 @@ if [ "${TARGET_ARCH}" = "x86_64" ]
|
|||
then
|
||||
PKG_SITE+="qt"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_VERSION="53c2c612c9e06a84b4d8fcac56181a64e1fa8154"
|
||||
PKG_VERSION="2d1e16fe50b2c3a41108ca46c879124048334287"
|
||||
PKG_DEPENDS_TARGET+=" qt5"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
make_target() {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Copyright (C) 2023-present Fewtarius
|
||||
|
||||
PKG_NAME="fbneo-lr"
|
||||
PKG_VERSION="9a0d28e1a02c17becd14809a4d5c38cc8a4aa422"
|
||||
PKG_VERSION="5fa9b68ab4fa5b318066ac95fd5060357ba35230"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="Non-commercial"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2022-present Fewtarius
|
||||
|
||||
PKG_NAME="pcsx_rearmed-lr"
|
||||
PKG_VERSION="b51e7884dc9a1d04f852cb3a12d2033a4d930024"
|
||||
PKG_VERSION="8cba0a221656eca4a3499be56b208019a3410420"
|
||||
PKG_ARCH="arm aarch64"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/libretro/pcsx_rearmed"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
################################################################################
|
||||
|
||||
PKG_NAME="ppsspp-lr"
|
||||
PKG_VERSION="1e6142d99b16b0e6fccfb7150619355dc82ccd43"
|
||||
PKG_VERSION="fd55f1f4a8ae8e0751a9685b3ddc44e651c92fc3"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/hrydgard/ppsspp"
|
||||
PKG_URL="https://github.com/hrydgard/ppsspp.git"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
################################################################################
|
||||
|
||||
PKG_NAME="puae-lr"
|
||||
PKG_VERSION="7bdd798ef14dccafe283588cbf8eb303832a1858"
|
||||
PKG_VERSION="e13578877d1764bde7d6fb5b404c0965fa209540"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
################################################################################
|
||||
|
||||
PKG_NAME="puae2021-lr"
|
||||
PKG_VERSION="99ae6a9d129fcf8fdc11ac7c59d818034832f55c"
|
||||
PKG_VERSION="24363c837afed0e62c476de9246b67c5e7b0ee09"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
################################################################################
|
||||
|
||||
PKG_NAME="slang-shaders"
|
||||
PKG_VERSION="5fdf662cb45e613c7147818bf16f6a67e123b62e"
|
||||
PKG_VERSION="e71fc162f62f3d21f6e80942e6075f31c37c0ead"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
################################################################################
|
||||
|
||||
PKG_NAME="stella-lr"
|
||||
PKG_VERSION="bc109182a01714113f2613c2e8f3814ff4e7e7d8"
|
||||
PKG_VERSION="b7a89b3f5f86ae8f3d771ead86babe816e2dd806"
|
||||
PKG_REV="1"
|
||||
PKG_LICENSE="GPL2"
|
||||
PKG_SITE="https://github.com/stella-emu/stella"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2020-present Fewtarius (https://github.com/fewtarius)
|
||||
|
||||
PKG_NAME="tic80-lr"
|
||||
PKG_VERSION="a94540fb9824e698590edbf2ba293a7d2f8d4d1a"
|
||||
PKG_VERSION="f740bff14921fe2120486c8a233094602032b996"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://github.com/nesbox/TIC-80"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Copyright (C) 2022-present Fewtarius
|
||||
|
||||
PKG_NAME="flycast-sa"
|
||||
PKG_VERSION="cb9af7d74215a560649def839690d2dd80aae5b0"
|
||||
PKG_VERSION="e96b38ff5c03e736d4990658d4163fa5dd58f002"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/flyinghead/flycast"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
|
|
|
@ -7,7 +7,7 @@ PKG_REV="1"
|
|||
PKG_ARCH="any"
|
||||
PKG_SITE="https://github.com/hrydgard/ppsspp"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_VERSION="1e6142d99b16b0e6fccfb7150619355dc82ccd43"
|
||||
PKG_VERSION="fd55f1f4a8ae8e0751a9685b3ddc44e651c92fc3"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_DEPENDS_TARGET="toolchain ffmpeg libzip SDL2 zlib zip"
|
||||
PKG_SHORTDESC="PPSSPPDL"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2023-present Fewtarius
|
||||
|
||||
PKG_NAME="retroarch"
|
||||
PKG_VERSION="575859e5d76d921cb490f55afcd0bbca90d4a742"
|
||||
PKG_VERSION="7011d0c3de5be8e2a8244eda46d5055bb8f4e6be"
|
||||
PKG_SITE="https://github.com/libretro/RetroArch"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_LICENSE="GPLv3"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2022-present BrooksyTech (https://github.com/brooksytech)
|
||||
|
||||
PKG_NAME="control-gen"
|
||||
PKG_VERSION="1"
|
||||
PKG_VERSION="95cb4d4f28e1743c6a7f3c0266049f68b2134b60"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
|
||||
|
||||
PKG_NAME="gamecontrollerdb"
|
||||
PKG_VERSION="38bda816dc786f18493876f7bc30bc12dfd2636a"
|
||||
PKG_VERSION="6f3c4edcb5a2e2ed090ca8af40d2c0f00dcd77f6"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2021-present Shanti Gilbert (https://github.com/shantigilbert)
|
||||
|
||||
PKG_NAME="gptokeyb"
|
||||
PKG_VERSION="0303b36b5376a9b25cf82a53ed4242509daf14e9"
|
||||
PKG_VERSION="be8478deed8552293f5ae66cbcf415d23de9be0f"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://github.com/EmuELEC/gptokeyb"
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
PKG_NAME="sdljoytest"
|
||||
PKG_VERSION="811d9875e0c13e0c87d93351e69169bf74d28270"
|
||||
PKG_SHA256="8e5bb4c81ff23f2826efd87c2fc20b1a70b691395c1639ef3b08c87698faa139"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="https://github.com/Wintermute0110/sdljoytest"
|
||||
PKG_URL="${PKG_SITE}/archive/${PKG_VERSION}.tar.gz"
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
PKG_NAME="sixaxis"
|
||||
PKG_VERSION="f53b0ca28c35ebd71b54190f33eadcb8c3267186"
|
||||
PKG_SHA256="baf7fd22c86c5a32d5043a6bd8487928d2ae216759414632b1d3a998ba61d922"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/RetroPie/sixaxis"
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
|
||||
OPTIONS="distributions/JELOS/options"
|
||||
PACKAGES=("packages/virtual/emulators/package.mk" \
|
||||
"packages/virtual/es-themes/package.mk")
|
||||
"packages/virtual/es-themes/package.mk" \
|
||||
"packages/virtual/gamesupport/package.mk" )
|
||||
BLOCKLIST="config/blocklist"
|
||||
|
||||
update_packages() {
|
||||
|
|
Loading…
Reference in a new issue