freerdp: update to 2.4.0

This commit is contained in:
Matthias von Faber 2021-08-07 15:47:17 +02:00 committed by Michal Vasilek
parent 53fb477831
commit a32011ce9b
1 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'freerdp'
pkgname=freerdp
version=2.2.0
revision=3
version=2.4.0
revision=1
wrksrc="FreeRDP-${version}"
build_style=cmake
configure_args="-DWITH_ALSA=ON -DWITH_CUPS=OFF -DWITH_FFMPEG=ON
@ -19,9 +19,8 @@ short_desc="Free RDP (Remote Desktop Protocol) client"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://www.freerdp.com/"
changelog="https://raw.githubusercontent.com/FreeRDP/FreeRDP/master/ChangeLog"
distfiles="https://github.com/FreeRDP/FreeRDP/archive/${version}.tar.gz"
checksum=883bc0396c6be9aba6bc07ebc8ff08457125868ada0f06554e62ef072f90cf59
checksum=80eb7e09e2a106345d07f0985608c480341854b19b6f8fc653cb7043a9531e52
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) configure_args+=" -DWITH_SSE2=ON";;