Merge branch 'dev' of github.com:JustEnoughLinuxOS/distribution into dev
This commit is contained in:
commit
867a4bdb4c
3 changed files with 2 additions and 23 deletions
|
@ -1,20 +0,0 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2020-present Shanti Gilbert (https://github.com/shantigilbert)
|
||||
# Maintenance 2021-present 351ELEC (https://github.com/351ELEC)
|
||||
|
||||
PKG_NAME="duckstation"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_ARCH="aarch64"
|
||||
PKG_URL="https://www.duckstation.org/libretro/duckstation_libretro_linux_aarch64.zip"
|
||||
PKG_SECTION="libretro"
|
||||
PKG_SHORTDESC="DuckStation - PlayStation 1, aka. PSX Emulator"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
pre_unpack() {
|
||||
unzip sources/duckstation/duckstation-1.0.zip -d $PKG_BUILD
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/lib/libretro/
|
||||
cp $PKG_BUILD/duckstation_libretro.so $INSTALL/usr/lib/libretro/
|
||||
}
|
|
@ -2,8 +2,7 @@
|
|||
# Copyright (C) 2019 Trond Haugland (trondah@gmail.com)
|
||||
|
||||
PKG_NAME="mame"
|
||||
PKG_VERSION="031ac783585e7d5156a6f87a9ba20d88caf94ad6"
|
||||
PKG_SHA256="bb91e074f96bcbbfef4f1da852f12fda5f9e3f83dc480f8901b088e93e06fdaa"
|
||||
PKG_VERSION="ec47e94"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/libretro/mame"
|
||||
|
|
|
@ -17,7 +17,7 @@ PKG_TOOLCHAIN="make"
|
|||
PKG_UI="emulationstation"
|
||||
|
||||
PKG_EMUS="common-shaders glsl-shaders libretro-database retroarch ${LIBRETRO_CORES} advancemame \
|
||||
hatarisa openbor scummvmsa duckstation PPSSPPSDL"
|
||||
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 \
|
||||
|
|
Loading…
Reference in a new issue