X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/2f7dfd9fe580edd5eec1a58e488f883dcf7ce5f0..7712869cf58889541bc4f900bc32aa60805d0e48:/packages/vorbis-tools/build.sh?ds=sidebyside diff --git a/packages/vorbis-tools/build.sh b/packages/vorbis-tools/build.sh index ef64c6c0..a749c2d7 100644 --- a/packages/vorbis-tools/build.sh +++ b/packages/vorbis-tools/build.sh @@ -1,7 +1,12 @@ TERMUX_PKG_HOMEPAGE=http://www.vorbis.com TERMUX_PKG_DESCRIPTION="Ogg Vorbis tools" TERMUX_PKG_VERSION=1.4.0 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=http://downloads.xiph.org/releases/vorbis/vorbis-tools-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_DEPENDS="libvorbis" +TERMUX_PKG_SHA256=a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc +# libflac for flac support in oggenc: +TERMUX_PKG_DEPENDS="libvorbis, libflac, libogg" -LDFLAGS+=" -lm" +termux_step_pre_configure() { + LDFLAGS+=" -lm" +}