cleanup
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,13 +1,12 @@
|
|||||||
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 = 139_8
|
pkgver = 139_8
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://parsec.tv
|
url = http://parsec.tv
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
depends = glibc
|
depends = glibc
|
||||||
depends = pulseaudio-module-sndio
|
depends = pulseaudio-module-sndio
|
||||||
depends = expat<=2.2.4
|
depends = expat<=2.2.4
|
||||||
optdepends = libva-intel-driver: for intel gpu
|
|
||||||
provides = parsec
|
provides = parsec
|
||||||
conflicts = parsec
|
conflicts = parsec
|
||||||
source = http://archive.ubuntu.com/ubuntu/pool/universe/i/intel-vaapi-driver/i965-va-driver_1.7.0-1_amd64.deb
|
source = http://archive.ubuntu.com/ubuntu/pool/universe/i/intel-vaapi-driver/i965-va-driver_1.7.0-1_amd64.deb
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -5,6 +5,9 @@
|
|||||||
### sudo pacman -U expat-2.2.4*
|
### sudo pacman -U expat-2.2.4*
|
||||||
### add expat to the IgnorePkg line in /etc/pacman.conf and uncomment the line
|
### add expat to the IgnorePkg line in /etc/pacman.conf and uncomment the line
|
||||||
|
|
||||||
|
### You do not need to install any VA-API packages. This build includes the
|
||||||
|
### specific libraries parsec needs.
|
||||||
|
|
||||||
### on first run, parsec will fail to start. This creates the configuration
|
### on first run, parsec will fail to start. This creates the configuration
|
||||||
### directories. On second run, parsec will start fine.
|
### directories. On second run, parsec will start fine.
|
||||||
|
|
||||||
@@ -14,14 +17,13 @@ UBUNTU_MIRROR="http://archive.ubuntu.com/ubuntu"
|
|||||||
|
|
||||||
pkgname=parsec-bin
|
pkgname=parsec-bin
|
||||||
pkgver=139_8
|
pkgver=139_8
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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.tv
|
url=http://parsec.tv
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
provides=('parsec')
|
provides=('parsec')
|
||||||
conflicts=('parsec')
|
conflicts=('parsec')
|
||||||
depends=('glibc' 'pulseaudio-module-sndio' 'expat<=2.2.4')
|
depends=('glibc' 'pulseaudio-module-sndio' 'expat<=2.2.4')
|
||||||
optdepends=('libva-intel-driver: for intel gpu')
|
|
||||||
source=(
|
source=(
|
||||||
"${UBUNTU_MIRROR}/pool/universe/i/intel-vaapi-driver/i965-va-driver_1.7.0-1_amd64.deb"
|
"${UBUNTU_MIRROR}/pool/universe/i/intel-vaapi-driver/i965-va-driver_1.7.0-1_amd64.deb"
|
||||||
"${UBUNTU_MIRROR}/pool/universe/libv/libva/libva-drm1_1.7.0-1_amd64.deb"
|
"${UBUNTU_MIRROR}/pool/universe/libv/libva/libva-drm1_1.7.0-1_amd64.deb"
|
||||||
|
|||||||
Reference in New Issue
Block a user