Skip to content

Commit

Permalink
x11vnc: uprev to 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Francois Dagenais committed Feb 11, 2019
1 parent 876b48b commit 7d50291
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 72 deletions.
24 changes: 0 additions & 24 deletions meta-oe/recipes-graphics/x11vnc/files/endian-fix.patch

This file was deleted.

6 changes: 3 additions & 3 deletions meta-oe/recipes-graphics/x11vnc/files/starting-fix.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Signed-off-by: Laurentiu Palcu <[email protected]>

Upstream-Status: Inappropriate [configuration]

Index: x11vnc-0.9.12/x11vnc/x11vnc.desktop
Index: x11vnc-0.9.12/x11vnc.desktop
===================================================================
--- x11vnc-0.9.12.orig/x11vnc/x11vnc.desktop 2011-03-03 10:33:18.000000000 +0800
+++ x11vnc-0.9.12/x11vnc/x11vnc.desktop 2011-03-03 10:35:20.000000000 +0800
--- x11vnc-0.9.12.orig/x11vnc.desktop 2011-03-03 10:33:18.000000000 +0800
+++ x11vnc-0.9.12/x11vnc.desktop 2011-03-03 10:35:20.000000000 +0800
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=X11VNC Server
Expand Down
45 changes: 0 additions & 45 deletions meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb

This file was deleted.

38 changes: 38 additions & 0 deletions meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
SUMMARY = "Exports your X session on-the-fly via VNC"
HOMEPAGE = "http://www.karlrunge.com/x11vnc/"

SECTION = "x11/utils"
AUTHOR = "Karl Runge"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://src/x11vnc.h;endline=31;md5=e871a2ad004776794b616822dcab6314"

SRC_URI = "https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz;downloadfilename=x11vnc-${PV}.tar.gz\
file://starting-fix.patch \
"

SRC_URI[md5sum] = "64172e8f896389ec963fff93415f0d93"
SRC_URI[sha256sum] = "885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba391111bd32bd"

DEPENDS = "\
jpeg \
libtasn1 \
libvncserver \
openssl \
p11-kit \
zlib \
"

inherit pkgconfig autotools distro_features_check

ANY_OF_DISTRO_FEATURES = "x11 fbdev"

PACKAGECONFIG ??= "\
${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \
${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} \
"

PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi"
PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama"
PACKAGECONFIG[x11] = "--with-x,--without-x, libxdamage libxext libxfixes libxrandr libxtst virtual/libx11"

0 comments on commit 7d50291

Please sign in to comment.