Github messages for voidlinux
 help / color / mirror / Atom feed
From: Luciogi <Luciogi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libvncserver: add missing buildepends (fixes broken functionality of vnc apps using encryption)
Date: Thu, 04 Apr 2024 08:41:35 +0200	[thread overview]
Message-ID: <20240404064135.57A0022015@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49699@inbox.vuxu.org>

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

There is an updated pull request by Luciogi against master on the void-packages repository

https://github.com/Luciogi/void-packages libvncserver
https://github.com/void-linux/void-packages/pull/49699

libvncserver: add missing buildepends (fixes broken functionality of vnc apps using encryption)
#### 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)


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

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

From ad1c586967765792595ebb9bcaba23fa7e4fd646 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 4 Apr 2024 11:34:05 +0500
Subject: [PATCH] libvncserver: add missing buildepends

---
 srcpkgs/libvncserver/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libvncserver/template b/srcpkgs/libvncserver/template
index a6b40790b6940f..89e69e515769e2 100644
--- a/srcpkgs/libvncserver/template
+++ b/srcpkgs/libvncserver/template
@@ -1,11 +1,12 @@
 # Template file for 'libvncserver'
 pkgname=libvncserver
 version=0.9.14
-revision=2
+revision=3
 build_style=cmake
-confiugre_args="-DWITH_OPENSSL=ON -DWITH_GNUTLS=OFF"
+configure_args="-DWITH_OPENSSL=ON -DWITH_GNUTLS=OFF -DWITH_SYSTEMD=OFF"
 hostmakedepends="pkg-config"
-makedepends="zlib-devel libjpeg-turbo-devel libpng-devel openssl-devel"
+makedepends="zlib-devel libjpeg-turbo-devel libpng-devel openssl-devel
+ SDL2-devel lzo-devel libgcrypt-devel"
 short_desc="C libraries to easily implement VNC server or client functionality"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
@@ -17,6 +18,7 @@ libvncserver-devel_package() {
 	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
+		vmove usr/lib/cmake
 		vmove usr/include
 		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig

  parent reply	other threads:[~2024-04-04  6:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-04  6:38 [PR PATCH] " Luciogi
2024-04-04  6:39 ` Luciogi
2024-04-04  6:41 ` Luciogi [this message]
2024-04-04  6:55 ` [PR REVIEW] " sgn
2024-04-04  7:08 ` Luciogi
2024-04-04  7:11 ` [PR PATCH] [Updated] " Luciogi
2024-04-04  7:12 ` [PR REVIEW] " Luciogi
2024-04-04  7:48 ` [PR PATCH] [Merged]: " sgn

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=20240404064135.57A0022015@inbox.vuxu.org \
    --to=luciogi@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).