23 lines
873 B
Bash
23 lines
873 B
Bash
# Template file for 'waypipe'
|
|
pkgname=waypipe
|
|
version=0.9.1
|
|
revision=1
|
|
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}/waypipe-v${version}.tar.gz"
|
|
checksum=7127e253a43f7de1f9a7ef7579166516c777324a214f1fb8477cde984d985bb6
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|