mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 11:50:52 +00:00
11 lines
508 B
Bash
11 lines
508 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.opus-codec.org/
|
|
TERMUX_PKG_DESCRIPTION="Reference implementation of the Opus codec"
|
|
TERMUX_PKG_LICENSE="BSD 3-Clause"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.6.1
|
|
TERMUX_PKG_SRCURL=https://downloads.xiph.org/releases/opus/opus-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=6ffcb593207be92584df15b32466ed64bbec99109f007c82205f0194572411a1
|
|
TERMUX_PKG_BREAKS="libopus-dev"
|
|
TERMUX_PKG_REPLACES="libopus-dev"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-extra-programs"
|