mirror of
https://github.com/termux/termux-packages.git
synced 2025-07-29 17:50:24 +00:00
Fixes the following build error: >ERROR: ./lib/libebur128.so contains undefined symbols: > 8: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND pow > 9: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND tan > 12: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND log > 15: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND sin > 16: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND cos
9 lines
433 B
Bash
9 lines
433 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/jiixyj/libebur128
|
|
TERMUX_PKG_DESCRIPTION="Implements the EBU R 128 standard for loudness normalisation"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.2.6
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://github.com/jiixyj/libebur128/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=baa7fc293a3d4651e244d8022ad03ab797ca3c2ad8442c43199afe8059faa613
|