From b6e83a127e258c30799dca736eff76119412536b Mon Sep 17 00:00:00 2001 From: David Martinez Date: Fri, 17 Feb 2017 00:18:39 +0100 Subject: [PATCH] icecast: depend on mime-support --- packages/icecast/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/icecast/build.sh b/packages/icecast/build.sh index 4c8b9b371..32ea19b41 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() {