adds ffmepg4.4 dependency for due to missing libavcodec58

This commit is contained in:
tadly
2022-10-04 20:39:51 +02:00
parent b89acf6b02
commit 227976913a
2 changed files with 4 additions and 3 deletions

View File

@@ -2,13 +2,13 @@
pkgname=parsec-bin
pkgver=150_28
pkgrel=4
pkgrel=5
pkgdesc='Remotely connect to a gaming pc for a low latency remote computing experience'
url='http://parsec.app'
license=('custom')
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
provides=('parsec')
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb')
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4')
optdepends=('libva: For hardware accelerated decoding')
source_x86_64=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-linux.deb")