X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7ce5638519cda066cd6adc547a574050c235c551..b7c03d0bfcaed3a9d519b25f634339024834447c:/packages/vorbis-tools/build.sh diff --git a/packages/vorbis-tools/build.sh b/packages/vorbis-tools/build.sh index 85247940..ff00fd42 100644 --- a/packages/vorbis-tools/build.sh +++ b/packages/vorbis-tools/build.sh @@ -1,10 +1,11 @@ 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_REVISION=1 TERMUX_PKG_SRCURL=http://downloads.xiph.org/releases/vorbis/vorbis-tools-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc # libflac for flac support in oggenc: -TERMUX_PKG_DEPENDS="libvorbis, libflac" +TERMUX_PKG_DEPENDS="libvorbis, libflac, libogg" termux_step_pre_configure() { LDFLAGS+=" -lm"