gstreamer: Update from 1.12.3 to 1.14.0
[termux-packages] / packages / opusfile / build.sh
1 TERMUX_PKG_HOMEPAGE=https://www.opus-codec.org/
2 TERMUX_PKG_DESCRIPTION="A high-level API for decoding and seeking within .opus files"
3 TERMUX_PKG_VERSION=0.10
4 TERMUX_PKG_SHA256=48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f
5 TERMUX_PKG_SRCURL=https://github.com/xiph/opusfile/releases/download/v${TERMUX_PKG_VERSION}/opusfile-${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_BUILD_IN_SRC=yes
7 TERMUX_PKG_DEPENDS="libopus, libogg"