mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
tigervnc: update to 1.7.1
This commit is contained in:
parent
c04935c966
commit
495e881340
@ -1,2 +1,5 @@
|
|||||||
|
101
|
||||||
|
- update to TigerVNC 1.7.1
|
||||||
|
|
||||||
100
|
100
|
||||||
- Initial addon
|
- Initial addon
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# This file is part of LibreELEC - http://www.libreelec.tv
|
# This file is part of LibreELEC - http://www.libreelec.tv
|
||||||
# Copyright (C) 2016 Team LibreELEC
|
# Copyright (C) 2016-2017 Team LibreELEC
|
||||||
#
|
#
|
||||||
# LibreELEC is free software: you can redistribute it and/or modify
|
# LibreELEC is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -17,20 +17,20 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="tigervnc"
|
PKG_NAME="tigervnc"
|
||||||
PKG_VERSION="1.7.0"
|
PKG_VERSION="1.7.1"
|
||||||
PKG_REV="100"
|
PKG_REV="101"
|
||||||
PKG_ARCH="x86_64"
|
PKG_ARCH="x86_64"
|
||||||
PKG_LICENSE="GPLv2"
|
PKG_LICENSE="GPLv2"
|
||||||
PKG_SITE="http://www.tigervnc.org"
|
PKG_SITE="http://www.tigervnc.org"
|
||||||
PKG_URL="https://github.com/TigerVNC/tigervnc/archive/v$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/TigerVNC/tigervnc/archive/v$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain cmake:host libX11 libXext libXtst zlib libjpeg-turbo"
|
PKG_DEPENDS_TARGET="toolchain cmake:host libX11 libXext libXtst zlib libjpeg-turbo"
|
||||||
PKG_SECTION="service"
|
PKG_SECTION="service"
|
||||||
|
PKG_SHORTDESC="$PKG_ADDON_NAME server"
|
||||||
|
PKG_LONGDESC="$PKG_ADDON_NAME ($PKG_VERSION) is a high-performance, platform-neutral implementation of Virtual Network Computing, a client/server application that allows users to launch and interact with graphical applications on remote machines"
|
||||||
|
|
||||||
PKG_IS_ADDON="yes"
|
PKG_IS_ADDON="yes"
|
||||||
PKG_ADDON_NAME="TigerVNC"
|
PKG_ADDON_NAME="TigerVNC"
|
||||||
PKG_ADDON_TYPE="xbmc.service"
|
PKG_ADDON_TYPE="xbmc.service"
|
||||||
PKG_SHORTDESC="$PKG_ADDON_NAME server"
|
|
||||||
PKG_LONGDESC="$PKG_ADDON_NAME ($PKG_VERSION) is a high-performance, platform-neutral implementation of Virtual Network Computing, a client/server application that allows users to launch and interact with graphical applications on remote machines"
|
|
||||||
|
|
||||||
PKG_CMAKE_OPTS_TARGET="-DBUILD_VIEWER=off"
|
PKG_CMAKE_OPTS_TARGET="-DBUILD_VIEWER=off"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user