* Update EmulationStation (Add overlay cleanup to danger zone, fixes some wording).
* Fix a few package URLs. * Bump Cemu SA. * Deprecate and remove a few older post-update fixes.
This commit is contained in:
parent
8de0b36b53
commit
445c4a076c
7 changed files with 10 additions and 15 deletions
|
@ -3,10 +3,10 @@
|
|||
# Copyright (C) 2018-present 5schatten (https://github.com/5schatten)
|
||||
|
||||
PKG_NAME="SDL2_image"
|
||||
PKG_VERSION="2.6.3"
|
||||
PKG_VERSION="2.8.1"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.libsdl.org/"
|
||||
PKG_URL="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PKG_VERSION}.tar.gz"
|
||||
PKG_URL="https://github.com/libsdl-org/SDL_image/releases/download/release-${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2 libjpeg-turbo libpng"
|
||||
PKG_LONGDESC="SDL_image is an image file loading library. "
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ PKG_NAME="SDL2_net"
|
|||
PKG_VERSION="2.2.0"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://www.libsdl.org/projects/SDL_net/"
|
||||
PKG_URL="https://www.libsdl.org/projects/SDL_net/release/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_URL="https://github.com/libsdl-org/SDL_net/releases/download/release-${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2"
|
||||
PKG_LONGDESC="SDL2_net: network library"
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
|
|
@ -6,12 +6,13 @@ PKG_NAME="SDL2_ttf"
|
|||
PKG_VERSION="2.20.2"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.libsdl.org/"
|
||||
PKG_URL="https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${PKG_VERSION}.tar.gz"
|
||||
PKG_URL="https://github.com/libsdl-org/SDL_ttf/releases/download/release-${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2 freetype"
|
||||
PKG_LONGDESC="This is a sample library which allows you to use TrueType fonts in your SDL applications"
|
||||
|
||||
if [ ! "$DISPLAYSERVER" = "x11" ]; then
|
||||
if [ ! "${DISPLAYSERVER}" = "x11" ]
|
||||
then
|
||||
X11="--without-x"
|
||||
fi
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--with-freetype-prefix=${SYSROOT_PREFIX}/usr $X11"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--with-freetype-prefix=${SYSROOT_PREFIX}/usr ${X11}"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
PKG_NAME="cemu-sa"
|
||||
PKG_VERSION="bab1616565b8fab99c52e0bedb275ae90a7b53df"
|
||||
PKG_VERSION="4405116324fda4895ccdc1ec6bc32ee253b16261"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="MPL-2.0"
|
||||
PKG_SITE="https://github.com/cemu-project/Cemu"
|
||||
|
|
|
@ -22,7 +22,7 @@ PKG_SHA256="5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4"
|
|||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://www.libsdl.org/"
|
||||
PKG_URL="https://www.libsdl.org/projects/SDL_net/release/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_URL="https://github.com/libsdl-org/SDL_net/releases/download/release-${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain yasm:host alsa-lib systemd dbus SDL SDL_net:host"
|
||||
PKG_DEPENDS_HOST="SDL:host"
|
||||
PKG_SECTION="multimedia"
|
||||
|
|
|
@ -64,12 +64,6 @@ ln -sf /usr/share/locale /storage/.config/emulationstation/locale >>/var/log/con
|
|||
### Add items below this line that are safe to remove after a period of time.
|
||||
################################################################################
|
||||
|
||||
### 20231010 - Stop setting vram in ES settings.
|
||||
sed -i '/^.*<int name="MaxVRAM".*$/d' ${ES_SETTINGS}
|
||||
|
||||
### 20231031 - Switch back to alsathread for RetroArch
|
||||
sed -i 's~"pulse"~"alsathread"~g' /storage/.config/retroarch/retroarch.cfg
|
||||
|
||||
### 20231114 - Update hosts.conf
|
||||
grep "127.0.0.1" /storage/.config/hosts.conf >/dev/null 2>&1 || cp /usr/config/hosts.conf /storage/.config/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
PKG_NAME="emulationstation"
|
||||
PKG_VERSION="695e3cd95896b8861214cec2a87467e1a5646f3d"
|
||||
PKG_VERSION="3accc12"
|
||||
PKG_GIT_CLONE_BRANCH="main"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
|
|
Loading…
Reference in a new issue