Author: pabs Date: 2011-03-22 13:51:43 +0000 (Tue, 22 Mar 2011) New Revision: 11978
Added: packages/trunk/gfpoken/debian/patches/fix-blender-failure.patch Modified: packages/trunk/gfpoken/debian/changelog packages/trunk/gfpoken/debian/patches/series Log: Add patch to direct blender output to the right place (Closes: #441126) Modified: packages/trunk/gfpoken/debian/changelog =================================================================== --- packages/trunk/gfpoken/debian/changelog 2011-03-22 13:25:09 UTC (rev 11977) +++ packages/trunk/gfpoken/debian/changelog 2011-03-22 13:51:43 UTC (rev 11978) @@ -6,6 +6,7 @@ * Add patch to fix FTBFS with binutils-gold (Closes: #554543) * Bump Standards-Version, no changes needed * Drop filename for GPL-any from copyright info, not needed + * Add patch to direct blender output to the right place (Closes: #441126) -- Paul Wise <[email protected]> Tue, 22 Mar 2011 19:46:09 +0800 Added: packages/trunk/gfpoken/debian/patches/fix-blender-failure.patch =================================================================== --- packages/trunk/gfpoken/debian/patches/fix-blender-failure.patch (rev 0) +++ packages/trunk/gfpoken/debian/patches/fix-blender-failure.patch 2011-03-22 13:51:43 UTC (rev 11978) @@ -0,0 +1,16 @@ +Description: fix failure of blender +Author: Paul Wise <[email protected]> +Bug: https://savannah.nongnu.org/patch/?7509 +Bug-Debian: http://bugs.debian.org/441126 +--- a/art/mkmarbles ++++ b/art/mkmarbles +@@ -22,7 +22,7 @@ + export HOME="`mktemp -d`" + export BLENDERDIR="$HOME/blender/" + +-blender -b "`dirname "$0"`"/marbles.blend -P initdir -a ++blender -b "`dirname "$0"`"/marbles.blend -o "$BLENDERDIR" -P initdir -a + + montage -geometry +0+0 -tile 64x1 -compose Copy -background none `seq 1 64 | xargs printf "$BLENDERDIR/%04d.png "` png/marbles.png + + Modified: packages/trunk/gfpoken/debian/patches/series =================================================================== --- packages/trunk/gfpoken/debian/patches/series 2011-03-22 13:25:09 UTC (rev 11977) +++ packages/trunk/gfpoken/debian/patches/series 2011-03-22 13:51:43 UTC (rev 11978) @@ -1 +1,2 @@ fix-FTBFS-with-binutils-gold.patch +fix-blender-failure.patch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

