Github messages for voidlinux
 help / color / mirror / Atom feed
From: e75ti <e75ti@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Parsec: Rewritten for latest version, added new deps
Date: Sat, 27 Apr 2024 01:25:38 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50052@inbox.vuxu.org> (raw)

[-- 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
 }

             reply	other threads:[~2024-04-26 23:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-26 23:25 e75ti [this message]
2024-04-27 12:33 ` [PR PATCH] [Closed]: [mistake] parsec: update to 150.93b e75ti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50052@inbox.vuxu.org \
    --to=e75ti@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).