multimedia-tools: squeezelite: support all possible media formats

This commit is contained in:
mglae 2017-12-05 23:50:36 +01:00
parent f279603e81
commit a2fc98e25f
3 changed files with 7 additions and 4 deletions

View File

@ -23,15 +23,15 @@ 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"
PKG_URL="https://github.com/ralph-irving/squeezelite/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/ralph-irving/squeezelite/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain faad2 ffmpeg flac libmad libvorbis mpg123 soxr" PKG_DEPENDS_TARGET="toolchain faad2 ffmpeg flac libmad libvorbis mpg123 soxr libogg"
PKG_SECTION="tools" PKG_SECTION="tools"
PKG_SHORTDESC="squeezelite" PKG_SHORTDESC="squeezelite"
PKG_LONGDESC="A client for the Logitech Media Server" PKG_LONGDESC="A client for the Logitech Media Server"
pre_make_target() { pre_make_target() {
OPTS="-DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT" OPTS="-DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL"
CFLAGS="$CFLAGS $OPTS" CFLAGS="$CFLAGS $OPTS"
LDFLAGS="$LDFLAGS -lasound -lpthread -lm -lrt -lFLAC -lmad -lvorbisfile -lfaad -lmpg123" LDFLAGS="$LDFLAGS -lasound -lpthread -lm -lrt -lFLAC -lmad -lvorbisfile -lfaad -lmpg123 -lvorbis -logg"
} }
makeinstall_target() { makeinstall_target() {

View File

@ -1,3 +1,6 @@
107
- squeezelite: support all possible media formats
106 106
- Update squeezelite to 33cca7e - Update squeezelite to 33cca7e
- Update Mediainfo to 17.10 - Update Mediainfo to 17.10

View File

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