waypipe: revbump for ffmpeg6

This commit is contained in:
zlice 2023-03-22 20:01:52 -04:00 committed by classabbyamp
parent e74e18e371
commit c036c65eec
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'waypipe'
pkgname=waypipe
version=0.9.1
revision=1
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"
hostmakedepends="wayland-devel scdoc pkg-config"
makedepends="liblz4-devel libzstd-devel libva-devel
MesaLib-devel libdrm-devel ffmpeg-devel"
MesaLib-devel libdrm-devel ffmpeg6-devel"
depends="openssh"
short_desc="Proxy for Wayland clients"
maintainer="Érico Nogueira <ericonr@disroot.org>"