community/freerdp to 2.0.0_rc4-2

This commit is contained in:
Kevin Mihelich 2019-02-13 14:49:02 +00:00
parent bda8b4014f
commit 6d1543eaf4

View file

@ -10,14 +10,14 @@ pkgver=2.0.0_rc4
#_commit=6001cb710dc67eb8811362b7bf383754257a902b
_pkgver=${pkgver/_/-}
_pkgver=${_pkgver/+/-}
pkgrel=1
pkgrel=2
pkgdesc="Free RDP client"
arch=('x86_64')
url="http://freerdp.sourceforge.net"
license=('GPL')
depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
'libxrender' 'libxfixes' 'gst-plugins-base-libs')
'libxrender' 'libxfixes' 'gst-plugins-base-libs' 'dbus-glib')
makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
'xmlto' 'docbook-xsl' 'git')
provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
@ -48,6 +48,7 @@ build() {
-DWITH_CLIENT_CHANNELS=ON \
-DWITH_SERVER_CHANNELS=ON \
-DWITH_WAYLAND=ON \
-DCHANNEL_URBDRC_CLIENT=ON \
-DWITH_NEON=OFF \
-DARM_FP_ABI=${ABI} \
.