[SCM] free game files for the 3D game DOOM branch, master, updated. upstream/0.6.4-10-g521ef01

Jon Dowland jmtd at debian.org
Fri Sep 3 15:36:31 UTC 2010


The following commit has been merged in the master branch:
commit 8b751de862d520a6a989d3d1accc8a470868f3cd
Author: Jon Dowland <jmtd at debian.org>
Date:   Fri Sep 3 15:32:03 2010 +0100

    use Over as compose argument for dummy sprites
    
    'Over' is an equivalent option to 'src-over' for composite, introduced
    at some point before Imagemagick 6.x.
    
    The 'graphicsmagick' fork of Imagemagick provides a (supposedly)
    compatible imagemagick interface, but lacks the (older) 'src-over'
    composite type.
    
    Using 'Over' means you can build with imagemagick or graphicsmagick.

diff --git a/sprites/jond/placeholder/Makefile b/sprites/jond/placeholder/Makefile
index fab696d..e454217 100644
--- a/sprites/jond/placeholder/Makefile
+++ b/sprites/jond/placeholder/Makefile
@@ -14,7 +14,7 @@ TARGETS   = $(notdir $(ALLSRC))
 
 DUMMY     =../../dummy.gif
 # TODO: if dst's width is < src's, src is clipped. Try to prevent this.
-ARGS=-compose src-over -gravity center
+ARGS=-compose Over -gravity center
 
 foo: $(VILEDEST) $(TARGETS)
 

-- 
free game files for the 3D game DOOM



More information about the Pkg-games-commits mailing list