Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libvncserver: add missing buildepends (fixes broken functionality of vnc apps using encryption)
@ 2024-04-04  6:38 Luciogi
  2024-04-04  6:39 ` Luciogi
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Luciogi @ 2024-04-04  6:38 UTC (permalink / raw)
  To: ml

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

There is a new 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 bce481b600615f31e71460147121e8a09ed742d3 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..edbae0f96c6bd2 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"
+confiugre_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

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

end of thread, other threads:[~2024-04-04  7:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-04  6:38 [PR PATCH] libvncserver: add missing buildepends (fixes broken functionality of vnc apps using encryption) Luciogi
2024-04-04  6:39 ` Luciogi
2024-04-04  6:41 ` [PR PATCH] [Updated] " Luciogi
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

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).