Skip to content

Commit

Permalink
Merge pull request #1446 from awiouy/squeezelite-8.0
Browse files Browse the repository at this point in the history
multimedia-tools: update squeezelite to a3d95ec
  • Loading branch information
chewitt committed Mar 17, 2017
2 parents 03167fa + bb79e98 commit a7cf6b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
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

0 comments on commit a7cf6b3

Please sign in to comment.