gnu: freerdp: Update to 2.11.1.
* gnu/packages/rdesktop.scm (freerdp): Update to 2.11.1. [inputs]: Add pcsc-lite. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									bee40b70dc
								
							
						
					
					
						commit
						4aa2c04395
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -55,6 +55,7 @@ | ||||||
|   #:use-module (gnu packages python) |   #:use-module (gnu packages python) | ||||||
|   #:use-module (gnu packages python-xyz) |   #:use-module (gnu packages python-xyz) | ||||||
|   #:use-module (gnu packages pulseaudio) |   #:use-module (gnu packages pulseaudio) | ||||||
|  |   #:use-module (gnu packages security-token) | ||||||
|   #:use-module (gnu packages tls) |   #:use-module (gnu packages tls) | ||||||
|   #:use-module (gnu packages version-control) |   #:use-module (gnu packages version-control) | ||||||
|   #:use-module (gnu packages video) |   #:use-module (gnu packages video) | ||||||
|  | @ -95,7 +96,7 @@ to remotely control a user's Windows desktop.") | ||||||
| (define-public freerdp | (define-public freerdp | ||||||
|   (package |   (package | ||||||
|     (name "freerdp") |     (name "freerdp") | ||||||
|     (version "2.10.0") |     (version "2.11.1") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method git-fetch) |        (method git-fetch) | ||||||
|  | @ -104,7 +105,7 @@ to remotely control a user's Windows desktop.") | ||||||
|              (commit version))) |              (commit version))) | ||||||
|        (file-name (git-file-name name version)) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "0j5waq4h7l5f0vrh7wmrv6r27p537qwbg7ab8j0n0ia5p4nvgjp2")))) |         (base32 "1mxx711phzsaa6l022xnn41dq1315y81cgxka3rxy0fg638wipn7")))) | ||||||
|     (build-system cmake-build-system) |     (build-system cmake-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      (list docbook-xml |      (list docbook-xml | ||||||
|  | @ -139,6 +140,7 @@ to remotely control a user's Windows desktop.") | ||||||
|            openh264 |            openh264 | ||||||
|            opensles |            opensles | ||||||
|            openssl |            openssl | ||||||
|  |            pcsc-lite ; for smartcard support | ||||||
|            pulseaudio |            pulseaudio | ||||||
|            zlib)) |            zlib)) | ||||||
|     (propagated-inputs (list libxkbcommon openssl wayland)) |     (propagated-inputs (list libxkbcommon openssl wayland)) | ||||||
|  |  | ||||||
		Reference in a new issue