summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Loewen2021-09-24 17:26:36 -0500
committerNathan Loewen2021-09-24 17:27:48 -0500
commitd9819bdfd5f0521b9bdc1c7a65ee04aa0947ed09 (patch)
tree6d39a3f008bccbda7a021144afd7b07d674f4156
parent6c7bfcdd6a57dd3f3afbc254f5091fe41fb17eb7 (diff)
downloadaur-d9819bdfd5f0521b9bdc1c7a65ee04aa0947ed09.tar.gz
Remove OpenH264 dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b3cd1f5266b..169400592289 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.r703.gfab649a1b
+ pkgver = 2.0.0.r1099.g03a9ca80c
pkgrel = 1
url = https://www.freerdp.com/
arch = i686
@@ -37,7 +37,6 @@ pkgbase = freerdp-git
depends = libxrandr
depends = libxrender
depends = libxtst
- depends = openh264
depends = openssl
depends = pcsclite
depends = wayland
@@ -75,7 +74,6 @@ pkgname = freerdp-git
depends = libxrandr
depends = libxrender
depends = libxtst
- depends = openh264
depends = openssl
depends = pcsclite
depends = wayland
@@ -89,4 +87,3 @@ pkgname = freerdp-git
depends = libswresample.so
depends = libsystemd.so
depends = libusb-1.0.so
-
diff --git a/PKGBUILD b/PKGBUILD
index 2b70b3b93d5a..dac806a63aa6 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.r703.gfab649a1b
+pkgver=2.0.0.r1099.g03a9ca80c
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' 'openh264' 'openssl' 'pcsclite' 'wayland')
+'libxtst' 'openssl' 'pcsclite' 'wayland')
optdepends=('libva')
makedepends=('alsa-lib' 'cmake' 'docbook-xsl' 'ffmpeg' 'krb5' 'libjpeg-turbo'
'libpulse' 'libusb' 'pam' 'systemd-libs' 'xmlto' 'xorgproto')
@@ -50,7 +50,6 @@ build() {
-DWITH_CLIENT_CHANNELS=ON \
-DWITH_SERVER_CHANNELS=ON \
-DCHANNEL_URBDRC_CLIENT=ON \
- -DWITH_OPENH264=ON \
-DWITH_VAAPI=ON \
-DWITH_FUSE=ON \
-Wno-dev \