37375312b9
In issue https://github.com/termux/termux-packages/issues/6160 I have found that community repo "its-pointless.github.io" specifies us as maintainer for its packages. This is NOT TRUE and potentially misleads people using these packages. Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral and not specify maintainer. So all packages now have to override it to the correct value. [skip ci] %ci:no-build
14 lines
556 B
Bash
14 lines
556 B
Bash
TERMUX_PKG_HOMEPAGE=https://code.videolan.org/videolan/dav1d/
|
|
TERMUX_PKG_DESCRIPTION="AV1 cross-platform decoder focused on speed and correctness"
|
|
TERMUX_PKG_LICENSE="BSD"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=0.4.0
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://downloads.videolan.org/pub/videolan/dav1d/${TERMUX_PKG_VERSION}/dav1d-${TERMUX_PKG_VERSION}.tar.xz
|
|
TERMUX_PKG_SHA256=2553b2e65081c0ec799c11a752ea43ad8f2d11b2fb36a83375972d1a00add823
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-Denable_asm=false
|
|
-Denable_tools=false
|
|
-Denable_tests=false
|
|
"
|