You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
580 B
15 lines
580 B
TERMUX_PKG_HOMEPAGE=https://speex.org/
|
|
TERMUX_PKG_DESCRIPTION="Speex audio processing library"
|
|
TERMUX_PKG_LICENSE="BSD 3-Clause"
|
|
TERMUX_PKG_VERSION=1.2.0
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://github.com/xiph/speexdsp/archive/SpeexDSP-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=d7032f607e8913c019b190c2bccc36ea73fc36718ee38b5cdfc4e4c0a04ce9a4
|
|
TERMUX_PKG_BREAKS="speexdsp-dev"
|
|
TERMUX_PKG_REPLACES="speexdsp-dev"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-neon"
|
|
TERMUX_PKG_RM_AFTER_INSTALL="share/doc/speexdsp/manual.pdf"
|
|
|
|
termux_step_pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|