I created a new extension of x11vnc-0.9.6 (
http://www.karlrunge.com/x11vnc/). This is a native X vnc server that has built in SSL features and also works with stunnel (which I have built too but I haven't had any successful tests with any other VNCs through it and have not tested any imap, pop3, https, etc). The dependencies for x11vnc are openssl and only 4 libraries out of Xorg (libXtst, libXinerama, libXfixes, libXdamage). Having to load Xorg as a dependecy for this extension is a bit of overkill in resources.
My question is, should I just put in the info file the dependencies and put Xorg (and its deps) in the .dep file and leave it up to the user to remove whatever files they do not want? Or should the libraries from Xorg be taken out so other applications don't have to get all of Xorg? or another option?
btw, if there is any interest in stunnel I can submit it for testing, just let me know