OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
2.3 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../x11vnc/system-lib.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. We want to seperate packages: libvncserver and x11vnc to allow users
  17. a fine grained choice whether they later the later.
  18. The next one removing this patch gets slapped!
  19. - Rene Rebe <rene@exactcode.de>
  20. diff -ur x11vnc-0.7.2/Makefile.in x11vnc-0.7.2-fixed/Makefile.in
  21. --- x11vnc-0.7.2/Makefile.in 2005-07-13 16:11:02.000000000 +0200
  22. +++ x11vnc-0.7.2-fixed/Makefile.in 2005-10-05 18:21:54.000000000 +0200
  23. @@ -180,7 +180,7 @@
  24. target_alias = @target_alias@
  25. with_ffmpeg = @with_ffmpeg@
  26. EXTRA_DIST = tightvnc-1.3dev5-vncviewer-alpha-cursor.patch README.LibVNCServer
  27. -SUBDIRS = libvncserver x11vnc classes
  28. +SUBDIRS = x11vnc classes
  29. DIST_SUBDIRS = libvncserver x11vnc classes
  30. #noinst_HEADERS=rfb.h rfbconfig.h rfbint.h rfbproto.h keysym.h rfbregion.h
  31. noinst_HEADERS = rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h \
  32. diff -ur x11vnc-0.7.2/x11vnc/Makefile.in x11vnc-0.7.2-fixed/x11vnc/Makefile.in
  33. --- x11vnc-0.7.2/x11vnc/Makefile.in 2005-07-13 16:11:02.000000000 +0200
  34. +++ x11vnc-0.7.2-fixed/x11vnc/Makefile.in 2005-10-05 18:25:03.000000000 +0200
  35. @@ -82,7 +82,7 @@
  36. @HAVE_X_TRUE@ xkb_bell.$(OBJEXT) xrandr.$(OBJEXT) \
  37. @HAVE_X_TRUE@ xrecord.$(OBJEXT) xwrappers.$(OBJEXT)
  38. x11vnc_OBJECTS = $(am_x11vnc_OBJECTS)
  39. -am__DEPENDENCIES_1 = ../libvncserver/libvncserver.a
  40. +am__DEPENDENCIES_1 =
  41. am__DEPENDENCIES_2 =
  42. @HAVE_X_TRUE@x11vnc_DEPENDENCIES = $(am__DEPENDENCIES_1) \
  43. @HAVE_X_TRUE@ $(am__DEPENDENCIES_2)
  44. @@ -217,7 +217,7 @@
  45. target_alias = @target_alias@
  46. with_ffmpeg = @with_ffmpeg@
  47. AM_CFLAGS = -I $(top_srcdir)
  48. -LDADD = ../libvncserver/libvncserver.a @WSOCKLIB@
  49. +LDADD = -lvncserver @WSOCKLIB@
  50. SUBDIRS = misc
  51. DIST_SUBDIRS = misc
  52. man_MANS = x11vnc.1