spotify-player: fix workaround

manually update the aws-lc-rs crate to get latest version
This commit is contained in:
Xavier Fortier 2025-03-18 16:24:50 -04:00
parent ebc8b9862a
commit f1aa8af7ff
No known key found for this signature in database
GPG key ID: 9FEEAF4A6640FE8B

View file

@ -1,7 +1,7 @@
# Template file for 'spotify-player'
pkgname=spotify-player
version=0.20.4
revision=1
revision=2
build_style=cargo
make_install_args="--path spotify_player"
hostmakedepends="pkg-config cmake clang rust-bindgen"
@ -13,12 +13,9 @@ homepage="https://github.com/aome510/spotify-player"
distfiles="https://github.com/aome510/spotify-player/archive/refs/tags/v${version}.tar.gz"
checksum=1d13f47ef4df3415835736f32629d57e331707d781507007ea04217a7dc735d8
# FIXME: Workaround will be removed when https://github.com/aws/aws-lc-rs/issues/632 is resolved
case "$XBPS_TARGET_MACHINE" in
armv[67]l)
export AWS_LC_SYS_CFLAGS="-Wno-stringop-overflow"
;;
esac
pre_build() {
cargo update --package aws-lc-rs
}
post_install() {
vlicense LICENSE