Merge pull request #7885 from henri-funck/librespot-12

[le12] librespot: update to githash c964102 (2023-05-14) and addon (1)
This commit is contained in:
Rudi Heitbaum 2023-06-04 16:35:42 +10:00 committed by GitHub
commit 2cc7cbc928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,10 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="librespot"
PKG_VERSION="03b547d3b3b434811225ebc153c651e5f1917b95"
PKG_VERSION_DATE="2023-04-16"
PKG_SHA256="fd6ffed75f5d9a0941c4ca2a86192c17217b60d1d301e47ff0d8aeec3b3e0e97"
PKG_REV="0"
PKG_VERSION="c964102a349589d644baef5f43a566d6d1e151f1"
PKG_VERSION_DATE="2023-05-14"
PKG_SHA256="3bc6782d8796253040d995043fba4e6f6c71ff902da110b50398071e082b1930"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/librespot-org/librespot/"
@ -23,10 +23,6 @@ PKG_ADDON_TYPE="xbmc.service"
PKG_MAINTAINER="Anton Voyl (awiouy)"
make_target() {
unset CFLAGS
unset CXXFLAGS
unset CPPFLAGS
unset LDFLAGS
export RUSTC_LINKER=${CC}
cargo build \
--target ${TARGET_NAME} \