[oe] [Bug 1312] Build of libvncserver failed

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Fri Oct 6 13:38:11 UTC 2006


http://bugs.openembedded.org/show_bug.cgi?id=1312


gfellerpatrik at gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW




------- Comment #12 from gfellerpatrik at gmx.net  2006-10-06 06:38 -------
As discussed on #oe a while ago I'ld like to maintain libvncserver, but due to
various reasaons libvncserver.a only; I do not have the knowledg, nor
environment to take care about x11vnc & the sdl viewer.

Therefore I propose to create separate .bb's for each of those components, each
with a maintainer.

... below the .bb to stage libvncserver.a (the one I would maintain):

***
DESCRIPTION = "library for easy implementation of a RDP/VNC server"
LICENSE     = "GPLv2"
HOMEPAGE    = "http://sourceforge.net/projects/libvncserver/"
AUTHOR      = "Johannes Schindelin <dscho at users.sourceforge.net"
MAINTAINER  = "Patrik Gfeller <gfellerpatrik at gmx.net>"

SECTION  = "libs"
PRIORITY = "optional"
DEPENDS  = "zlib jpeg"

PR = "r1"
SRC_URI =
"${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz;md5sum=17a18e398af6c1730f72068022a152aa"

S = "${WORKDIR}/LibVNCServer-${PV}"

EXTRA_OEMAKE_append=" SUBDIRS='libvncserver examples'"
#                         => create libvncserver.a only (as I can not maintain
the others)
inherit autotools

do_stage () {
# copy headerfiles
        install -d ${STAGING_INCDIR}/rfb
# set permissions
        install -m 0644 ${WORKDIR}/LibVNCServer-${PV}/rfb/rfb.h       \
                        ${WORKDIR}/LibVNCServer-${PV}/rfb/rfbproto.h  \
                        ${WORKDIR}/LibVNCServer-${PV}/rfb/rfbint.h    \
                        ${WORKDIR}/LibVNCServer-${PV}/rfb/rfbconfig.h \
                        ${WORKDIR}/LibVNCServer-${PV}/rfb/rfbclient.h \
                        ${WORKDIR}/LibVNCServer-${PV}/rfb/rfbregion.h \
                        ${WORKDIR}/LibVNCServer-${PV}/rfb/keysym.h    \
                        ${WORKDIR}/LibVNCServer-${PV}/rfb/default8x16.h
${STAGING_INCDIR}/rfb
# install/stage static libs
        oe_libinstall -C libvncserver -a libvncserver ${STAGING_LIBDIR}/
}

do_install() {
}

do_package() {
}


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-devel mailing list