mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-02 00:50:23 +00:00
23 lines
766 B
Bash
23 lines
766 B
Bash
TERMUX_PKG_HOMEPAGE=https://gitlab.freedesktop.org/mstoeckl/waypipe
|
|
TERMUX_PKG_DESCRIPTION="A proxy for Wayland clients"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="0.9.1"
|
|
TERMUX_PKG_SRCURL=https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${TERMUX_PKG_VERSION}/waypipe-v${TERMUX_PKG_VERSION}.tar.bz2
|
|
TERMUX_PKG_SHA256=d60d94a19038d2e231e3f1bf8122ae0894bc78fa753190f6e831c7931f8caaab
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libandroid-spawn, liblz4, zstd"
|
|
TERMUX_PKG_BUILD_DEPENDS="ffmpeg"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-Dwith_video=enabled
|
|
-Dwith_dmabuf=disabled
|
|
-Dwith_lz4=enabled
|
|
-Dwith_zstd=enabled
|
|
-Dwith_vaapi=disabled
|
|
-Dwith_systemtap=false
|
|
"
|
|
|
|
termux_step_pre_configure() {
|
|
LDFLAGS+=" -landroid-spawn"
|
|
}
|