summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 169400592289..014c14738ea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = freerdp-git
pkgdesc = Free implementation of the Remote Desktop Protocol (RDP) - git checkout
- pkgver = 2.0.0.r1099.g03a9ca80c
+ pkgver = 2.0.0.r1158.gf57449749
pkgrel = 1
url = https://www.freerdp.com/
arch = i686
@@ -40,6 +40,7 @@ pkgbase = freerdp-git
depends = openssl
depends = pcsclite
depends = wayland
+ depends = icu
optdepends = libva
provides = freerdp
provides = libfreerdp3.so
@@ -77,6 +78,7 @@ pkgname = freerdp-git
depends = openssl
depends = pcsclite
depends = wayland
+ depends = icu
depends = libasound.so
depends = libavcodec.so
depends = libavutil.so
diff --git a/PKGBUILD b/PKGBUILD
index dac806a63aa6..b32eb894034a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# community/freerdp contributor: Stijn Segers <francesco dot borromini at gmail dot com>
pkgname=freerdp-git
-pkgver=2.0.0.r1099.g03a9ca80c
+pkgver=2.0.0.r1158.gf57449749
pkgrel=1
pkgdesc="Free implementation of the Remote Desktop Protocol (RDP) - git checkout"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ license=('Apache')
depends=('dbus-glib' 'fuse' 'glibc' 'gstreamer' 'gst-plugins-base-libs' 'libcups'
'libgssglue' 'libx11' 'libxcursor' 'libxext' 'libxdamage' 'libxfixes'
'libxkbcommon' 'libxi' 'libxinerama' 'libxkbfile' 'libxrandr' 'libxrender'
-'libxtst' 'openssl' 'pcsclite' 'wayland')
+'libxtst' 'openssl' 'pcsclite' 'wayland' 'icu')
optdepends=('libva')
makedepends=('alsa-lib' 'cmake' 'docbook-xsl' 'ffmpeg' 'krb5' 'libjpeg-turbo'
'libpulse' 'libusb' 'pam' 'systemd-libs' 'xmlto' 'xorgproto')
@@ -52,6 +52,7 @@ build() {
-DCHANNEL_URBDRC_CLIENT=ON \
-DWITH_VAAPI=ON \
-DWITH_FUSE=ON \
+ -DWITH_ICU=ON \
-Wno-dev \
-B build \
-S .