community/freerdp to 2.5.0-1.1

This commit is contained in:
Kevin Mihelich 2022-02-07 04:50:26 +00:00
parent 085ac2e895
commit ba25162815
1 changed files with 2 additions and 11 deletions

View File

@ -2,13 +2,12 @@
# Contributor: David Runge <dvzrv@archlinux.org>
# Contributor: Stijn Segers <francesco dot borromini at gmail dot com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - define WITH_NEON and ARM_FP_ABI
# remove when bumped upstream
_name=FreeRDP
pkgname=freerdp
pkgver=2.5.0
pkgrel=1
pkgrel=1.1
epoch=2
pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
arch=('x86_64')
@ -40,18 +39,10 @@ prepare() {
build() {
cd "${pkgname}-${pkgver}"
export CFLAGS+=" ${CPPFLAGS}"
export CXXFLAGS+=" ${CPPFLAGS}"
[[ $CARCH == "arm" ]] && ABI="soft"
[[ $CARCH == "armv6h" || $CARCH == "armv7h" ]] && ABI="hard"
cmake -DCMAKE_INSTALL_PREFIX='/usr' \
-DCMAKE_INSTALL_LIBDIR='lib' \
-DCMAKE_BUILD_TYPE='None' \
-DPROXY_PLUGINDIR='/usr/lib/freerdp2/server/proxy/plugins' \
-DWITH_NEON=OFF \
-DARM_FP_ABI=${ABI} \
-DWITH_DSP_FFMPEG=ON \
-DWITH_FFMPEG=ON \
-DWITH_PULSE=ON \