From ff265bb6b05b3f75fa88c8f48ff6a8a4912c5be6 Mon Sep 17 00:00:00 2001 From: Shawn Dellysse Date: Sat, 9 Dec 2017 12:21:37 -0500 Subject: [PATCH] cleanup --- .SRCINFO | 3 +-- PKGBUILD | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 976e6d6..3bd1837 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,12 @@ pkgbase = parsec-bin pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience pkgver = 139_8 - pkgrel = 1 + pkgrel = 2 url = http://parsec.tv arch = x86_64 depends = glibc depends = pulseaudio-module-sndio depends = expat<=2.2.4 - optdepends = libva-intel-driver: for intel gpu provides = parsec conflicts = parsec source = http://archive.ubuntu.com/ubuntu/pool/universe/i/intel-vaapi-driver/i965-va-driver_1.7.0-1_amd64.deb diff --git a/PKGBUILD b/PKGBUILD index 2c84e26..781a1ea 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,6 +5,9 @@ ### sudo pacman -U expat-2.2.4* ### 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 ### directories. On second run, parsec will start fine. @@ -14,14 +17,13 @@ UBUNTU_MIRROR="http://archive.ubuntu.com/ubuntu" pkgname=parsec-bin pkgver=139_8 -pkgrel=1 +pkgrel=2 pkgdesc="Remotely connect to a gaming pc for a low latency remote computing experience" url=http://parsec.tv arch=('x86_64') provides=('parsec') conflicts=('parsec') depends=('glibc' 'pulseaudio-module-sndio' 'expat<=2.2.4') -optdepends=('libva-intel-driver: for intel gpu') source=( "${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"