libvncserver: add recipe for version 0.9.1 as proposed in 2411
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 28 Jan 2008 02:15:16 +0000 (02:15 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 28 Jan 2008 02:15:16 +0000 (02:15 +0000)
* this has disabled x11vnc and the SDL viewer.  DEFAULT_PREF is -1
* add Patrick to MAINTAINERS file as requested in 2125

MAINTAINERS
packages/vnc/libvncserver/.mtn2git_empty [new file with mode: 0644]
packages/vnc/libvncserver/configure_ac.patch [new file with mode: 0644]
packages/vnc/libvncserver_0.9.1.bb [new file with mode: 0644]

index 9e5f8f4..69594e6 100644 (file)
@@ -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 (file)
index 0000000..e69de29
diff --git a/packages/vnc/libvncserver/configure_ac.patch b/packages/vnc/libvncserver/configure_ac.patch
new file mode 100644 (file)
index 0000000..07c067c
--- /dev/null
@@ -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 (file)
index 0000000..c079fde
--- /dev/null
@@ -0,0 +1,25 @@
+DESCRIPTION = "library for easy implementation of a RDP/VNC server"
+AUTHOR = "Johannes Schindelin <dscho@users.sourceforge.net"
+HOMEPAGE = "http://sourceforge.net/projects/libvncserver/"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+DEPENDS = "zlib jpeg"
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI  = "${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz \
+            file://configure_ac.patch"
+S = "${WORKDIR}/LibVNCServer-${PV}"
+
+# => create libvncserver only
+EXTRA_OEMAKE_append=" SUBDIRS='libvncserver' "
+
+inherit autotools
+do_stage() {
+    autotools_stage_all
+}
+
+
+