waypipe: update to 0.10.6.

This commit is contained in:
Andrew J. Hesford
2025-12-10 20:17:19 -05:00
parent aea076f130
commit 51e956632c
+5 -5
View File
@@ -1,11 +1,10 @@
# Template file for 'waypipe'
pkgname=waypipe
version=0.9.1
version=0.10.6
revision=2
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"
configure_args="-Dwerror=false -Db_lto=false -Dbuild_c=true -Dbuild_rs=false"
hostmakedepends="wayland-devel scdoc pkg-config"
makedepends="liblz4-devel libzstd-devel libva-devel
MesaLib-devel libdrm-devel ffmpeg6-devel"
@@ -15,8 +14,9 @@ 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
checksum=51dd2a257f43f15cfe886ec5a7370366d3efcb5486385dab222773e05ba3fbf9
post_install() {
vlicense COPYING LICENSE
vlicense LICENSE.MIT LICENSE
ln -Tsf waypipe-c ${DESTDIR}/usr/bin/waypipe
}