waypipe: update to 0.10.6.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user