gnu: freerdp-3: Update to 3.17.2.

* gnu/packages/rdesktop.scm (freerdp): Update to 3.17.2.
[arguments]<#:test-exclude>: Exclude "TestFreeRDPCodecH264" and
"TestClientRdpFile".

Change-Id: I55b19f6cb66ee6bf42f15287519691bb92746245
This commit is contained in:
Sughosha 2025-10-02 17:17:42 +05:30
parent 90fbda9fd6
commit c030b6941b
No known key found for this signature in database
GPG key ID: CDBC0BD95943A706

View file

@ -178,7 +178,7 @@ of parts of the Windows API.")
(package
(inherit freerdp)
(name "freerdp")
(version "3.16.0")
(version "3.17.2")
(source
(origin
(method git-fetch)
@ -187,7 +187,7 @@ of parts of the Windows API.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "093yyfd3lbbavg0scqka2m64xkn8y1hirfjsv01pdnm4fsrhhphw"))
(base32 "17jdr2fjfz2m81a32ka9ijb8n2kpg20s6wjvw72if86h1nsvxmmg"))
(patches
(search-patches "freerdp-3.16.0-rpath.patch"))))
(inputs
@ -196,6 +196,7 @@ of parts of the Windows API.")
(prepend fuse icu4c mit-krb5 sdl3 sdl3-gfx sdl3-ttf)))
(arguments
(list #:build-type "Release"
#:test-exclude "TestFreeRDPCodecH264|TestClientRdpFile"
#:configure-flags
#~(list
;; Relax gcc-14's strictness.