From: David Martinez Date: Thu, 16 Feb 2017 23:18:39 +0000 (+0100) Subject: icecast: depend on mime-support X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/74f6b525578f37a1a58a14d415df2997d3e60909 icecast: depend on mime-support --- diff --git a/packages/icecast/build.sh b/packages/icecast/build.sh index 4c8b9b37..32ea19b4 100644 --- a/packages/icecast/build.sh +++ b/packages/icecast/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=http://icecast.org TERMUX_PKG_DESCRIPTION="Icecast is a streaming media (audio/video) server" TERMUX_PKG_VERSION=2.4.3 TERMUX_PKG_SRCURL=http://downloads.xiph.org/releases/icecast/icecast-$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_DEPENDS="libcurl, libgnutls, libogg, libvorbis, libxml2, libxslt, openssl" +TERMUX_PKG_DEPENDS="libcurl, libgnutls, libogg, libvorbis, libxml2, libxslt, mime-support, openssl" TERMUX_PKG_BUILD_IN_SRC=yes termux_step_pre_configure() {