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

David Runge dvzrv at archlinux.org
Wed Jul 31 16:08:39 UTC 2019


    Date: Wednesday, July 31, 2019 @ 16:08:39
  Author: dvzrv
Revision: 495624

upgpkg: freerdp 1:2.0.0_rc4-7

Disabling GSSAPI, as kerberos support seems broken (FS#62897). Removing unneeded comments.

Modified:
  freerdp/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-31 16:08:02 UTC (rev 495623)
+++ PKGBUILD	2019-07-31 16:08:39 UTC (rev 495624)
@@ -6,7 +6,7 @@
 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/"
@@ -40,7 +40,6 @@
         -DWITH_FAAD2=ON \
         -DWITH_FAAC=ON \
         -DWITH_SOXR=ON \
-        -DWITH_GSSAPI=ON \
         -DWITH_SERVER=ON \
         -DWITH_CHANNELS=ON \
         -DWITH_CLIENT_CHANNELS=ON \
@@ -47,10 +46,6 @@
         -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
 }
 



More information about the arch-commits mailing list