[connections/flatpak-update-freerdp: 5/5] flatpak: Update FreeRDP
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [connections/flatpak-update-freerdp: 5/5] flatpak: Update FreeRDP
- Date: Mon, 14 Jun 2021 13:52:46 +0000 (UTC)
commit ae485035525a8ceea07117fe16ecf1b90318a6aa
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 | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Connections.json b/build-aux/flatpak/org.gnome.Connections.json
index 364aea3..caed34e 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"
}
]
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]