[oe-issues] [Bug 2411] New: .bb for libvncserver 0.9.1
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Sat Jun 2 20:01:01 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2411
Summary: .bb for libvncserver 0.9.1
Product: Openembedded
Version: unspecified
Platform: ARM
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: gfellerpatrik at gmx.net
QAContact: tinderbox-oe at gmx.net
The libVNCServer-Project released a new version of their lib.: 0.9.1 ... they
separated libVNCserver from X11VNC server now as well - so I think separate
receipts for X11VNC & then lib. do make more sense than ever (as already
proposed in Bug 2125).
Here the .bb & the required patch (as usual, comments on how to improve them
are very welcome):
***
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"
SRC_URI =
"${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz;md5sum=aa00efc3dabde82fde9509bfbab0aba4"
SRC_URI += "file://configure_ac.patch;patch=1"
S = "${WORKDIR}/LibVNCServer-${PV}"
# => create libvncserver only
EXTRA_OEMAKE_append=" SUBDIRS='libvncserver' "
inherit autotools
do_stage() {
autotools_stage_all
}
***
--- 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
***
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list