Merge pull request #1375 from fewtarius/dev

Bug fixes.
This commit is contained in:
fewtarius 2023-04-29 21:55:46 -04:00 committed by GitHub
commit 4bb1ebd340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 16 additions and 13 deletions

View file

@ -40,9 +40,12 @@
# build and install PulseAudio support (yes / no)
PULSEAUDIO_SUPPORT="yes"
# Fetch seconds since epoch for packages with no external sources.
AUTO_VERSION=$(date +%s)
# Define package sets to clean based on the type of build being executed.
# This should be updated to be more dynamic in the future.
CLEAN_OS_BASE="initramfs modules quirks autostart splash jelos"
CLEAN_OS_BASE="initramfs system-utils modules quirks autostart splash jelos"
CLEAN_NETWORK="RTL8821CS-firmware"
CLEAN_EMU_32BIT="lib32 box86 flycast-lr pcsx_rearmed-lr"

View file

@ -28,7 +28,7 @@ else
PKG_ALSA_DEBUG=--without-debug
fi
PKG_CONFIGURE_OPTS_TARGET="${PKG_ALSA_DEBUG} \
PKG_CONFIGURE_OPTS_TARGET+="${PKG_ALSA_DEBUG} \
--disable-dependency-tracking \
--with-plugindir=/usr/lib/alsa \
--disable-python"

View file

@ -2,7 +2,7 @@
# Copyright (C) 2021-present 351ELEC (https://github.com/351ELEC)
PKG_NAME="lib32"
PKG_VERSION="$(date +%Y%m%d)"
PKG_VERSION="${AUTO_VERSION}"
PKG_ARCH="aarch64 x86_64"
PKG_LICENSE="GPLv2"
PKG_DEPENDS_TARGET="toolchain retroarch SDL2 libsndfile libmodplug"

View file

@ -2,7 +2,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="quirks"
PKG_VERSION="$(date +%Y%m%d)"
PKG_VERSION="${AUTO_VERSION}"
PKG_ARCH="any"
PKG_LICENSE="apache2"
PKG_SITE=""

View file

@ -2,7 +2,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="jelos"
PKG_VERSION="$(date +%Y%m%d)"
PKG_VERSION="${AUTO_VERSION}"
PKG_ARCH="any"
PKG_LICENSE="apache2"
PKG_SITE=""

View file

@ -3,7 +3,7 @@
# Copyright (C) 2022-present Fewtarius
PKG_NAME="RTL8821CS-firmware"
PKG_VERSION="$(date +%Y%m%d)"
PKG_VERSION="${AUTO_VERSION}"
PKG_LICENSE="Apache-2.0"
PKG_SITE="www.jelos.org"
PKG_LONGDESC="Realtek RTL8821CS Linux firmware"

View file

@ -2,7 +2,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="modules"
PKG_VERSION="$(date +%Y%m%d)"
PKG_VERSION="${AUTO_VERSION}"
PKG_ARCH="any"
PKG_LICENSE="custom"
PKG_SITE=""

View file

@ -2,7 +2,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="autostart"
PKG_VERSION="$(date +%Y%m%d)"
PKG_VERSION="${AUTO_VERSION}"
PKG_ARCH="any"
PKG_LICENSE="apache2"
PKG_SITE=""

View file

@ -2,7 +2,7 @@
# Copyright (C) 2022-present Fewtarius
PKG_NAME="powerstate"
PKG_VERSION=""
PKG_VERSION="${AUTO_VERSION}"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_DEPENDS_TARGET="systemd"

View file

@ -2,7 +2,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="sleep"
PKG_VERSION=""
PKG_VERSION="${AUTO_VERSION}"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_DEPENDS_TARGET="systemd"

View file

@ -1,7 +1,7 @@
# Copyright (C) 2021-present Fewtarius
PKG_NAME="system-utils"
PKG_VERSION=""
PKG_VERSION="${AUTO_VERSION}"
PKG_ARCH="any"
PKG_LICENSE="mix"
PKG_DEPENDS_TARGET="toolchain sleep"

View file

@ -2,7 +2,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="splash"
PKG_VERSION="$(date +%Y%m%d)"
PKG_VERSION="${AUTO_VERSION}"
PKG_ARCH="any"
PKG_LICENSE="apache2"
PKG_SITE=""

View file

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="initramfs"
PKG_VERSION="$(date +%Y%m%d)"
PKG_VERSION="${AUTO_VERSION}"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""