Merge pull request #3189 from awiouy/90-tvnc

tigervnc: update to 1.9.0
This commit is contained in:
CvH 2018-12-29 13:05:41 +01:00 committed by GitHub
commit 742581ac65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,6 @@
103
- Update to 1.9.0
102
- Update to 1.8.0

View File

@ -2,9 +2,9 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="tigervnc"
PKG_VERSION="1.8.0"
PKG_SHA256="9951dab0e10f8de03996ec94bec0d938da9f36d48dca8c954e8bbc95c16338f8"
PKG_REV="103"
PKG_VERSION="1.9.0"
PKG_SHA256="f15ced8500ec56356c3bf271f52e58ed83729118361c7103eab64a618441f740"
PKG_REV="104"
PKG_ARCH="x86_64"
PKG_LICENSE="GPLv2"
PKG_SITE="http://www.tigervnc.org"

View File

@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libjpeg-turbo"
PKG_VERSION="1.5.3"
@ -24,6 +25,11 @@ if ! target_has_feature "(neon|sse)"; then
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --without-simd"
fi
if [ $TARGET_ARCH = "x86_64" ]; then
PKG_DEPENDS_HOST+=" nasm:host"
PKG_DEPENDS_TARGET+=" nasm:host"
fi
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin
}