23 lines
908 B
Bash
23 lines
908 B
Bash
# Template file for 'waypipe'
|
|
pkgname=waypipe
|
|
version=0.8.0
|
|
revision=1
|
|
wrksrc="${pkgname}-v${version}"
|
|
build_style=meson
|
|
# lto is off because it causes linking errors in armv6l and armv7l (due to NEON)
|
|
configure_args="-Dwerror=false -Dwith_dmabuf=enabled -Dwith_lz4=enabled
|
|
-Dwith_zstd=enabled -Dwith_video=enabled -Dwith_vaapi=enabled -Db_lto=false"
|
|
hostmakedepends="wayland-devel scdoc pkg-config"
|
|
makedepends="liblz4-devel libzstd-devel libva-devel
|
|
MesaLib-devel libdrm-devel ffmpeg-devel"
|
|
depends="openssh"
|
|
short_desc="Proxy for Wayland clients"
|
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
|
license="MIT"
|
|
homepage="https://gitlab.freedesktop.org/mstoeckl/waypipe"
|
|
distfiles="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
|
|
checksum=e61fa816a770d0bc22aa2545547c61edc24cf52ca5bb3da32351f2ac9ff94d02
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|