From: Fredrik Fornwall Date: Mon, 20 Jun 2016 10:31:29 +0000 (-0400) Subject: vorbis-tools: Enable flac support X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/dfcb3173f5ae4be2333c007cda5ea7eee61c66d1?ds=sidebyside vorbis-tools: Enable flac support --- diff --git a/packages/vorbis-tools/build.sh b/packages/vorbis-tools/build.sh index ef64c6c0..0f5fc5e1 100644 --- a/packages/vorbis-tools/build.sh +++ b/packages/vorbis-tools/build.sh @@ -1,7 +1,9 @@ TERMUX_PKG_HOMEPAGE=http://www.vorbis.com TERMUX_PKG_DESCRIPTION="Ogg Vorbis tools" TERMUX_PKG_VERSION=1.4.0 +TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_SRCURL=http://downloads.xiph.org/releases/vorbis/vorbis-tools-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_DEPENDS="libvorbis" +# libflac for flac support in oggenc: +TERMUX_PKG_DEPENDS="libvorbis, libflac" LDFLAGS+=" -lm"