From 56ed4f0c3a9786e42a876bf8819caeb28ac40aef Mon Sep 17 00:00:00 2001 From: Tom Yan Date: Tue, 12 Feb 2019 01:54:27 +0800 Subject: [PATCH] sox: depends on opusfile and libsndfile also removed some unnecessary stuff --- packages/sox/build.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/sox/build.sh b/packages/sox/build.sh index 868fa35d0..eb0b4c013 100644 --- a/packages/sox/build.sh +++ b/packages/sox/build.sh @@ -6,13 +6,9 @@ TERMUX_PKG_REVISION=10 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/sox/sox/${TERMUX_PKG_VERSION}/sox-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_SHA256=81a6956d4330e75b5827316e44ae381e6f1e8928003c6aa45896da9041ea149c TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" ---with-oggvorbis ---without-opus --with-pulseaudio=dyn ---without-sndfile " -# Depend on file for libmagic.so linking: -TERMUX_PKG_DEPENDS="libltdl, file, libpng, libmp3lame, libogg, libvorbis, libandroid-glob, libflac, libid3tag, libmad, libpulseaudio" +TERMUX_PKG_DEPENDS="libltdl, file, libpng, libmp3lame, libvorbis, libandroid-glob, libflac, libid3tag, libmad, libpulseaudio, opusfile, libsndfile" termux_step_pre_configure() { LDFLAGS+=" -landroid-glob"