Package Details: pcoip-client 23.01.1-2

Git Clone URL: https://aur.archlinux.org/pcoip-client.git (read-only, click to copy)
Package Base: pcoip-client
Description: Teradici PCOIP client
Upstream URL: https://teradici.com/
Licenses: custom:Teradici
Submitter: AWhetter
Maintainer: AWhetter (Torxed)
Last Packager: AWhetter
Votes: 4
Popularity: 0.38
First Submitted: 2022-12-06 21:53 (UTC)
Last Updated: 2023-06-15 14:43 (UTC)

Latest Comments

« First ‹ Previous 1 2

ray.whiteside commented on 2023-07-23 20:26 (UTC)

I'm getting this error when I try to install:

error: failed to commit transaction (conflicting files)
protobuf3.12: /usr/lib/libprotobuf-lite.so.23 exists in filesystem (owned by protobuf)
protobuf3.12: /usr/lib/libprotobuf.so.23 exists in filesystem (owned by protobuf)
protobuf3.12: /usr/lib/libprotoc.so.23 exists in filesystem (owned by protobuf)
Errors occurred, no packages were upgraded.

Is there a way to avoid this conflict?

andutra commented on 2023-06-21 13:49 (UTC)

It's not working for me, I am having an error when it's being installed.

tsangares commented on 2023-04-06 06:56 (UTC)

Hey any chance we can get a bin for this instead of compiling it?

artafinde commented on 2023-02-16 17:20 (UTC)

Newer version available with patch:

diff --git a/PKGBUILD b/PKGBUILD
index 4724f64..eb65db5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: Ashley Whetter <(firstname) @ awhetter.co.uk>
 # Contributor: Patrik Pira
 pkgname=('pcoip-client' 'pcoip-client-clipboard')
-pkgver=22.09.4
+pkgver=23.01.1
 pkgrel=1
 _ubuntuver=22.04
 pkgdesc='Teradici PCOIP client'
 url='https://teradici.com/'
 arch=('x86_64')
 license=('custom:Teradici')
-depends=('openssl-1.1' 'pcsclite' 'qt5-networkauth' 'qt5-declarative' 'protobuf3.12' 'hiredis0.14' 'ffmpeg4.4')
+depends=('openssl-1.1' 'pcsclite' 'qt5-networkauth' 'qt5-declarative' 'protobuf' 'hiredis0.14' 'ffmpeg4.4')
 makedepends=('fakeroot' 'patchelf')
 install=$pkgname.install
 # Find the latest at
@@ -17,10 +17,8 @@ source=(
        "https://dl.teradici.com/DeAdBCiUYInHcSTy/pcoip-client/deb/ubuntu/pool/jammy/main/p/pc/pcoip-client_${pkgver}-${_ubuntuver}/pcoip-client_${pkgver}-${_ubuntuver}_amd64.deb"
        'LICENSE.pdf::https://docs.teradici.com/sites/default/files/documents/2022-02/EULA%20%28Feb%202022%29.pdf'
 )
-sha256sums=(
-       'a315601a1164418a7debe503a97486c0551c3f219db2ca6d9a7e8975702560f8'
-       'c1ce23848fb8d3b08cfcb87ab9fc0572e14e274740e8142ebd07a18c050dd16e'
-)
+sha256sums=('bbaf1e643e77e239968ec108e9dbee9ade17f47bb4694c8bbf97fdc229a9903f'
+            'c1ce23848fb8d3b08cfcb87ab9fc0572e14e274740e8142ebd07a18c050dd16e')

 prepare() {
        cd $srcdir