* update libvncserver to 0.9.14-3

This commit is contained in:
Alexander Baldeck 2024-08-19 04:07:37 +02:00
parent e16c64244b
commit 9124d65d8a
2 changed files with 22 additions and 2 deletions

20
libvncserver/.SRCINFO Normal file
View File

@ -0,0 +1,20 @@
pkgbase = libvncserver
pkgdesc = Cross-platform C libraries that allow you to easily implement VNC server or client functionality
pkgver = 0.9.14
pkgrel = 3
url = https://libvnc.github.io/
arch = x86_64
license = GPL
makedepends = sdl2
makedepends = cmake
depends = gnutls
depends = libgcrypt
depends = libjpeg
depends = libpng
depends = libsasl
depends = lzo
depends = systemd-libs
source = https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.14.tar.gz
sha256sums = 83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5
pkgname = libvncserver

View File

@ -5,12 +5,12 @@
pkgname=libvncserver
pkgver=0.9.14
pkgrel=2
pkgrel=3
pkgdesc="Cross-platform C libraries that allow you to easily implement VNC server or client functionality"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://libvnc.github.io/"
license=('GPL')
depends=('gnutls' 'libgcrypt' 'libjpeg' 'libpng' 'lzo' 'openssl')
depends=('gnutls' 'libgcrypt' 'libjpeg' 'libpng' 'libsasl' 'lzo' 'systemd-libs')
makedepends=('sdl2' 'cmake')
source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz")
sha256sums=('83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5')