[arch-commits] Commit in freerdp/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Jun 17 10:45:21 UTC 2019


    Date: Monday, June 17, 2019 @ 10:45:20
  Author: dvzrv
Revision: 481928

upgpkg: freerdp 1:2.0.0_rc4-6

Adding back CHANNELS options explicitely (seems they are not picked up automatically).

Modified:
  freerdp/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-17 10:27:15 UTC (rev 481927)
+++ PKGBUILD	2019-06-17 10:45:20 UTC (rev 481928)
@@ -6,7 +6,7 @@
 pkgname=freerdp
 epoch=1
 pkgver=2.0.0_rc4
-pkgrel=5
+pkgrel=6
 pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
 arch=('x86_64')
 url="http://www.freerdp.com/"
@@ -42,6 +42,10 @@
         -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 \



More information about the arch-commits mailing list