aboutsummaryrefslogtreecommitdiffstats
path: root/packages/vnc
AgeCommit message (Collapse)Author
2008-11-05tightvnc: add a default X resources fileOtavio Salvador
2008-11-05tightvnc: provide vncviewer alternative to provide more flexibilityOtavio Salvador
2008-11-03libvncserver_0.9.1: fix building using libtool 2.2.4Otavio Salvador
To allow building using new libtool the whole source needed to be updated. To make it easier we've updated all building scripts using autoreconf and dropping previous included libtool m4 script from acinclude.m4.
2008-10-24libvncserver: fix build properly applying autoconf patchOtavio Salvador
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-09-21tightvnc: bump to 1.3.9Junqian Gordon Xu
* fix hard coded path and package name * note: only tightvnc-viewer is built and shipped
2008-09-19x11vnc: bump to 0.9.4Junqian Gordon Xu
2008-09-03x11vnc: fix SRC_URIKoen Kooi
2008-06-01libvncserver: add possibility to use a logger by client. partly closes 4340.Otavio Salvador
* commit by Laibsch
2008-05-20x11vnc: add libxtst to DEPENDS. Closes 4282.Rolf Leggewie
2008-02-19add fbvncserver2. closes #2126Michael Lauer
2008-01-28fbvncserver: remove dependency on version 0.6 of libvncserver. 0.8.x and ↵Rolf Leggewie
0.9 are fine. * unbreaks build when RDEPENDS line is commented out (the kmodule still fails to build) * reorder fields according to StyleGuide * closes 1732
2008-01-28fbvncserver + x11vnc: consolidate all VNC related stuff in packages/vnc/Rolf Leggewie
2008-01-28libvncserver: add recipe for version 0.9.1 as proposed in 2411Rolf Leggewie
* this has disabled x11vnc and the SDL viewer. DEFAULT_PREF is -1 * add Patrick to MAINTAINERS file as requested in 2125
2008-01-28libvncserver: update to version 0.9Rolf Leggewie
* latest version 0.9.1 fails, needs some looking into * consolidate bb file into packages/vnc directory * reorder fields according to StyleGuide
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie
2006-11-17tighvnc: fix parse error and debug packagingKoen Kooi
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-07-29x11: change virtual/x11 to virtual/libx11Justin Patrin
2006-07-26x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin
- emacs and synergy need full x11, hence libx11 instead of virtual/x11 - any other packages which depend on a full x11 will need the same change
2006-06-21packages/vnc/tightvnc/Makefile : change -lXaw to -lXaw7Graeme Gregory
2006-03-20packages/vnc/tightvnc/Makefile : remove commented out debug stuff I forgotGraeme Gregory
to remove when first submitting.
2006-03-01all over the place: adapt DEPENDS to new xlib namesPhilipp Zabel
2006-03-01tightvnc_1.3dev7.bb : add tightvnc recipeGraeme Gregory
2006-03-01Add realvnc 3.3.7, courtesy Raymond DanksKoen Kooi