community/freerdp to 2.0.0_rc4-7

This commit is contained in:
Kevin Mihelich 2019-07-31 17:55:36 +00:00
parent 291e7c61ae
commit db99bc6290

View file

@ -9,7 +9,7 @@ _name=FreeRDP
pkgname=freerdp
epoch=1
pkgver=2.0.0_rc4
pkgrel=6
pkgrel=7
pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
arch=('x86_64')
url="http://www.freerdp.com/"
@ -49,17 +49,12 @@ build() {
-DWITH_FAAD2=ON \
-DWITH_FAAC=ON \
-DWITH_SOXR=ON \
-DWITH_GSSAPI=ON \
-DWITH_SERVER=ON \
-DWITH_CHANNELS=ON \
-DWITH_CLIENT_CHANNELS=ON \
-DWITH_SERVER_CHANNELS=ON \
-DCHANNEL_URBDRC_CLIENT=ON \
..
# TODO: add, when openh264 is moved to community
# -DWITH_OPENH264=ON \
# TODO: not implemented in freerdp?
# -DWITH_X264=ON \
make VERBOSE=1
}