Compare commits

...

7 Commits
9.2.1 ... 9.2.2

Author SHA1 Message Date
CvH
074a450813 Merge pull request #4260 from HiassofT/le92-fix-intel-audio
alsa-lib: add modprobe.d file to work around NUC audio issues
2020-03-22 18:03:34 +01:00
CvH
33dfe1b85f Merge pull request #4274 from HiassofT/le92-libprojectm
[le92] libprojectM: update to 3.1.2
2020-03-22 15:27:29 +01:00
Matthias Reichl
25f7154217 libprojectM: update to 3.1.2
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-03-22 14:35:51 +01:00
Matthias Reichl
16919f74df alsa-lib: add modprobe.d file to work around NUC audio issues
Blacklist snd_soc_skl so that hda_intel gets used. This fixes audio
not working on NUCs which have a DSP on board.

Users needed snd_soc_skl can override this via an (empty)
/storage/.config/modprobe.d/intel-audio.conf file

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-03-13 15:25:01 +01:00
CvH
2a66340077 Merge pull request #4236 from svenfoo/fix-game-libretro-scummvm-build-9.2
Fix game.libretro.scummvm build for 9.2
2020-03-10 21:04:44 +01:00
Sven Neumann
fceeb1b2e3 game.libretro.scummvm: bump package revision 2020-03-01 20:00:54 +01:00
Sven Neumann
9d3282937c game.libretro.scummvm: fix linker issue
Using "-Wl,--as-needed" with ld causes undefined symbols.
2020-03-01 20:00:00 +01:00
4 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
# work around no audio issue on Intel NUCs
blacklist snd_soc_skl

View File

@@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libprojectM"
PKG_VERSION="3.1.1-rc4"
PKG_SHA256="a0a3cf3a24e372ddfaab43c509c679ed8f5f0e962093228d2982c58e59eb2034"
PKG_VERSION="v3.1.2"
PKG_SHA256="d59f61806f4e0e89bb42c494514ee295b3a7c4893432a1d38607777040a90823"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/projectM-visualizer/projectm"
PKG_URL="https://github.com/projectM-visualizer/projectm/archive/$PKG_VERSION.tar.gz"

View File

@@ -4,7 +4,7 @@
PKG_NAME="game.libretro.scummvm"
PKG_VERSION="2.1.0.7-Leia"
PKG_SHA256="8d0d01bb97d0b530b2f002eb53874f4d515bd464c4dcf00dcf10060e561d54cd"
PKG_REV="1"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/kodi-game/game.libretro.scummvm"
@@ -15,3 +15,7 @@ PKG_LONGDESC="game.libretro.scummvm: scummvm for Kodi"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="kodi.gameclient"
pre_configure_target() {
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
}

View File

@@ -5,7 +5,7 @@
PKG_NAME="visualization.projectm"
PKG_VERSION="2.3.5-Leia"
PKG_SHA256="69085611ee6af255a95c759e43e64b54ff350f2be87699c255d7db54cd4bfea2"
PKG_REV="1"
PKG_REV="2"
PKG_ARCH="x86_64"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/visualization.projectm"