all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 64313@debbugs.gnu.org, maxim.cournoyer@gmail.com
Cc: Andy Tai <atai@atai.org>
Subject: [bug#64313] [PATCH v3] gnu: freerdp: Enable server build
Date: Sat,  2 Sep 2023 17:15:05 -0700	[thread overview]
Message-ID: <166d143b7a35c9cea7512829fb51d617d18783e4.1693700058.git.atai@atai.org> (raw)
In-Reply-To: <12b30e1ceb8e0c6e82f799447057affe7643d97f.1687849395.git.atai@atai.org>

* gnu/packages/rdesktop.scm (freerdp): Enable server build.
[phases] (configure-flags): Enable server build flags.
[inputs]: Add server build dependencies and additional protocols
cairo, dbus, gsm, lame, libxdamage, opencl, openh264, openssl.
---
 gnu/packages/rdesktop.scm | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm
index 2a969a2f78..6a13de6148 100644
--- a/gnu/packages/rdesktop.scm
+++ b/gnu/packages/rdesktop.scm
@@ -32,6 +32,7 @@ (define-module (gnu packages rdesktop)
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system gnu)
   #:use-module (gnu packages assembly)
+  #:use-module (gnu packages audio)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages check)
@@ -43,11 +44,13 @@ (define-module (gnu packages rdesktop)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gstreamer)
+  #:use-module (gnu packages gtk)
   #:use-module (gnu packages image)
   #:use-module (gnu packages libusb)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages mp3)
   #:use-module (gnu packages nettle)
+  #:use-module (gnu packages opencl)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
   #:use-module (gnu packages python-xyz)
@@ -113,13 +116,18 @@ (define-public freerdp
            xmlto))
     (inputs
      (list alsa-lib
+           cairo
            cups
+           dbus
            ffmpeg-4
+           gsm
+           lame
            libjpeg-turbo
            libusb
            libx11
            libxkbfile
            libxcursor
+           libxdamage
            libxext
            libxi
            libxv
@@ -127,6 +135,10 @@ (define-public freerdp
            libxrender
            libxinerama
            libxshmfence
+           opencl-headers
+           openh264
+           opensles
+           openssl
            pulseaudio
            zlib))
     (propagated-inputs (list libxkbcommon openssl wayland))
@@ -139,7 +151,10 @@ (define-public freerdp
                           #~())
                    "-DWITH_PULSE=ON"
                    "-DWITH_CUPS=ON"
-                   "-DBUILD_TESTING=ON")))
+                   "-DBUILD_TESTING=ON"
+                   "-DWITH_SERVER=ON" ;build servers
+                   "-DWITH_SHADOW=ON" ;build shadow server
+                   "-DWITH_PROXY=ON")))
     (home-page "https://www.freerdp.com")
     (synopsis "Remote Desktop Protocol implementation")
     (description "FreeRDP implements Microsoft's Remote Desktop Protocol.

base-commit: 4818ad5ba204e094fd8995c90c16ee1940e76210
-- 
2.41.0





      parent reply	other threads:[~2023-09-03  0:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-27  7:04 [bug#64313] [PATCH] gnu: freerdp: Enalbe server build Andy Tai
2023-06-27  7:34 ` [bug#64313] [PATCH v2] gnu: freerdp: Enable " Andy Tai
2023-09-02 18:32   ` [bug#64313] [PATCH] gnu: freerdp: Enalbe " Maxim Cournoyer
2023-09-03  0:20     ` Andy Tai
2023-09-05  3:45       ` bug#64313: " Maxim Cournoyer
2023-09-03  0:15 ` Andy Tai [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=166d143b7a35c9cea7512829fb51d617d18783e4.1693700058.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=64313@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.