Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multimedia-tools: update squeezelite to a3d95ec #1446

Merged
merged 2 commits into from Mar 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -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"
Expand All @@ -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() {
Expand Down
11 changes: 7 additions & 4 deletions packages/addons/tools/multimedia-tools/changelog.txt
@@ -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
2 changes: 1 addition & 1 deletion packages/addons/tools/multimedia-tools/package.mk
Expand Up @@ -18,7 +18,7 @@

PKG_NAME="multimedia-tools"
PKG_VERSION=""
PKG_REV="103"
PKG_REV="104"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE=""
Expand Down