mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/xpra to 4.2.3-3
This commit is contained in:
parent
02265d7dc6
commit
690c8198fb
1 changed files with 3 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
pkgname=xpra
|
pkgname=xpra
|
||||||
pkgver=4.2.3
|
pkgver=4.2.3
|
||||||
pkgrel=2.1
|
pkgrel=3
|
||||||
pkgdesc="multi-platform screen and application forwarding system screen for X11"
|
pkgdesc="multi-platform screen and application forwarding system screen for X11"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.xpra.org'
|
url='https://www.xpra.org'
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('gtk3' 'python' 'libxtst' 'python-cairo' 'python-gobject' 'python-pillow' 'python-lz4'
|
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-netifaces' 'python-rencode' 'python-opengl'
|
||||||
'python-lz4')
|
'python-lz4')
|
||||||
optdepends=('x264: Codec' 'python-dbus: dbus features'
|
optdepends=('x264: Codec' 'python-dbus: dbus features'
|
||||||
|
@ -52,6 +52,7 @@ validpgpkeys=('C11C0A4DF702EDF6C04F458C18ADB31CF18AD6BB') # Antoine Martin <anto
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/$pkgname-$pkgver"
|
cd "${srcdir}/$pkgname-$pkgver"
|
||||||
|
export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
|
||||||
python setup.py build --without-docs
|
python setup.py build --without-docs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue