[Lunar-commits] r25900 - moonbase/trunk/graphics/potrace

Dennis Veatch stumbles at lunar-linux.org
Thu Sep 20 18:03:35 CEST 2007


Author: stumbles
Date: 2007-09-20 18:03:34 +0200 (Thu, 20 Sep 2007)
New Revision: 25900

Added:
   moonbase/trunk/graphics/potrace/BUILD
Modified:
   moonbase/trunk/graphics/potrace/DETAILS
Log:

Adding a patch here that improves the XFig output by adding a depth 
setting to the spline components. This prevents them from floating 
to the background when editing.


Added: moonbase/trunk/graphics/potrace/BUILD
===================================================================
--- moonbase/trunk/graphics/potrace/BUILD	                        (rev 0)
+++ moonbase/trunk/graphics/potrace/BUILD	2007-09-20 16:03:34 UTC (rev 25900)
@@ -0,0 +1,7 @@
+(
+
+  patch_it $SOURCE2 0 &&
+
+  default_build
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/graphics/potrace/DETAILS
===================================================================
--- moonbase/trunk/graphics/potrace/DETAILS	2007-09-20 13:00:23 UTC (rev 25899)
+++ moonbase/trunk/graphics/potrace/DETAILS	2007-09-20 16:03:34 UTC (rev 25900)
@@ -1,13 +1,16 @@
           MODULE=potrace
          VERSION=1.8
           SOURCE=$MODULE-$VERSION.tar.gz
-        WEB_SITE=http://potrace.sourceforge.net
+         SOURCE2=potrace-1.8-xfig.patch
       SOURCE_URL=$WEB_SITE/download/
+     SOURCE2_URL=http://potrace.sourceforge.net/download/
       SOURCE_VFY=sha1:d76818fc331fb4f842bd4813114e5be01cf46848
+     SOURCE2_VFY=sha1:58e1cb9165c52391d71e96490d10c89178f96419
+        WEB_SITE=http://potrace.sourceforge.net
+      MAINTAINER=jannis at lunar-linux.org
          ENTERED=20060613
          UPDATED=20070422
            SHORT="Utility for tracing a bitmap"
-      MAINTAINER=jannis at lunar-linux.org
 
 cat << EOF
 Potrace is a utility for tracing a bitmap, which means, transforming



More information about the Lunar-commits mailing list