mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 04:41:03 +00:00
- Rewrite of - termux#26199 - termux#26202 - termux#26203 - termux#26208 - to attempt to temporarily work around - termux#26227 - https://github.com/termux/termux-app/issues/4752 - termux#26227 should remain open until a permanent solution to it is found. This is to temporarily fix the inconsistent state of the repo that has occurred as an intermittent result.
19 lines
640 B
Bash
19 lines
640 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/georgmartius/vid.stab
|
|
TERMUX_PKG_DESCRIPTION="video stabilization library"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.1.1"
|
|
TERMUX_PKG_REVISION=3
|
|
TERMUX_PKG_SRCURL=https://github.com/georgmartius/vid.stab/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=9001b6df73933555e56deac19a0f225aae152abbc0e97dc70034814a1943f3d4
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
|
|
-DSSE2_FOUND=OFF
|
|
"
|
|
|
|
termux_step_pre_configure() {
|
|
LDFLAGS+=" -fopenmp -static-openmp"
|
|
}
|