mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #1446 from awiouy/squeezelite-8.0
multimedia-tools: update squeezelite to a3d95ec
This commit is contained in:
commit
a7cf6b31fe
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="squeezelite"
|
||||
PKG_VERSION="33cca7e"
|
||||
PKG_VERSION="a3d95ec"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://github.com/ralph-irving/squeezelite"
|
||||
@ -33,7 +33,7 @@ PKG_AUTORECONF="no"
|
||||
pre_make_target() {
|
||||
OPTS="-DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT"
|
||||
CFLAGS="$CFLAGS $OPTS"
|
||||
LDFLAGS="$LDFLAGS -lasound -lpthread -lm -lrt"
|
||||
LDFLAGS="$LDFLAGS -lasound -lpthread -lm -lrt -lFLAC -lmad -lvorbisfile -lfaad -lmpg123"
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
@ -1,13 +1,16 @@
|
||||
8.0.103
|
||||
104
|
||||
- squeezelite: update to a3d95ec and link audio libraries
|
||||
|
||||
103
|
||||
- Add alsamixer
|
||||
- Update mpg123 to 1.23.6
|
||||
- Update squeezelite to 33cca7e
|
||||
|
||||
8.0.102
|
||||
102
|
||||
- Remove IR support from squeezelite
|
||||
|
||||
8.0.101
|
||||
101
|
||||
- Add mpg123 and squeezelite
|
||||
|
||||
8.0.100
|
||||
100
|
||||
- Initial Release
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
PKG_NAME="multimedia-tools"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="103"
|
||||
PKG_REV="104"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user