[arch-commits] Commit in xpra/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Feb 1 11:03:30 UTC 2022


    Date: Tuesday, February 1, 2022 @ 11:03:29
  Author: alucryd
Revision: 1121948

ffmpeg4.4 rebuild: xpra 4.2.3-3

Modified:
  xpra/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-01 10:38:06 UTC (rev 1121947)
+++ PKGBUILD	2022-02-01 11:03:29 UTC (rev 1121948)
@@ -3,13 +3,13 @@
 
 pkgname=xpra
 pkgver=4.2.3
-pkgrel=2
+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'
@@ -48,6 +48,7 @@
 
 build() {
   cd "${srcdir}/$pkgname-$pkgver"
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
   python setup.py build
 }
 



More information about the arch-commits mailing list