From 51f60345dd97eead636879516201100d586969b0 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Mon, 28 Jan 2008 02:15:16 +0000 Subject: [PATCH] libvncserver: add recipe for version 0.9.1 as proposed in 2411 * this has disabled x11vnc and the SDL viewer. DEFAULT_PREF is -1 * add Patrick to MAINTAINERS file as requested in 2125 --- MAINTAINERS | 4 ++++ packages/vnc/libvncserver/.mtn2git_empty | 0 packages/vnc/libvncserver/configure_ac.patch | 15 ++++++++++++ packages/vnc/libvncserver_0.9.1.bb | 25 ++++++++++++++++++++ 4 files changed, 44 insertions(+) create mode 100644 packages/vnc/libvncserver/.mtn2git_empty create mode 100644 packages/vnc/libvncserver/configure_ac.patch create mode 100644 packages/vnc/libvncserver_0.9.1.bb diff --git a/MAINTAINERS b/MAINTAINERS index 9e5f8f4387..69594e61ba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -157,6 +157,10 @@ Machines: fic-gta01, fic-gta02, nokia810, x86, qemuarm, qemux86 Interests: Core OE infrastructure, everything Python, EFL, E17, Qt4 Recipes: *python*, efl/*, e17* +Person: Patrick Gfeller +Mail: gfellerpatrik@gmx.net +Recipes: libvncserver, fbvncserver + Person: Paul Sokolovsky Mail: pmiscml@gmail.com Machines: h3900, h4000, hx4700 diff --git a/packages/vnc/libvncserver/.mtn2git_empty b/packages/vnc/libvncserver/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/vnc/libvncserver/configure_ac.patch b/packages/vnc/libvncserver/configure_ac.patch new file mode 100644 index 0000000000..07c067ce7f --- /dev/null +++ b/packages/vnc/libvncserver/configure_ac.patch @@ -0,0 +1,15 @@ +--- LibVNCServer-0.9.1-org/configure.ac 2007-06-02 21:36:29.000000000 +0200 ++++ LibVNCServer-0.9.1-org-org/configure.ac 2007-05-27 17:14:22.000000000 +0200 +@@ -676,9 +676,9 @@ + libvncserver-config + LibVNCServer.spec]) + # x11vnc only: +-if test "$build_x11vnc" = "yes"; then +- AC_CONFIG_FILES([x11vnc/Makefile x11vnc/misc/Makefile]) +-fi ++# if test "$build_x11vnc" = "yes"; then ++# AC_CONFIG_FILES([x11vnc/Makefile x11vnc/misc/Makefile]) ++# fi + + AC_CONFIG_COMMANDS([chmod-libvncserver-config],[chmod a+x libvncserver-config]) + AC_OUTPUT diff --git a/packages/vnc/libvncserver_0.9.1.bb b/packages/vnc/libvncserver_0.9.1.bb new file mode 100644 index 0000000000..c079fdeb15 --- /dev/null +++ b/packages/vnc/libvncserver_0.9.1.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "library for easy implementation of a RDP/VNC server" +AUTHOR = "Johannes Schindelin create libvncserver only +EXTRA_OEMAKE_append=" SUBDIRS='libvncserver' " + +inherit autotools +do_stage() { + autotools_stage_all +} + + + -- 2.39.5