Merge pull request #3747 from awiouy/10-lsbitrate

librespot: update to 51a634d (2019-07-23)
This commit is contained in:
CvH 2019-08-08 13:43:12 +02:00 committed by GitHub
commit f5957b7ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 29 deletions

View File

@ -1,25 +0,0 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pyalsaaudio"
PKG_VERSION="0.8.4"
PKG_SHA256="84e8f8da544d7f4bd96479ce4a237600077984d9be1d7f16c1d9a492ecf50085"
PKG_LICENSE="PSF"
PKG_SITE="http://larsimmisch.github.io/pyalsaaudio/"
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host alsa-lib"
PKG_LONGDESC="ALSA bindings"
PKG_TOOLCHAIN="manual"
make_target() {
export LDSHARED="$CC -shared"
export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr"
python setup.py build --cross-compile
}
makeinstall_target() {
python setup.py install --root=$INSTALL --prefix=/usr
find $INSTALL/usr/lib -name "*.py" -exec rm -rf "{}" ";"
rm -rf $INSTALL/usr/lib/python*/site-packages/*.egg-info \
$INSTALL/usr/lib/python*/site-packages/*/tests
}

View File

@ -1,3 +1,7 @@
117
- Update to 51a634d (2019-07-23)
- Set bit rate to 320 kpbs
116
- Update to 4e3576b (2019-06-01)
- Only use Kodi

View File

@ -3,10 +3,10 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="librespot"
PKG_VERSION="4e3576ba7c6146cf68e1953daeec929d619b26b1"
PKG_SHA256="c2fef0253bdbb6ff7085d4ec00e80da4727a1c5b1bf84dd2c14edc3de1cfd753"
PKG_VERSION_DATE="2019-06-01"
PKG_REV="116"
PKG_VERSION="51a634dc33233ca85a92db3e723d19550b548593"
PKG_SHA256="581727e560c81cafbfeaf611b51f0a6987a48d348795785b3b6c0a304656a731"
PKG_VERSION_DATE="2019-07-23"
PKG_REV="117"
PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/librespot-org/librespot/"

View File

@ -20,6 +20,7 @@ pactl suspend-sink "$SINK_NAME" 1
LIBRESPOT="librespot \
--backend pulseaudio \
--bitrate 320 \
--cache \"$ADDON_HOME/cache\" \
--device-type TV \
--disable-audio-cache \