0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-10-05 07:49:41 +00:00
Files
termux-packages/packages/vorbis-tools/build.sh
Biswapriyo Nath 84a96b67c1 bump(main/vorbis-tools): 1.4.3
Remove vorbis-tools-1.4.2-clang16.patch file which was added in upstream.
68c5a33685
2025-04-23 06:38:00 +00:00

18 lines
599 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/xiph/vorbis-tools
TERMUX_PKG_DESCRIPTION="Ogg Vorbis tools"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.4.3"
TERMUX_PKG_SRCURL=http://downloads.xiph.org/releases/vorbis/vorbis-tools-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=a1fe3ddc6777bdcebf6b797e7edfe0437954b24756ffcc8c6b816b63e0460dde
TERMUX_PKG_AUTO_UPDATE=true
# libflac for flac support in oggenc:
TERMUX_PKG_DEPENDS="libiconv, libvorbis, libflac, libogg"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-ogg123
"
termux_step_pre_configure() {
LDFLAGS+=" -lm"
}