libvncserver:ver.bump
This commit is contained in:
@@ -8,9 +8,10 @@ from pisi.actionsapi import autotools
|
|||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
WorkDir = "LibVNCServer-%s" % get.srcVERSION()
|
WorkDir = "libvncserver-LibVNCServer-%s" % get.srcVERSION()
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
autotools.autoreconf("-vif")
|
||||||
autotools.configure("--disable-static \
|
autotools.configure("--disable-static \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--with-24bpp \
|
--with-24bpp \
|
||||||
@@ -24,4 +25,4 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
pisitools.remove("/usr/bin/linuxvnc")
|
#pisitools.remove("/usr/bin/linuxvnc")
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Library for creating VNC (Virtual Network Computing) servers</Summary>
|
<Summary>Library for creating VNC (Virtual Network Computing) servers</Summary>
|
||||||
<Description>libvncserver provides a C library to create VNC servers.</Description>
|
<Description>libvncserver provides a C library to create VNC servers.</Description>
|
||||||
<Archive sha1sum="2004c6ae493baeff3da40b61e0a0f73c83182dad" type="targz">mirrors://sourceforge/libvncserver/LibVNCServer-0.9.9.tar.gz</Archive>
|
<Archive sha1sum="d844a2c9e69465d104a8468dce515a49e4db9585" type="targz">https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.11.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>gnutls-devel</Dependency>
|
<Dependency>gnutls-devel</Dependency>
|
||||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||||
@@ -58,6 +58,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2018-08-07</Date>
|
||||||
|
<Version>0.9.11</Version>
|
||||||
|
<Comment>Version Bump</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2017-01-29</Date>
|
<Date>2017-01-29</Date>
|
||||||
<Version>0.9.9</Version>
|
<Version>0.9.9</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user