thanks @E5ten
Everyone else. You might have to explicitly re-install the package due to the version number being in a different format now.
Git Clone URL: | https://aur.archlinux.org/parsec-bin.git (read-only, click to copy) |
---|---|
Package Base: | parsec-bin |
Description: | Remotely connect to a gaming pc for a low latency remote computing experience |
Upstream URL: | http://parsec.app |
Keywords: | parsec remote streaming |
Licenses: | custom |
Provides: | parsec |
Submitter: | sdellysse |
Maintainer: | DXC-0 |
Last Packager: | DXC-0 |
Votes: | 54 |
Popularity: | 0.23 |
First Submitted: | 2017-08-10 02:44 (UTC) |
Last Updated: | 2025-05-25 17:39 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 14 Next › Last »
thanks @E5ten
Everyone else. You might have to explicitly re-install the package due to the version number being in a different format now.
@tadly I don't use parsec anymore, disowning so you can take over.
@erkexzcx Hm. didn't get a notification for your comment... Anyways. This works on x86_64. ARM I can't test but I would expect it to work.
pkgname=parsec-bin
pkgver=150.10
pkgrel=1
pkgdesc="Remotely connect to a gaming pc for a low latency remote computing experience"
url=http://parsec.tv
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
provides=('parsec')
conflicts=('parsec')
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb')
optdepends=('libva: For hardware accelerated decoding')
source_x86_64=("https://builds.parsecgaming.com/package/parsec-linux.deb")
sha256sums_x86_64=('4f465a0aab40abb09017362e67edb875098506dd802ead84ee6535459f6641f3')
source_arm=("https://builds.parsecgaming.com/package/parsec-rpi.deb")
sha256sums_arm=('3b72d1d761f53977fd4be07c7ba049838f3b24f63009b3ed196ca997fa7ea06f')
source_armv6h=($source_arm[@])
sha256sums_armv6h=($sha256sums_armv6h[@])
source_armv7h=($source_arm[@])
sha256sums_armv7h=($sha256sums_armv6h[@])
source_aarch64=($source_arm[@])
sha256sums_aarch64=($sha256sums_armv6h[@])
package() {
tar xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
chmod 755 "${pkgdir}/usr/"
}
@tadly - nice one. Just letting you know that your PKGBUILD source code will not work since ARM and x86_64 download URLs are different.
@E5ten there you go. Or disown the package and let me maintain it if you don't have the time or desire to do so.
pkgname=parsec-bin
pkgver=150.10
pkgrel=1
pkgdesc="Remotely connect to a gaming pc for a low latency remote computing experience"
url=http://parsec.tv
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
provides=('parsec')
conflicts=('parsec')
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb')
optdepends=('libva: For hardware accelerated decoding')
source=("https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb")
sha256sums=('4f465a0aab40abb09017362e67edb875098506dd802ead84ee6535459f6641f3')
package() {
tar xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
chmod 755 "${pkgdir}/usr/"
}
Parsec for raspbian supports rpi 0 as well, so it means it should support all ARM devices starting from armv5 (arm). You should provide the same arm binary for the following arm architectures (it's called backwards compatibility. even if it's indeed armv5 binary):
arm
armv6h
armv7h
aarch64
As I said - installation steps should be identical. Need example on how to add additional arm architectures? See for example https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=nordvpn-bin
Few things to notice:
Out of date (someone marked it yesterday)
They finally have GUI app for Linux. Great, but it seems to be launching from terminal when I open from start menu.
You are missing arm (armv6 or even armv7) architecture (for raspbian). Would be great if you could provide it as well. Should be identical installation.
!!!!! How to fix -7000 error !!!!!
Edit "~/.parsec/config.txt" and add "client_vsync = 0".
Pinned Comments
tadly commented on 2020-06-10 06:09 (UTC) (edited on 2020-06-10 06:10 (UTC) by tadly)
!!! Please do NOT flag the package out of date just because a new version has been release. !!!
Parsec self-updates and as long as the package still installs (no sha256 mismatch), there is no reason to update it in the AUR as the .deb actually is an older version.