head 1.2; access; symbols pkgsrc-2014Q3:1.1.0.2 pkgsrc-2014Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2014.10.13.21.52.50; author ryoon; state dead; branches; next 1.1; commitid QhbhD7bGXdXkw5Ux; 1.1 date 2014.08.26.20.58.43; author joerg; state Exp; branches; next ; commitid GFZRB2hrmdhALUNx; desc @@ 1.2 log @Update to 4.3.2.2 from 4.2.5.2 * Use external boost again with Linux From Scratch patch * COLLADA support is disabled Changelog: New features and many bugfixes. See https://wiki.documentfoundation.org/ReleaseNotes/4.3 https://wiki.documentfoundation.org/Releases/4.3.2/RC1 https://wiki.documentfoundation.org/Releases/4.3.2/RC2 @ text @$NetBSD: patch-slideshow_source_engine_shapes_appletshape.cxx,v 1.1 2014/08/26 20:58:43 joerg Exp $ --- slideshow/source/engine/shapes/appletshape.cxx.orig 2014-08-24 20:31:18.000000000 +0000 +++ slideshow/source/engine/shapes/appletshape.cxx @@@@ -148,12 +148,13 @@@@ namespace slideshow void AppletShape::implViewsChanged() { // resize all ViewShapes + ::basegfx::B2DRectangle bounds( AppletShape::getBounds() ); ::std::for_each( maViewAppletShapes.begin(), maViewAppletShapes.end(), ::boost::bind( &ViewAppletShape::resize, _1, - ::boost::cref( AppletShape::getBounds())) ); + ::boost::cref( bounds )) ); } // --------------------------------------------------------------------- @@@@ -252,11 +253,12 @@@@ namespace slideshow bool AppletShape::implStartIntrinsicAnimation() { + ::basegfx::B2DRectangle bounds( getBounds() ); ::std::for_each( maViewAppletShapes.begin(), maViewAppletShapes.end(), ::boost::bind( &ViewAppletShape::startApplet, _1, - ::boost::cref( getBounds() ))); + ::boost::cref( bounds ))); mbIsPlaying = true; return true; @ 1.1 log @Fix build with boost 1.56.0. @ text @d1 1 a1 1 $NetBSD$ @