Update libVNCServer to 0.9.7.
Notes: Support for the ZYWRLE encoding, a wavelet based enhancement to the ZRLE encoding. CMake is supported. Bugfixes and configure improvements.
This commit is contained in:
parent
64ffe99b48
commit
544e58c32f
2 changed files with 9 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2008/07/14 12:56:10 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2009/05/07 12:19:15 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= LibVNCServer-0.9.1
|
||||
PKGNAME= libVNCServer-0.9.1
|
||||
DISTNAME= LibVNCServer-0.9.7
|
||||
PKGNAME= libVNCServer-0.9.7
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/}
|
||||
|
||||
|
@ -10,6 +10,8 @@ MAINTAINER= pierrick@bs-network.net
|
|||
HOMEPAGE= http://libvncserver.sourceforge.net/
|
||||
COMMENT= Easy API to write one's own vnc server
|
||||
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2007/07/11 14:37:25 obache Exp $
|
||||
$NetBSD: distinfo,v 1.3 2009/05/07 12:19:15 obache Exp $
|
||||
|
||||
SHA1 (LibVNCServer-0.9.1.tar.gz) = 8044885868a973fe64a8b048b6f76074aec56488
|
||||
RMD160 (LibVNCServer-0.9.1.tar.gz) = 8a39b803701b301e14f9120d5ef6e4b0bebc775b
|
||||
Size (LibVNCServer-0.9.1.tar.gz) = 1060476 bytes
|
||||
SHA1 (LibVNCServer-0.9.7.tar.gz) = 681b0f3d000ad8c18d3643e1148e1ae5052c8a9a
|
||||
RMD160 (LibVNCServer-0.9.7.tar.gz) = 50325d0827a0e65e9da91991011e2a1b05c491e2
|
||||
Size (LibVNCServer-0.9.7.tar.gz) = 1105538 bytes
|
||||
|
|
Loading…
Reference in a new issue