Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Parsec: Rewritten for latest version, added new deps
@ 2024-04-26 23:25 e75ti
  2024-04-27 12:33 ` [PR PATCH] [Closed]: [mistake] parsec: update to 150.93b e75ti
  0 siblings, 1 reply; 2+ messages in thread
From: e75ti @ 2024-04-26 23:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 836 bytes --]

There is a new pull request by e75ti against master on the void-packages repository

https://github.com/e75ti/void-packages master
https://github.com/void-linux/void-packages/pull/50052

Parsec: Rewritten for latest version, added new deps
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
___
This is a full rewrite for latest parsec package, new building rules required changes, alongside new dependencies being introduced. In regards to the architecture, parsec has always supported x86_64-glibc only.

Parsec is a great remote viewing software, superb tool for video editors and whomever needs a real-time vnc equivalent.

A patch file from https://github.com/void-linux/void-packages/pull/50052.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-50052.patch --]
[-- Type: text/x-diff, Size: 2585 bytes --]

From ad5cee0fd2c819e5bb769e9cb21280b8486e5368 Mon Sep 17 00:00:00 2001
From: e75ti <167927145+e75ti@users.noreply.github.com>
Date: Sat, 27 Apr 2024 01:14:57 +0200
Subject: [PATCH] Parsec: Rewritten for latest version, added new deps

**Testing the changes**

- I tested the changes in this PR: Yes, fully.

**Local build

- I built this PR locally for my native architecture: x86_64-glibc

This is a full rewrite for latest parsec package, new building rules required changes, alongside new dependencies being introduced.

Parsec is a great remote viewing software, superb tool for video editors and whomever needs a realtime vnc equivalent.
---
 srcpkgs/parsec/template | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/parsec/template b/srcpkgs/parsec/template
index 26018c05a779bf..e9b48ed2f12dbe 100644
--- a/srcpkgs/parsec/template
+++ b/srcpkgs/parsec/template
@@ -1,25 +1,30 @@
 # Template file for 'parsec'
 pkgname=parsec
-version=150.28
-revision=2
+version=150.93
+revision=3
 archs="x86_64"
 create_wrksrc=yes
-depends="libgcc virtual?libGL libSM libsndio libstdc++ libX11 libXxf86vm"
+depends="libudev libssl3 libX11 libXcursor libXi libSM virtual?libGL libglvnd alsa-lib libjpeg-turbo libpng libcurl libavcodec libXrandr"
 short_desc="Low latency proprietary game streaming application"
 maintainer="Kozova1 <mug66kk@gmail.com>"
 license="custom:Proprietary"
 homepage="https://parsec.app"
 distfiles="https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb"
-checksum=0c7207f419377fc35e30448acd00d8701300ac5a44936ac6d87a468c9afccdc1
-nopie=yes
+checksum=c1fb1ab9032e6e718a19f2fd73465e7b98379e7d1e1273856a540d2f7778c1e1
 restricted=yes
+nostrip=yes
 
 do_install() {
-	vcopy usr /
-	vmkdir usr/lib/parsec
-	mv ${DESTDIR}/usr/share/parsec/skel/parsecd-150-28.so ${DESTDIR}/usr/lib/parsec/parsecd-150-28.so
-	ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-150-28.so ${DESTDIR}/usr/share/parsec/skel/
+        vcopy usr/bin /usr
+	vmkdir usr/share
+        vcopy usr/share/applications /usr/share
+	vcopy usr/share/icons /usr/share
+        vmkdir usr/lib/parsec
+	vmkdir usr/share/parsec/skel
+        vcopy usr/share/parsec/skel /usr/lib/parsec
+        mv ${DESTDIR}/usr/lib/parsec/skel/appdata.json ${DESTDIR}/usr/share/parsec/skel
+	ln -rs ${DESTDIR}/usr/lib/parsec/skel/parsecd-150-93b.so ${DESTDIR}/usr/share/parsec/skel/
 
-	echo 'see https://unity.com/legal/parsec-additional-terms' > EULA
-	vlicense EULA
+        echo 'see https://unity.com/legal/parsec-additional-terms' > EULA
+        vlicense EULA
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Closed]: [mistake] parsec: update to 150.93b
  2024-04-26 23:25 [PR PATCH] Parsec: Rewritten for latest version, added new deps e75ti
@ 2024-04-27 12:33 ` e75ti
  0 siblings, 0 replies; 2+ messages in thread
From: e75ti @ 2024-04-27 12:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 661 bytes --]

There's a closed pull request on the void-packages repository

[mistake] parsec: update to 150.93b
https://github.com/void-linux/void-packages/pull/50052

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
___
This is a full rewrite for the latest Parsec,
new building rules required changes,
alongside new dependencies being introduced.
Parsec is a great remote viewing software,
superb tool for video editors, and
whomever needs a real-time VNC equivalent.

Edit: Made a mistake in branch, closing this in favor to #50055 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-27 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-26 23:25 [PR PATCH] Parsec: Rewritten for latest version, added new deps e75ti
2024-04-27 12:33 ` [PR PATCH] [Closed]: [mistake] parsec: update to 150.93b e75ti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).