X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/440086e6ed32e3bd814f80dc4f6c82deea2c93d9..c298f2e050b8a54531207226bade64b32c25e10a:/packages/mpd/build.sh?ds=sidebyside diff --git a/packages/mpd/build.sh b/packages/mpd/build.sh index 362b9467..d095118a 100644 --- a/packages/mpd/build.sh +++ b/packages/mpd/build.sh @@ -1,6 +1,7 @@ TERMUX_PKG_HOMEPAGE="https://www.musicpd.org" TERMUX_PKG_DESCRIPTION="music player daemon" TERMUX_PKG_VERSION=0.20.8 +TERMUX_PKG_REVISION=3 TERMUX_PKG_SRCURL=https://github.com/MusicPlayerDaemon/MPD/archive/v$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_FOLDERNAME=MPD-$TERMUX_PKG_VERSION TERMUX_PKG_SHA256=b3ced73b44cf432ac8906deeb803e69235c1286b34c6986029ecf4fe8e351128 @@ -46,8 +47,8 @@ termux_step_make_install () { # Work around issues on devices having ffmpeg libraries # in a system vendor dir, reported by live_the_dream on #termux: local FFMPEG_LIBS="" lib - # gnustl_shared needs to go first in every c++ app that uses audio directly. - for lib in gnustl_shared curl ssl event opus vorbis avcodec avfilter avformat avutil postproc swresample swscale sqlite3; do + # c++_shared needs to go first in every c++ app that uses audio directly. + for lib in c++_shared curl ssl event opus vorbis avcodec avfilter avformat avutil postproc swresample swscale sqlite3; do if [ -n "$FFMPEG_LIBS" ]; then FFMPEG_LIBS+=":"; fi FFMPEG_LIBS+="$TERMUX_PREFIX/lib/lib${lib}.so" done