adds libxi and openssl dependency
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = parsec-bin
|
pkgbase = parsec-bin
|
||||||
pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience
|
pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience
|
||||||
pkgver = 150_86e
|
pkgver = 150_86e
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = http://parsec.app
|
url = http://parsec.app
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
@@ -10,6 +10,8 @@ pkgbase = parsec-bin
|
|||||||
depends = libxext
|
depends = libxext
|
||||||
depends = libxcb
|
depends = libxcb
|
||||||
depends = ffmpeg4.4
|
depends = ffmpeg4.4
|
||||||
|
depends = openssl-1.1
|
||||||
|
depends = libxi
|
||||||
optdepends = libva: For hardware accelerated decoding
|
optdepends = libva: For hardware accelerated decoding
|
||||||
provides = parsec
|
provides = parsec
|
||||||
options = !strip
|
options = !strip
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
pkgname=parsec-bin
|
pkgname=parsec-bin
|
||||||
pkgver=150_86e
|
pkgver=150_86e
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Remotely connect to a gaming pc for a low latency remote computing experience'
|
pkgdesc='Remotely connect to a gaming pc for a low latency remote computing experience'
|
||||||
url='http://parsec.app'
|
url='http://parsec.app'
|
||||||
license=('custom')
|
license=('custom')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
provides=('parsec')
|
provides=('parsec')
|
||||||
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4')
|
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4' 'openssl-1.1' 'libxi')
|
||||||
optdepends=('libva: For hardware accelerated decoding')
|
optdepends=('libva: For hardware accelerated decoding')
|
||||||
|
|
||||||
source=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-linux.deb")
|
source=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-linux.deb")
|
||||||
|
|||||||
Reference in New Issue
Block a user