Merge branch 'dev' into main
This commit is contained in:
commit
2c2652d327
11 changed files with 31 additions and 34 deletions
6
Makefile
6
Makefile
|
@ -1,6 +1,6 @@
|
|||
BUILD_DIRS=build.*
|
||||
|
||||
all:
|
||||
all: world
|
||||
|
||||
system:
|
||||
./scripts/image
|
||||
|
@ -23,9 +23,7 @@ distclean:
|
|||
src-pkg:
|
||||
tar cvJf sources.tar.xz sources .stamps
|
||||
|
||||
world:
|
||||
DEVICE=RG552 ARCH=arm ./scripts/build_distro
|
||||
DEVICE=RG552 ARCH=aarch64 ./scripts/build_distro
|
||||
world: update RG552 FORCE
|
||||
|
||||
RG552:
|
||||
DEVICE=RG552 ARCH=arm ./scripts/build_distro
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
amiberry # releases 4.x don't work, needs testing if reenabled
|
||||
np2kai # Last major commit before hiatus is broken
|
||||
np2kai # Last major commit before hiatus is broken
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2019-present Shanti Gilbert (https://github.com/shantigilbert)
|
||||
|
||||
PKG_NAME="PPSSPPSDL"
|
||||
PKG_VERSION="858539c5b0b2a296cbe2c62e0cda86dae15c4d64"
|
||||
PKG_VERSION="1f71a69be2241e07b826b6ff60ba542a402ee9a8"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv2"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2021-present 351ELEC (https://github.com/351ELEC)
|
||||
|
||||
PKG_NAME="retroarch"
|
||||
PKG_VERSION="b8242601ecfdbad93d57493b66727b73025c8860"
|
||||
PKG_VERSION="0e22b1ec739e97918de257eb8d3014310d050b4f"
|
||||
PKG_SITE="https://github.com/libretro/RetroArch"
|
||||
PKG_URL="$PKG_SITE.git"
|
||||
PKG_LICENSE="GPLv3"
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
# Copyright (C) 2020-present Fewtarius
|
||||
|
||||
PKG_NAME="scummvmsa"
|
||||
PKG_VERSION="dac2d795d5fc6f207e37fa3d9791fae52e99dabb"
|
||||
PKG_SHA256="70467df66313d717e5f2662ef9cf285ff3f46b14d5faca7c79ccf402d763dfe7"
|
||||
PKG_VERSION="c45ddad05ec42f2afb1d06a34c62c229e78e5e7b"
|
||||
PKG_SHA256="480ee403d5afd5bba9bc1caf56e1bca5983569a9946b4f3516bb4554ffb5fc32"
|
||||
PKG_REV="1"
|
||||
PKG_LICENSE="GPL2"
|
||||
PKG_SITE="https://github.com/scummvm/scummvm"
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
# Maintenance 2020 351ELEC team (https://github.com/fewtarius/351ELEC)
|
||||
|
||||
PKG_NAME="fbneo"
|
||||
PKG_VERSION="eaf5eeb32dd5962d075aff1cf616a738e2e57f3d"
|
||||
PKG_SHA256="116f66c7e6cfbd714406d5da57ae8bb861eaa933c5a38c6fc5e9e0af8a77840b"
|
||||
PKG_VERSION="750f8b1d50c3428c1f0225aa491bf1e75713c45c"
|
||||
PKG_SHA256="82d0db18771514cbde5b5411fdd7c9dbd8b07c27c2d447c6479ce39b7182d5f2"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="Non-commercial"
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
################################################################################
|
||||
|
||||
PKG_NAME="gpsp"
|
||||
PKG_VERSION="c39f5391f0ebb7aa6e166cd5fdc496c31bde0ef9"
|
||||
PKG_SHA256="a1702e357c274b621477201b21a18772634c1175e6cafb141d03b4512e67c32a"
|
||||
PKG_VERSION="e554360dd3ed283696fc607877024a219248b735"
|
||||
PKG_SHA256="d989408ccc6e6fc20caa3af8727bcd4cdeb3ed68b6e5f2a6b4312576cf7fc700"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv2"
|
||||
|
@ -39,9 +39,9 @@ PKG_AUTORECONF="no"
|
|||
|
||||
make_target() {
|
||||
if [ "$ARCH" == "arm" ]; then
|
||||
make CC=$CC platform=unix
|
||||
make CC=$CC platform=arm
|
||||
else
|
||||
make CC=$CC
|
||||
make CC=$CC platform=arm64
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
################################################################################
|
||||
|
||||
PKG_NAME="mame2003-plus"
|
||||
PKG_VERSION="03ee05187d667493165c5f86accf011fc684a737"
|
||||
PKG_SHA256="3c5b9e4fa317a72ead8e55bb97c20ff74345343f9ac0982b211244fde3c42ed0"
|
||||
PKG_VERSION="713b74c1f94761bb1301b795c568983b55674b29"
|
||||
PKG_SHA256="eb988ae38b55ac695c2e411242b34bbdfc39950ea5f6c4840e39038871b89753"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="MAME"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
################################################################################
|
||||
|
||||
PKG_NAME="ppsspp"
|
||||
PKG_VERSION="858539c5b0b2a296cbe2c62e0cda86dae15c4d64"
|
||||
PKG_VERSION="1f71a69be2241e07b826b6ff60ba542a402ee9a8"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/hrydgard/ppsspp"
|
||||
PKG_URL="https://github.com/hrydgard/ppsspp.git"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
################################################################################
|
||||
|
||||
PKG_NAME="stella"
|
||||
PKG_VERSION="f7895e53b8d372c23062020d0e324eba3a2f0c24"
|
||||
PKG_SHA256="26dfd474fde9a61ca33c0c8abecfde04f933456081f31effab82158b4541ea68"
|
||||
PKG_VERSION="5b5eccf28f70c73e5831dd6e47c8b7de355fd4e0"
|
||||
PKG_SHA256="b7f3e8a9e83b10fbabe5b9126abd390388df4df10e41b39b542346b273a8babd"
|
||||
PKG_REV="1"
|
||||
PKG_LICENSE="GPL2"
|
||||
PKG_SITE="https://github.com/stella-emu/stella"
|
||||
|
|
|
@ -14,8 +14,8 @@ PKG_IS_ADDON="no"
|
|||
PKG_AUTORECONF="no"
|
||||
PKG_TOOLCHAIN="make"
|
||||
|
||||
PKG_BASEOS="plymouth-lite grep wget libjpeg-turbo util-linux xmlstarlet bluetool gnupg gzip patchelf \
|
||||
imagemagick util-linux terminus-font vim bash pyudev dialog six git dbus-python \
|
||||
PKG_BASEOS="plymouth-lite grep wget libjpeg-turbo util-linux xmlstarlet bluetool gnupg gzip patchelf \
|
||||
imagemagick util-linux system-utils terminus-font vim bash pyudev dialog six git dbus-python \
|
||||
coreutils miniupnpc nss-mdns avahi MC fbgrab"
|
||||
|
||||
PKG_UI="emulationstation"
|
||||
|
@ -23,17 +23,17 @@ PKG_UI="emulationstation"
|
|||
PKG_EMUS="common-shaders glsl-shaders libretro-database retroarch advancemame hatarisa openbor \
|
||||
scummvmsa PPSSPPSDL"
|
||||
|
||||
LIBRETRO_CORES="2048 81 atari800 beetle-gba beetle-lynx beetle-ngp beetle-pce beetle-pcfx \
|
||||
beetle-supafaust beetle-supergrafx beetle-vb beetle-wswan bluemsx cannonball \
|
||||
cap32 crocods daphne dinothawr dosbox-svn dosbox-pure easyrpg fbalpha2012 \
|
||||
fbalpha2019 fbneo fceumm fmsx flycast freechaf freeintv freej2me fuse-libretro \
|
||||
gambatte gearboy gearcoleco gearsystem genesis-plus-gx genesis-plus-gx-wide gme \
|
||||
gpsp gw-libretro handy hatari mame2000 mame2003-plus mame2010 mame2015 mame \
|
||||
meowpc98 mgba mrboom mupen64plus mupen64plus-nx neocd_libretro nestopia np2kai \
|
||||
nxengine o2em opera parallel-n64 parallel-n64_gln64 pcsx_rearmed picodrive \
|
||||
pokemini potator ppsspp prboom prosystem puae px68k quasi88 quicknes race \
|
||||
reminiscence sameboy sameduck scummvm smsplus-gx snes9x snes9x2002 snes9x2005_plus \
|
||||
snes9x2010 stella stella-2014 swanstation TIC-80 tgbdual tyrquake xrick uae4arm \
|
||||
LIBRETRO_CORES="2048 81 atari800 beetle-gba beetle-lynx beetle-ngp beetle-pce beetle-pcfx \
|
||||
beetle-supafaust beetle-supergrafx beetle-vb beetle-wswan bluemsx \
|
||||
cannonball cap32 crocods daphne dinothawr dosbox-svn dosbox-pure easyrpg fbalpha2012 \
|
||||
fbalpha2019 fbneo fceumm fmsx flycast freechaf freeintv freej2me fuse-libretro \
|
||||
gambatte gearboy gearcoleco gearsystem genesis-plus-gx genesis-plus-gx-wide gme \
|
||||
gpsp gw-libretro handy hatari mame2000 mame2003-plus mame2010 mame2015 mame \
|
||||
meowpc98 mgba mrboom mupen64plus mupen64plus-nx neocd_libretro nestopia np2kai \
|
||||
nxengine o2em opera parallel-n64 parallel-n64_gln64 pcsx_rearmed picodrive \
|
||||
pokemini potator ppsspp prboom prosystem puae px68k quasi88 quicknes race \
|
||||
reminiscence sameboy sameduck scummvm smsplus-gx snes9x snes9x2002 snes9x2005_plus \
|
||||
snes9x2010 stella stella-2014 swanstation TIC-80 tgbdual tyrquake xrick uae4arm \
|
||||
uzem vba-next vbam vecx vice yabasanshiro xmil"
|
||||
|
||||
PKG_COMPAT="lib32"
|
||||
|
|
Loading…
Reference in a new issue