waypipe: update to 0.7.2.
Also remove INSTALL.msg, since it's no longer relevant.
This commit is contained in:
parent
8d3b524b03
commit
2e08aa23a6
2 changed files with 3 additions and 5 deletions
|
@ -1,2 +0,0 @@
|
|||
CAUTION: Waypipe>=0.7.0 uses a new wire protocol, and won't work with
|
||||
previous versions.
|
|
@ -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 <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
|
||||
checksum=b280079b05aef9b243be3644fc803e3feaa2fc2952d11a6c02ab33257fb52479
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
|
|
Loading…
Reference in a new issue