void-packages/srcpkgs/waypipe/template
Érico Rolim 4dea8cf51a waypipe: update to 0.7.0.
Add INSTALL.msg for protocol changes.
2020-07-19 23:24:33 -05:00

23 lines
926 B
Bash

# Template file for 'waypipe'
pkgname=waypipe
version=0.7.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="wayland-protocols 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=ce14508af422acc212b4eee6faae4c84e082abd8b3b85655bec36e942200b9fa
post_install() {
vlicense COPYING LICENSE
}