tags 364264 + patch thanks I have attached a patch that fixes this bug.
-Roberto -- Roberto C. Sanchez http://familiasanchez.net/~roberto
diff -ur directvnc-0.7.5.old/debian/changelog directvnc-0.7.5/debian/changelog --- directvnc-0.7.5.old/debian/changelog 2006-05-13 17:54:25.251128443 -0400 +++ directvnc-0.7.5/debian/changelog 2006-05-13 17:50:53.660966962 -0400 @@ -1,3 +1,13 @@ +directvnc (0.7.5-7.2) unstable; urgency=low + + * Non-maintainer upload. + * Replace DFBCardCapabilities with DFBGraphicsDeviceDescription, per + http://mail.directfb.org/pipermail/directfb-users/2005-April/000181.html, + closes: #364264 + * Bump Build-Depends on libdirectfb-dev to 0.9.24. + + -- Roberto C. Sanchez <[EMAIL PROTECTED]> Sat, 13 May 2006 17:45:31 -0400 + directvnc (0.7.5-7.1) unstable; urgency=low * Non-maintainer upload. diff -ur directvnc-0.7.5.old/debian/control directvnc-0.7.5/debian/control --- directvnc-0.7.5.old/debian/control 2006-05-13 17:54:25.252128292 -0400 +++ directvnc-0.7.5/debian/control 2006-05-13 17:44:11.043549848 -0400 @@ -2,7 +2,7 @@ Section: misc Priority: optional Maintainer: Ola Lundqvist <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.0.0), libdirectfb-dev (>= 0.9.22-7), zlib1g-dev, libjpeg62-dev, pkg-config, x-dev +Build-Depends: debhelper (>> 4.0.0), libdirectfb-dev (>= 0.9.24), zlib1g-dev, libjpeg62-dev, pkg-config, x-dev Standards-Version: 3.6.2 Package: directvnc diff -ur directvnc-0.7.5.old/src/dfb.c directvnc-0.7.5/src/dfb.c --- directvnc-0.7.5.old/src/dfb.c 2006-05-13 17:55:41.547647908 -0400 +++ directvnc-0.7.5/src/dfb.c 2006-05-13 17:42:47.165171245 -0400 @@ -30,7 +30,7 @@ IDirectFBEventBuffer *input_buffer; DFBResult err; DFBSurfaceDescription dsc; -DFBCardCapabilities caps; +DFBGraphicsDeviceDescription caps; DFBDisplayLayerConfig layer_config; DFBRegion rect; DFBRectangle scratch_rect;
signature.asc
Description: OpenPGP digital signature