* update libvncserver to 0.9.14-3
This commit is contained in:
parent
e16c64244b
commit
9124d65d8a
20
libvncserver/.SRCINFO
Normal file
20
libvncserver/.SRCINFO
Normal 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
|
@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
pkgname=libvncserver
|
pkgname=libvncserver
|
||||||
pkgver=0.9.14
|
pkgver=0.9.14
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Cross-platform C libraries that allow you to easily implement VNC server or client functionality"
|
pkgdesc="Cross-platform C libraries that allow you to easily implement VNC server or client functionality"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://libvnc.github.io/"
|
url="https://libvnc.github.io/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('gnutls' 'libgcrypt' 'libjpeg' 'libpng' 'lzo' 'openssl')
|
depends=('gnutls' 'libgcrypt' 'libjpeg' 'libpng' 'libsasl' 'lzo' 'systemd-libs')
|
||||||
makedepends=('sdl2' 'cmake')
|
makedepends=('sdl2' 'cmake')
|
||||||
source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz")
|
source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz")
|
||||||
sha256sums=('83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5')
|
sha256sums=('83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user