changeset 2475:ce1650619d2c

Build ghostscript from svn on x86-64.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 24 Oct 2006 13:51:55 +0100
parents b101999b1afa
children 7c75920493c9
files specs/ghostscript.py
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/specs/ghostscript.py	Tue Oct 24 13:51:21 2006 +0100
+++ b/specs/ghostscript.py	Tue Oct 24 13:51:55 2006 +0100
@@ -11,9 +11,13 @@
         xsf = re.sub ('version\)s', 'version)s-gpl', download.sf)
         assert (xsf != download.sf)
         if self.settings.platform == 'linux-64':
-            self.with (version='8.54',
-                   mirror='ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs854/ghostscript-8.54-gpl.tar.bz2',
-                   format='bz2')
+            #self.with (version='8.54',
+            #      mirror='ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs854/ghostscript-8.54-gpl.tar.bz2',
+            #       format='bz2')
+            self.with (branch='trunk',
+                       module='gs',
+                       version='HEAD',
+                       mirror='svn:http://svn.ghostscript.com:8080/ghostscript')
         else:
             self.with (version='8.50',
                    ## TODO: see if any of these diffs fixes it...