summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortinywrkb2022-02-19 19:41:28 +0200
committertinywrkb2022-02-19 19:41:28 +0200
commitcccfb63bcef0acf0273f1e5bafd32ae484acd7c0 (patch)
treeeab60d139fce331b30cb4ce93d0dddd846260965
parentd41c6427cdd9a36529751a7bd861a2c0f8c4b78b (diff)
downloadaur-cccfb63bcef0acf0273f1e5bafd32ae484acd7c0.tar.gz
bump to 2.5.0-4: disable rpath, explicitly enable x11 and wayland
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01aafb4db224..11fcf94e9adb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freerdp-gstfree
pkgdesc = Free implementation of the Remote Desktop Protocol (RDP)
pkgver = 2.5.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.freerdp.com/
arch = x86_64
license = APACHE
diff --git a/PKGBUILD b/PKGBUILD
index 1014c43e2d76..27a4b942628b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=freerdp-gstfree
pkgver=2.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
arch=(x86_64)
url="https://www.freerdp.com/"
@@ -43,7 +43,10 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_LIBDIR=lib
-DCMAKE_BUILD_TYPE=None
+ -DCMAKE_SKIP_RPATH=ON
-DPROXY_PLUGINDIR=/usr/lib/freerdp2/server/proxy/plugins
+ -DWITH_X11=ON
+ -DWITH_WAYLAND=ON
-DWITH_DSP_FFMPEG=ON
-DWITH_FFMPEG=ON
-DWITH_PULSE=ON