Merge pull request #1190 from fewtarius/dev

Multiple bug fixes
This commit is contained in:
fewtarius 2023-03-25 06:04:16 -04:00 committed by GitHub
commit d8c761fa67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 11 deletions

View file

@ -23,7 +23,7 @@ PKG_VERSION="74f9b55669e53b59ad942ff707f973a55d54c32b"
PKG_LICENSE="GPLv2"
PKG_SITE="https://github.com/hrydgard/ppsspp"
PKG_URL="https://github.com/hrydgard/ppsspp.git"
PKG_DEPENDS_TARGET="toolchain SDL2 ffmpeg libzip"
PKG_DEPENDS_TARGET="toolchain SDL2 ffmpeg libzip zstd"
PKG_LONGDESC="A PSP emulator for Android, Windows, Mac, Linux and Blackberry 10, written in C++."
GET_HANDLER_SUPPORT="git"
@ -32,7 +32,7 @@ PKG_LIBPATH="lib/${PKG_LIBNAME}"
if [ ! "${OPENGL}" = "no" ]; then
PKG_DEPENDS_TARGET+=" ${OPENGL} glu libglvnd glew"
PKG_DEPENDS_TARGET+=" ${OPENGL} glu libglvnd glew glslang"
PKG_CMAKE_OPTS_TARGET+=" -DUSING_FBDEV=OFF \
-DUSING_GLES2=OFF"
fi

View file

@ -14,9 +14,9 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_TOOLCHAIN="make"
PKG_BASEOS="plymouth-lite grep wget util-linux xmlstarlet bluetool gnupg gzip patchelf imagemagick \
terminus-font vim bash pyudev dialog six git dbus-python coreutils miniupnpc nss-mdns \
avahi alsa-ucm-conf fbgrab modules system-utils autostart powerstate powertop ectool"
PKG_BASEOS="plymouth-lite grep wget util-linux xmlstarlet gnupg gzip patchelf imagemagick \
terminus-font vim bash pyudev dialog six git dbus-python coreutils \
alsa-ucm-conf fbgrab modules system-utils autostart powerstate powertop ectool"
PKG_UI="emulationstation es-themes"
@ -26,7 +26,9 @@ PKG_COMPAT="lib32"
PKG_MULTIMEDIA="ffmpeg vlc mpv"
PKG_TOOLS="i2c-tools synctools jslisten evtest tailscale pygobject fileman"
PKG_NETWORK=" network synctools"
PKG_TOOLS="i2c-tools jslisten evtest fileman"
### Project specific variables
case "${PROJECT}" in
@ -47,7 +49,7 @@ if [ ! -z "${BASE_ONLY}" ]
then
PKG_DEPENDS_TARGET+=" ${PKG_BASEOS} ${PKG_TOOLS} ${PKG_UI}"
else
PKG_DEPENDS_TARGET+=" ${PKG_BASEOS} ${PKG_TOOLS} ${PKG_UI} ${PKG_COMPAT} ${PKG_MULTIMEDIA} ${PKG_SOFTWARE}"
PKG_DEPENDS_TARGET+=" ${PKG_BASEOS} ${PKG_NETWORK} ${PKG_TOOLS} ${PKG_UI} ${PKG_COMPAT} ${PKG_MULTIMEDIA} ${PKG_SOFTWARE}"
fi
make_target() {

View file

@ -2,7 +2,7 @@
# Copyright (C) 2023-present BrooksyTech
PKG_NAME="rkbin"
PKG_VERSION="d6aad64d4874b416f25669748a9ae5592642a453"
PKG_VERSION="9840e87723eef7c41235b89af8c049c1bcd3d133"
PKG_ARCH="arm aarch64"
PKG_LICENSE="nonfree"
PKG_SITE="https://github.com/radxa/rkbin"

View file

@ -4,7 +4,7 @@
PKG_NAME="image"
PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv"
PKG_DEPENDS_TARGET="toolchain squashfs-tools:host dosfstools:host fakeroot:host kmod:host mtools:host populatefs:host libc gcc linux linux-drivers linux-firmware ${BOOTLOADER} busybox util-linux corefonts network misc-packages debug usb-modeswitch unzip poppler textviewer jq socat p7zip file bluez splash initramfs jelos"
PKG_DEPENDS_TARGET="toolchain squashfs-tools:host dosfstools:host fakeroot:host kmod:host mtools:host populatefs:host libc gcc linux linux-drivers linux-firmware ${BOOTLOADER} busybox util-linux corefonts misc-packages debug usb-modeswitch unzip poppler textviewer jq socat p7zip file bluez splash initramfs jelos"
PKG_SECTION="virtual"
PKG_LONGDESC="Root package used to build and create complete image"

View file

@ -7,7 +7,7 @@ PKG_VERSION=""
PKG_LICENSE="various"
PKG_SITE="https://libreelec.tv"
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain connman netbase ethtool openssh iw rsync"
PKG_DEPENDS_TARGET="toolchain connman netbase ethtool openssh iw rsync tailscale avahi miniupnpc nss-mdns bluetool"
PKG_SECTION="virtual"
PKG_LONGDESC="Metapackage for various packages to install network support"

View file

@ -3,7 +3,6 @@
PKG_NAME="seatd"
PKG_VERSION="0.7.0"
PKG_SHA256="210ddf8efa1149cde4dd35908bef8e9e63c2edaa0cdb5435f2e6db277fafff3c"
PKG_LICENSE="MIT"
PKG_SITE="https://git.sr.ht/~kennylevinsen/seatd"
PKG_URL="https://git.sr.ht/~kennylevinsen/seatd/archive/${PKG_VERSION}.tar.gz"