[connections/flatpak-update-freerdp: 5/5] flatpak: Update FreeRDP




commit f79ac9b140914357ccfc55db75998add29e17ae9
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Jun 14 15:47:32 2021 +0200

    flatpak: Update FreeRDP
    
    And pass some config options to enable the features we want and speed
    up the build.

 build-aux/flatpak/org.gnome.Connections.json | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Connections.json b/build-aux/flatpak/org.gnome.Connections.json
index 364aea3..e2fcf00 100644
--- a/build-aux/flatpak/org.gnome.Connections.json
+++ b/build-aux/flatpak/org.gnome.Connections.json
@@ -55,13 +55,18 @@
                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
                 "-DWITH_OPENH264=ON",
                 "-DCMAKE_INSTALL_PREFIX=/app",
-                "-DCMAKE_INSTALL_LIBDIR=lib"
+                "-DCMAKE_INSTALL_LIBDIR=lib",
+                "-DWITH_WAYLAND:BOOL=ON",
+                "-DCHANNEL_TSMF:BOOL=ON",
+                "-DWITH_FFMPEG:BOOL=ON",
+                "-DWITH_MANPAGES:BOOL=OFF",
+                "-DWITH_SERVER:BOOL=OFF"
             ],
             "sources" : [
                 {
                     "type" : "archive",
-                    "url" : "http://pub.freerdp.com/releases/freerdp-2.1.2.tar.gz";,
-                    "sha256" : "f33bc6aef83b8ad3cbf2cdbc82dcfa980ec2b051efb72650f6f2365d55b79b8d"
+                    "url" : "https://pub.freerdp.com/releases/freerdp-2.3.2.tar.gz";,
+                    "sha256" : "deb888034a441c7f76dc8b3ddea67fac3c0d815739fc2146e1243480ce56c91c"
                 }
             ]
         },
@@ -74,7 +79,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/gnome/gtk-frdp.git";
+                    "path" : "/home/feborges/connections/subprojects/gtk-frdp/"
                 }
             ]
         },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]