[oe-commits] org.oe.dev libvncserver: add recipe for version 0.9.1 as proposed in 2411

Laibsch commit openembedded-commits at lists.openembedded.org
Mon Jan 28 03:04:48 UTC 2008


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

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 7c1e0973026385a5c40b788ae50336931a7e80fa
ViewMTN: http://monotone.openembedded.org/revision/info/7c1e0973026385a5c40b788ae50336931a7e80fa
Files:
1
packages/vnc/libvncserver
packages/vnc/libvncserver/configure_ac.patch
packages/vnc/libvncserver_0.9.1.bb
MAINTAINERS
Diffs:

#
# mt diff -r3f46620a7238817b2eaa45b36f4e8b6f82d5c515 -r7c1e0973026385a5c40b788ae50336931a7e80fa
#
# 
# 
# add_dir "packages/vnc/libvncserver"
# 
# add_file "packages/vnc/libvncserver/configure_ac.patch"
#  content [87f0f1e07613356910c4fadca0f86126181eddb7]
# 
# add_file "packages/vnc/libvncserver_0.9.1.bb"
#  content [0b0627b0b7589ca9b2c31db4dc835159e86a2ec1]
# 
# patch "MAINTAINERS"
#  from [80d282b3bf11c06303b9305e361cbce7f4166047]
#    to [d813da07e0f3284a81b2c2cdbdf4f9dc0ce61484]
# 
============================================================
--- packages/vnc/libvncserver/configure_ac.patch	87f0f1e07613356910c4fadca0f86126181eddb7
+++ packages/vnc/libvncserver/configure_ac.patch	87f0f1e07613356910c4fadca0f86126181eddb7
@@ -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
============================================================
--- packages/vnc/libvncserver_0.9.1.bb	0b0627b0b7589ca9b2c31db4dc835159e86a2ec1
+++ packages/vnc/libvncserver_0.9.1.bb	0b0627b0b7589ca9b2c31db4dc835159e86a2ec1
@@ -0,0 +1,25 @@
+DESCRIPTION = "library for easy implementation of a RDP/VNC server"
+AUTHOR = "Johannes Schindelin <dscho at 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
+}
+
+
+
============================================================
--- MAINTAINERS	80d282b3bf11c06303b9305e361cbce7f4166047
+++ MAINTAINERS	d813da07e0f3284a81b2c2cdbdf4f9dc0ce61484
@@ -157,6 +157,10 @@ Recipes:    *python*, efl/*, e17*
 Interests:  Core OE infrastructure, everything Python, EFL, E17, Qt4
 Recipes:    *python*, efl/*, e17*
 
+Person:     Patrick Gfeller
+Mail:       gfellerpatrik at gmx.net
+Recipes:    libvncserver, fbvncserver
+
 Person:     Paul Sokolovsky
 Mail:       pmiscml at gmail.com
 Machines:   h3900, h4000, hx4700






More information about the Openembedded-commits mailing list