Merge pull request #1446 from awiouy/squeezelite-8.0

multimedia-tools: update squeezelite to a3d95ec
This commit is contained in:
Christian Hewitt 2017-03-17 10:46:29 +04:00 committed by GitHub
commit a7cf6b31fe
3 changed files with 10 additions and 7 deletions

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="squeezelite" PKG_NAME="squeezelite"
PKG_VERSION="33cca7e" PKG_VERSION="a3d95ec"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPLv3" PKG_LICENSE="GPLv3"
PKG_SITE="https://github.com/ralph-irving/squeezelite" PKG_SITE="https://github.com/ralph-irving/squeezelite"
@ -33,7 +33,7 @@ PKG_AUTORECONF="no"
pre_make_target() { pre_make_target() {
OPTS="-DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT" OPTS="-DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT"
CFLAGS="$CFLAGS $OPTS" CFLAGS="$CFLAGS $OPTS"
LDFLAGS="$LDFLAGS -lasound -lpthread -lm -lrt" LDFLAGS="$LDFLAGS -lasound -lpthread -lm -lrt -lFLAC -lmad -lvorbisfile -lfaad -lmpg123"
} }
makeinstall_target() { makeinstall_target() {

View File

@ -1,13 +1,16 @@
8.0.103 104
- squeezelite: update to a3d95ec and link audio libraries
103
- Add alsamixer - Add alsamixer
- Update mpg123 to 1.23.6 - Update mpg123 to 1.23.6
- Update squeezelite to 33cca7e - Update squeezelite to 33cca7e
8.0.102 102
- Remove IR support from squeezelite - Remove IR support from squeezelite
8.0.101 101
- Add mpg123 and squeezelite - Add mpg123 and squeezelite
8.0.100 100
- Initial Release - Initial Release

View File

@ -18,7 +18,7 @@
PKG_NAME="multimedia-tools" PKG_NAME="multimedia-tools"
PKG_VERSION="" PKG_VERSION=""
PKG_REV="103" PKG_REV="104"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="" PKG_SITE=""