From bdd423d67a6fb300c6eaf52957bd76dac40f31fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sun, 3 Jan 2021 23:32:00 -0300 Subject: [PATCH] waypipe: update to 0.7.2. Also remove INSTALL.msg, since it's no longer relevant. --- srcpkgs/waypipe/INSTALL.msg | 2 -- srcpkgs/waypipe/template | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 srcpkgs/waypipe/INSTALL.msg diff --git a/srcpkgs/waypipe/INSTALL.msg b/srcpkgs/waypipe/INSTALL.msg deleted file mode 100644 index 13af63bc124..00000000000 --- a/srcpkgs/waypipe/INSTALL.msg +++ /dev/null @@ -1,2 +0,0 @@ -CAUTION: Waypipe>=0.7.0 uses a new wire protocol, and won't work with -previous versions. diff --git a/srcpkgs/waypipe/template b/srcpkgs/waypipe/template index 229137b8e36..eb8a103ea51 100644 --- a/srcpkgs/waypipe/template +++ b/srcpkgs/waypipe/template @@ -1,6 +1,6 @@ # Template file for 'waypipe' pkgname=waypipe -version=0.7.0 +version=0.7.2 revision=1 wrksrc="${pkgname}-v${version}" build_style=meson @@ -8,7 +8,7 @@ build_style=meson 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 +makedepends="liblz4-devel libzstd-devel libva-devel MesaLib-devel libdrm-devel ffmpeg-devel" depends="openssh" short_desc="Proxy for Wayland clients" @@ -16,7 +16,7 @@ maintainer="Érico Nogueira " 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 +checksum=b280079b05aef9b243be3644fc803e3feaa2fc2952d11a6c02ab33257fb52479 post_install() { vlicense COPYING LICENSE