[SCM] image display tool for astronomy branch, master, updated. 43f3fda496285daa3e9090a3474568f1db26e948
Ole Streicher
debian at liska.ath.cx
Tue Apr 17 10:31:56 UTC 2012
The following commit has been merged in the master branch:
commit 43f3fda496285daa3e9090a3474568f1db26e948
Author: Ole Streicher <debian at liska.ath.cx>
Date: Tue Apr 17 12:29:35 2012 +0200
source blt3/graph.tcl; fixes "Analysis -> Plot Tool" problem
diff --git a/debian/patches/use_external_libs_main.patch b/debian/patches/use_external_libs_main.patch
index 69bef0e..b4c9a52 100644
--- a/debian/patches/use_external_libs_main.patch
+++ b/debian/patches/use_external_libs_main.patch
@@ -417,7 +417,7 @@ Description: Compile against external libraries of wcstools, funtools, ast,
--- a/src/ds9.tcl
+++ b/src/ds9.tcl
-@@ -38,23 +38,33 @@ option add {*Listbox*background} #d9d9d9
+@@ -38,24 +38,35 @@ option add {*Listbox*background} #d9d9d9
set ds9(root) "[pwd]/zvfsmntpt"
# tcl modules
@@ -437,7 +437,6 @@ Description: Compile against external libraries of wcstools, funtools, ast,
-
-source $ds9(root)/tkcon2.5/tkcon.tcl
-source $ds9(root)/xmlrpc0.3/xmlrpc.tcl
--source $ds9(root)/blt3.0/graph.tcl
+package require msgcat
+package require http
+#package require focus
@@ -450,7 +449,8 @@ Description: Compile against external libraries of wcstools, funtools, ast,
+package require textutil::tabify
+
+package require tkcon
-+
+ source $ds9(root)/blt3.0/graph.tcl
+
+package require Tktable
+package require tclxpa
+package require Signal
@@ -465,6 +465,7 @@ Description: Compile against external libraries of wcstools, funtools, ast,
+package require img::bmp
+package require img::xbm
+package require img::window
-
++
source $ds9(root)/src/source.tcl
+ # fix ::tk and msgcat
--
image display tool for astronomy
More information about the debian-science-commits
mailing list