[Python-modules-commits] [gamera] 05/14: Imported Upstream version 3.4.2
Daniel Stender
danstender-guest at moszumanska.debian.org
Fri May 8 12:42:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository gamera.
commit 78177c054250b697c54a96cd863545542cb0feab
Author: Daniel Stender <debian at danielstender.com>
Date: Fri May 8 11:55:32 2015 +0200
Imported Upstream version 3.4.2
---
ACKNOWLEDGEMENTS | 1 +
CHANGES | 10 +
PKG-INFO | 12 +
doc/html/default.css | 530 ++++++
doc/html/html4css1.css | 287 ++++
doc/html/pygments.css | 61 +
doc/makedoctgz | 11 -
doc/publish_docs.sh | 25 -
doc/src/analysis.txt | 528 ++++++
doc/src/binarization.txt | 847 ++++++++++
doc/src/classes.txt | 19 +
doc/src/classification.txt | 236 +++
doc/src/color.txt | 685 ++++++++
doc/src/combine.txt | 406 +++++
doc/src/conversion.txt | 208 +++
doc/src/corelation.txt | 94 ++
doc/src/deformations.txt | 255 +++
doc/src/displaying.txt | 71 +
doc/src/draw.txt | 510 ++++++
doc/src/edge.txt | 214 +++
doc/src/externallibraries.txt | 368 ++++
doc/src/features.txt | 691 ++++++++
doc/src/file.txt | 163 ++
doc/src/filter.txt | 863 ++++++++++
doc/src/gamera.core.ImageData.txt | 13 +
doc/src/gamera.core.ImageInfo.txt | 13 +
doc/src/gamera.core.RGBPixel.txt | 13 +
doc/src/geometry.txt | 331 ++++
doc/src/images/randomwalk_connectivity.fig | 69 -
doc/src/install.txt | 5 +
doc/src/list.txt | 175 ++
doc/src/morphology.txt | 315 ++++
doc/src/pagesegmentation.txt | 351 ++++
doc/src/plugins.txt | 968 +++++++++++
doc/src/relational.txt | 144 ++
doc/src/runlength.txt | 317 ++++
doc/src/segmentation.txt | 551 ++++++
doc/src/thinning.txt | 222 +++
doc/src/transformation.txt | 298 ++++
doc/src/utility.txt | 349 ++++
doc/src/xml.txt | 37 +
gamera/__compiletime_config__.py | 2 +
gamera/__version__.py | 2 +
gamera/gamera_setup.py | 2 +-
gamera/gendoc.py | 4 +-
gamera/gui/gamera_display.py | 4 +-
gamera/gui/gui.py | 5 +-
gamera/gui/gui_util.py | 6 +-
gamera/io.py | 2 +-
.../mac/ScriptExec/English.lproj/InfoPlist.strings | Bin 314 -> 0 bytes
.../ScriptExec/English.lproj/main.nib/classes.nib | 4 -
.../mac/ScriptExec/English.lproj/main.nib/info.nib | 19 -
.../ScriptExec/English.lproj/main.nib/objects.xib | 271 ---
gamera/mac/ScriptExec/Info.plist | 41 -
gamera/mac/ScriptExec/License.txt | 280 ----
gamera/mac/ScriptExec/MenuBar.nib.zip | Bin 1627 -> 0 bytes
gamera/mac/ScriptExec/MenuBar.nib/classes.nib | 4 -
gamera/mac/ScriptExec/MenuBar.nib/info.nib | 23 -
gamera/mac/ScriptExec/MenuBar.nib/objects.xib | 73 -
gamera/mac/ScriptExec/README.txt | 3 -
.../ScriptExec/ScriptExec.xcode/project.pbxproj | 426 -----
gamera/mac/ScriptExec/ScriptExec_Prefix.pch | 5 -
gamera/mac/ScriptExec/main.c | 465 -----
gamera/mac/ScriptExec/openDoc | 4 -
gamera/mac/ScriptExec/script | 36 -
gamera/mac/ScriptExec/version.plist | 16 -
.../mac/gameraclick/Gamera.app/Contents/Info.plist | 41 -
.../gameraclick/Gamera.app/Contents/MacOS/Gamera | Bin 46808 -> 0 bytes
gamera/mac/gameraclick/Gamera.app/Contents/PkgInfo | 1 -
.../Resources/English.lproj/InfoPlist.strings | Bin 314 -> 0 bytes
.../Contents/Resources/MenuBar.nib/classes.nib | 4 -
.../Contents/Resources/MenuBar.nib/info.nib | 23 -
.../Contents/Resources/MenuBar.nib/objects.xib | 73 -
.../Gamera.app/Contents/Resources/gameraicon.icns | Bin 51770 -> 0 bytes
.../Gamera.app/Contents/Resources/openDoc | 4 -
.../Gamera.app/Contents/Resources/script | 34 -
gamera/mac/resources/dummy | 1 -
gamera/plugins/png_support.py | 11 +-
gamera_gui | 31 +
include/knncoremodule.hpp | 2 +-
include/zlib-1.2.1/zconf.h | 323 ----
include/zlib-1.2.1/zlib.h | 1200 -------------
include/{zlib-1.2.1 => zlib-1.2.8}/crc32.h | 2 +-
include/{zlib-1.2.1 => zlib-1.2.8}/deflate.h | 56 +-
include/zlib-1.2.8/gzguts.h | 209 +++
include/{zlib-1.2.1 => zlib-1.2.8}/inffast.h | 4 +-
include/{zlib-1.2.1 => zlib-1.2.8}/inffixed.h | 6 +-
include/{zlib-1.2.1 => zlib-1.2.8}/inflate.h | 37 +-
include/{zlib-1.2.1 => zlib-1.2.8}/inftrees.h | 27 +-
include/{zlib-1.2.1 => zlib-1.2.8}/trees.h | 4 +-
include/zlib-1.2.8/zconf.h | 511 ++++++
include/zlib-1.2.8/zlib.h | 1768 ++++++++++++++++++++
include/{zlib-1.2.1 => zlib-1.2.8}/zutil.h | 139 +-
mingw32_cross_compile.py | 209 ---
sf-12-2012 | 3 -
src/knncoremodule.cpp | 16 +-
src/libtiff/COPYRIGHT | 21 -
src/zlib-1.2.1/adler32.c | 74 -
src/zlib-1.2.1/gzio.c | 1005 -----------
src/zlib-1.2.8/adler32.c | 179 ++
src/{zlib-1.2.1 => zlib-1.2.8}/compress.c | 9 +-
src/{zlib-1.2.1 => zlib-1.2.8}/crc32.c | 260 ++-
src/{zlib-1.2.1 => zlib-1.2.8}/deflate.c | 727 ++++++--
src/zlib-1.2.8/gzclose.c | 25 +
src/zlib-1.2.8/gzlib.c | 634 +++++++
src/zlib-1.2.8/gzread.c | 594 +++++++
src/zlib-1.2.8/gzwrite.c | 577 +++++++
src/{zlib-1.2.1 => zlib-1.2.8}/infback.c | 117 +-
src/{zlib-1.2.1 => zlib-1.2.8}/inffast.c | 99 +-
src/{zlib-1.2.1 => zlib-1.2.8}/inflate.c | 498 ++++--
src/{zlib-1.2.1 => zlib-1.2.8}/inftrees.c | 99 +-
src/{zlib-1.2.1 => zlib-1.2.8}/trees.c | 157 +-
src/{zlib-1.2.1 => zlib-1.2.8}/uncompr.c | 8 +-
src/{zlib-1.2.1 => zlib-1.2.8}/zutil.c | 75 +-
version | 2 +-
115 files changed, 17337 insertions(+), 5525 deletions(-)
diff --git a/ACKNOWLEDGEMENTS b/ACKNOWLEDGEMENTS
index 3e600a8..209cbd8 100644
--- a/ACKNOWLEDGEMENTS
+++ b/ACKNOWLEDGEMENTS
@@ -35,6 +35,7 @@ Stefan Ruloff
Seo Sanghyeon
Fabian Schmitt
Marcel Schroers
+Daniel Stender
Brian Stern
Daveed Vandevoorde
Jakub Wilk
diff --git a/CHANGES b/CHANGES
index 5d0f3b1..4d34418 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,20 @@
Changes made between Gamera File Releases
=========================================
+Version 3.4.2, Apr 23, 2015
+----------------------------
+
+ - updated zlib to version 1.2.8 (only used under Windows)
+
+ - fixed classifier crash on Windows
+
+ - fixed hang with wxpython 3.0 after quitting gamera_gui
+
- fixed crash in min_max_location for FLOAT images
- false_color now defaults to diverging colormap after Moreland, 2009
+
Version 3.4.1, May 28, 2014
----------------------------
diff --git a/PKG-INFO b/PKG-INFO
new file mode 100644
index 0000000..de385ea
--- /dev/null
+++ b/PKG-INFO
@@ -0,0 +1,12 @@
+Metadata-Version: 1.0
+Name: gamera
+Version: 3.4.2
+Summary: This is the Gamera installer.
+ Please ensure that Python 2.7 and wxPython 2.8
+ are installed before proceeding.
+Home-page: http://gamera.sourceforge.net/
+Author: Michael Droettboom and Christoph Dalitz
+Author-email: gamera-devel at yahoogroups.com
+License: UNKNOWN
+Description: UNKNOWN
+Platform: UNKNOWN
diff --git a/doc/html/default.css b/doc/html/default.css
new file mode 100644
index 0000000..fdbdb32
--- /dev/null
+++ b/doc/html/default.css
@@ -0,0 +1,530 @@
+ at import url(html4css1.css);
+ at import url(pygments.css);
+
+body {
+ margin: 2em 2em 2em 2em;
+ background-color: #effffd;
+}
+
+a.toc-backref {
+ text-decoration: none ;
+ color: black }
+
+h1 {
+ background-color: #e1f0ee;
+ color: #29493c;
+ border-top-color: #72ada8;
+ border-top-style: solid;
+ border-top-width: 4px
+}
+
+h2 {
+ background-color: #e1f0ee;
+ color: #29493c;
+ border-top-color: #72ada8;
+ border-top-style: solid;
+ border-top-width: 2px
+}
+
+h3 {
+ background-color: #e1f0ee;
+ color: #29493c;
+ border-top-color: #72ada8;
+ border-top-style: solid;
+ border-top-width: 1px
+}
+
+h4 {
+ background-color: #e1f0ee;
+ color: #29493c;
+ border-top-color: #72ada8;
+ border-top-style: solid;
+ border-top-width: 1px
+}
+
+h5 {
+ background-color: #e1f0ee;
+ color: #29493c;
+ border-top-color: #72ada8;
+ border-top-style: solid;
+ border-top-width: 0.5px
+}
+
+div.code-block, div.highlight {
+margin-left: 2em;
+margin-right: 2em;
+background-color: #f0f0e0;
+font-family: "Andale Mono", "Bitstream Vera Sans Mono", monospace;
+border-color: #e0e0d0;
+border-style: solid;
+border-width: 1px;
+font-size: 10pt;
+padding: 1em;
+}
+
+/* The following is for SilverCity syntax highlighting */
+
+
+.code_default
+{
+ FONT-FAMILY: "Andale Mono", "Bitstream Vera Sans Mono", monospace;
+ FONT-SIZE: 10pt;
+}
+
+.c_character
+{
+ color: olive;
+}
+
+.c_comment
+{
+ color: green;
+ font-style: italic;
+}
+
+.c_commentdoc
+{
+ color: green;
+ font-style: italic;
+}
+
+.c_commentdockeyword
+{
+ color: navy;
+ font-weight: bold;
+}
+
+.c_commentdockeyworderror
+{
+ color: red;
+ font-weight: bold;
+}
+
+.c_commentline
+{
+ color: green;
+ font-style: italic;
+}
+
+.c_commentlinedoc
+{
+ color: green;
+ font-style: italic;
+}
+
+.c_default
+{
+}
+
+.c_identifier
+{
+ color: black;
+}
+
+.c_number
+{
+ color: #009999;
+}
+
+.c_operator
+{
+ color: black;
+}
+
+.c_preprocessor
+{
+ color: navy;
+ font-weight: bold;
+}
+
+.c_regex
+{
+ color: olive;
+}
+
+.c_string
+{
+ color: olive;
+}
+
+.c_stringeol
+{
+ color: olive;
+}
+
+.c_uuid
+{
+ color: olive;
+}
+
+.c_verbatim
+{
+ color: olive;
+}
+
+.c_word
+{
+ color: navy;
+ font-weight: bold;
+}
+
+.c_word2
+{
+ color: navy;
+ font-weight: bold;
+}
+
+.h_asp
+{
+ color: #ffff00;
+}
+
+.h_aspat
+{
+ color: #ffdf00;
+}
+
+.h_attribute
+{
+ color: #008080;
+}
+
+.h_attributeunknown
+{
+ color: #ff0000;
+}
+
+.h_cdata
+{
+ color: #ffdf00;
+}
+
+.h_comment
+{
+ color: #808000;
+}
+
+.h_default
+{
+}
+
+.h_doublestring
+{
+ color: olive;
+}
+
+.h_entity
+{
+ color: #800080;
+}
+
+.h_number
+{
+ color: #009999;
+}
+
+.h_other
+{
+ color: #800080;
+}
+
+.h_script
+{
+ color: #000080;
+}
+
+.h_singlestring
+{
+ color: olive;
+}
+
+.h_tag
+{
+ color: #000080;
+}
+
+.h_tagend
+{
+ color: #000080;
+}
+
+.h_tagunknown
+{
+ color: #ff0000;
+}
+
+.h_xmlend
+{
+ color: #0000ff;
+}
+
+.h_xmlstart
+{
+ color: #0000ff;
+}
+
+.pl_array
+{
+ color: black;
+}
+
+.pl_backticks
+{
+ color: olive;
+}
+
+.pl_character
+{
+ color: olive;
+}
+
+.pl_commentline
+{
+ color: green;
+ font-style: italic;
+}
+
+.pl_datasection
+{
+ color: olive;
+}
+
+.pl_default
+{
+}
+
+.pl_error
+{
+ color: red;
+ font-weight: bold;
+}
+
+.pl_hash
+{
+ color: black;
+}
+
+.pl_here_delim
+{
+ color: olive;
+}
+
+.pl_here_q
+{
+ color: olive;
+}
+
+.pl_here_qq
+{
+ color: olive;
+}
+
+.pl_here_qx
+{
+ color: olive;
+}
+
+.pl_identifier
+{
+ color: black;
+}
+
+.pl_longquote
+{
+ color: olive;
+}
+
+.pl_number
+{
+ color: #009999;
+}
+
+.pl_operator
+{
+ color: black;
+}
+
+.pl_pod
+{
+ color: black;
+ font-style: italic;
+}
+
+.pl_preprocessor
+{
+ color: navy;
+ font-weight: bold;
+}
+
+.pl_punctuation
+{
+ color: black;
+}
+
+.pl_regex
+{
+ color: olive;
+}
+
+.pl_regsubst
+{
+ color: olive;
+}
+
+.pl_scalar
+{
+ color: black;
+}
+
+.pl_string
+{
+ color: olive;
+}
+
+.pl_string_q
+{
+ color: olive;
+}
+
+.pl_string_qq
+{
+ color: olive;
+}
+
+.pl_string_qr
+{
+ color: olive;
+}
+
+.pl_string_qw
+{
+ color: olive;
+}
+
+.pl_string_qx
+{
+ color: olive;
+}
+
+.pl_symboltable
+{
+ color: black;
+}
+
+.pl_word
+{
+ color: navy;
+ font-weight: bold;
+}
+
+.p_character
+{
+ color: olive;
+}
+
+.p_classname
+{
+ color: blue;
+ font-weight: bold;
+}
+
+.p_commentblock
+{
+ color: gray;
+ font-style: italic;
+}
+
+.p_commentline
+{
+ color: green;
+ font-style: italic;
+}
+
+.p_default
+{
+}
+
+.p_defname
+{
+ color: #009999;
+ font-weight: bold;
+}
+
+.p_identifier
+{
+ color: black;
+}
+
+.p_number
+{
+ color: #009999;
+}
+
+.p_operator
+{
+ color: black;
+}
+
+.p_string
+{
+ color: olive;
+}
+
+.p_stringeol
+{
+ color: olive;
+}
+
+.p_triple
+{
+ color: olive;
+}
+
+.p_tripledouble
+{
+ color: olive;
+}
+
+.p_word
+{
+ color: navy;
+ font-weight: bold;
+}
+
+.yaml_comment
+{
+ color: #008800;
+ font-style: italic;
+}
+
+.yaml_default
+{
+}
+
+.yaml_document
+{
+ color: #808080;
+ font-style: italic;
+}
+
+.yaml_identifier
+{
+ color: navy;
+ font-weight: bold;
+}
+
+.yaml_keyword
+{
+ color: #880088;
+}
+
+.yaml_number
+{
+ color: #880000;
+}
+
+.yaml_reference
+{
+ color: #008888;
+}
+
diff --git a/doc/html/html4css1.css b/doc/html/html4css1.css
new file mode 100644
index 0000000..09ed2bf
--- /dev/null
+++ b/doc/html/html4css1.css
@@ -0,0 +1,287 @@
+/*
+:Author: David Goodger
+:Contact: goodger at users.sourceforge.net
+:Date: $Date: 2009-09-23 09:15:33 +0200 (Mi, 23. Sep 2009) $
+:Revision: $Revision: 1163 $
+:Copyright: This stylesheet has been placed in the public domain.
+
+Default cascading style sheet for the HTML output of Docutils.
+
+See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
+customize this style sheet.
+*/
+
+/* used to remove borders from tables and images */
+.borderless, table.borderless td, table.borderless th {
+ border: 0 }
+
+table.borderless td, table.borderless th {
+ /* Override padding for "table.docutils td" with "! important".
+ The right padding separates the table cells. */
+ padding: 0 0.5em 0 0 ! important }
+
+.first {
+ /* Override more specific margin styles with "! important". */
+ margin-top: 0 ! important }
+
+.last, .with-subtitle {
+ margin-bottom: 0 ! important }
+
+.hidden {
+ display: none }
+
+a.toc-backref {
+ text-decoration: none ;
+ color: black }
+
+blockquote.epigraph {
+ margin: 2em 5em ; }
+
+dl.docutils dd {
+ margin-bottom: 0.5em }
+
+/* Uncomment (and remove this text!) to get bold-faced definition list terms
+dl.docutils dt {
+ font-weight: bold }
+*/
+
+div.abstract {
+ margin: 2em 5em }
+
+div.abstract p.topic-title {
+ font-weight: bold ;
+ text-align: center }
+
+div.admonition, div.attention, div.caution, div.danger, div.error,
+div.hint, div.important, div.note, div.tip, div.warning {
+ margin: 2em ;
+ border: medium outset ;
+ padding: 1em }
+
+div.admonition p.admonition-title, div.hint p.admonition-title,
+div.important p.admonition-title, div.note p.admonition-title,
+div.tip p.admonition-title {
+ font-weight: bold ;
+ font-family: sans-serif }
+
+div.attention p.admonition-title, div.caution p.admonition-title,
+div.danger p.admonition-title, div.error p.admonition-title,
+div.warning p.admonition-title {
+ color: red ;
+ font-weight: bold ;
+ font-family: sans-serif }
+
+/* Uncomment (and remove this text!) to get reduced vertical space in
+ compound paragraphs.
+div.compound .compound-first, div.compound .compound-middle {
+ margin-bottom: 0.5em }
+
+div.compound .compound-last, div.compound .compound-middle {
+ margin-top: 0.5em }
+*/
+
+div.dedication {
+ margin: 2em 5em ;
+ text-align: center ;
+ font-style: italic }
+
+div.dedication p.topic-title {
+ font-weight: bold ;
+ font-style: normal }
+
+div.figure {
+ margin-left: 2em ;
+ margin-right: 2em }
+
+div.footer, div.header {
+ clear: both;
+ font-size: smaller }
+
+div.line-block {
+ display: block ;
+ margin-top: 1em ;
+ margin-bottom: 1em }
+
+div.line-block div.line-block {
+ margin-top: 0 ;
+ margin-bottom: 0 ;
+ margin-left: 1.5em }
+
+div.sidebar {
+ margin-left: 1em ;
+ border: medium outset ;
+ padding: 1em ;
+ background-color: #ffffee ;
+ width: 40% ;
+ float: right ;
+ clear: right }
+
+div.sidebar p.rubric {
+ font-family: sans-serif ;
+ font-size: medium }
+
+div.system-messages {
+ margin: 5em }
+
+div.system-messages h1 {
+ color: red }
+
+div.system-message {
+ border: medium outset ;
+ padding: 1em }
+
+div.system-message p.system-message-title {
+ color: red ;
+ font-weight: bold }
+
+div.topic {
+ margin: 2em }
+
+h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
+h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
+ margin-top: 0.4em }
+
+h1.title {
+ text-align: center }
+
+h2.subtitle {
+ text-align: center }
+
+hr.docutils {
+ width: 75% }
+
+img.align-left {
+ clear: left }
+
+img.align-right {
+ clear: right }
+
+ol.simple, ul.simple {
+ margin-bottom: 1em }
+
+ol.arabic {
+ list-style: decimal }
+
+ol.loweralpha {
+ list-style: lower-alpha }
+
+ol.upperalpha {
+ list-style: upper-alpha }
+
+ol.lowerroman {
+ list-style: lower-roman }
+
+ol.upperroman {
+ list-style: upper-roman }
+
+p.attribution {
+ text-align: right ;
+ margin-left: 50% }
+
+p.caption {
+ font-style: italic }
+
+p.credits {
+ font-style: italic ;
+ font-size: smaller }
+
+p.label {
+ white-space: nowrap }
+
+p.rubric {
+ font-weight: bold ;
+ font-size: larger ;
+ color: maroon ;
+ text-align: center }
+
+p.sidebar-title {
+ font-family: sans-serif ;
+ font-weight: bold ;
+ font-size: larger }
+
+p.sidebar-subtitle {
+ font-family: sans-serif ;
+ font-weight: bold }
+
+p.topic-title {
+ font-weight: bold }
+
+pre.address {
+ margin-bottom: 0 ;
+ margin-top: 0 ;
+ font-family: serif ;
+ font-size: 100% }
+
+pre.literal-block, pre.doctest-block {
+ margin-left: 2em ;
+ margin-right: 2em ;
+ background-color: #eeeeee }
+
+span.classifier {
+ font-family: sans-serif ;
+ font-style: oblique }
+
+span.classifier-delimiter {
+ font-family: sans-serif ;
+ font-weight: bold }
+
+span.interpreted {
+ font-family: sans-serif }
+
+span.option {
+ white-space: nowrap }
+
+span.pre {
+ white-space: pre }
+
+span.problematic {
+ color: red }
+
+span.section-subtitle {
+ /* font-size relative to parent (h1..h6 element) */
+ font-size: 80% }
+
+table.citation {
+ border-left: solid 1px gray;
+ margin-left: 1px }
+
+table.docinfo {
+ margin: 2em 4em }
+
+table.docutils {
+ margin-top: 0.5em ;
+ margin-bottom: 0.5em;
+ background-color: #f7fffd;
+ border-color: #72ada8;
+ border: solid thin #aaaaaa;
+}
+
+table.footnote {
+ border-left: solid 1px black;
+ margin-left: 1px }
+
+table.docutils td, table.docutils th,
+table.docinfo td, table.docinfo th {
+ padding-left: 0.5em ;
+ padding-right: 0.5em ;
+ vertical-align: top }
+
+table.docutils th.field-name, table.docinfo th.docinfo-name {
+ font-weight: bold ;
+ text-align: left ;
+ white-space: nowrap ;
+}
+
+td.field-body, th.field-name {
+ padding: 0.5em;
+ border: solid thin #aaaaaa;
+}
+
+h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
... 24910 lines suppressed ...
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/gamera.git
More information about the Python-modules-commits
mailing list