community/xpra to 4.2.3-3

This commit is contained in:
Kevin Mihelich 2022-02-17 19:38:58 +00:00
parent 02265d7dc6
commit 690c8198fb

View file

@ -7,13 +7,13 @@
pkgname=xpra
pkgver=4.2.3
pkgrel=2.1
pkgrel=3
pkgdesc="multi-platform screen and application forwarding system screen for X11"
arch=('x86_64')
url='https://www.xpra.org'
license=('GPL2')
depends=('gtk3' 'python' 'libxtst' 'python-cairo' 'python-gobject' 'python-pillow' 'python-lz4'
'ffmpeg' 'libvpx' 'xf86-video-dummy' 'libxkbfile'
'ffmpeg4.4' 'libvpx' 'xf86-video-dummy' 'libxkbfile'
'python-netifaces' 'python-rencode' 'python-opengl'
'python-lz4')
optdepends=('x264: Codec' 'python-dbus: dbus features'
@ -52,6 +52,7 @@ validpgpkeys=('C11C0A4DF702EDF6C04F458C18ADB31CF18AD6BB') # Antoine Martin <anto
build() {
cd "${srcdir}/$pkgname-$pkgver"
export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
python setup.py build --without-docs
}