[Python-modules-commits] [gamera] 01/03: Imported Upstream version 3.4.2+svn1431

Daniel Stender danstender-guest at moszumanska.debian.org
Thu May 14 10:31:47 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 0ab68fe7be11f5f232ccec7c9f47ec6746d05f78
Author: Daniel Stender <debian at danielstender.com>
Date:   Thu May 14 12:07:15 2015 +0200

    Imported Upstream version 3.4.2+svn1431
---
 CHANGES                                            |   7 +
 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/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 -
 .../mac/ScriptExec/English.lproj/InfoPlist.strings | Bin 0 -> 314 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 0 -> 1627 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 0 -> 46808 bytes
 gamera/mac/gameraclick/Gamera.app/Contents/PkgInfo |   1 +
 .../Resources/English.lproj/InfoPlist.strings      | Bin 0 -> 314 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 0 -> 51770 bytes
 .../Gamera.app/Contents/Resources/openDoc          |   4 +
 .../Gamera.app/Contents/Resources/script           |  34 +
 gamera/mac/resources/dummy                         |   1 +
 gamera_gui                                         |  31 -
 include/connected_components.hpp                   |   4 +-
 include/plugins/tiff_support.hpp                   |  33 +-
 mingw32_cross_compile.py                           | 209 +++++
 sf-12-2012                                         |   3 +
 src/imageobject.cpp                                |   5 +-
 src/libtiff/COPYRIGHT                              |  21 +
 76 files changed, 2230 insertions(+), 11188 deletions(-)

diff --git a/CHANGES b/CHANGES
index 4d34418..2523914 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,13 @@
 Changes made between Gamera File Releases
 =========================================
 
+ - reading of tiff images more error robust
+   (fixes Debian bug #784795)
+
+ - get() method corrected for Cc's with storage format RLE
+   (fixes Debian bug #763440)
+
+
 Version 3.4.2, Apr 23, 2015
 ----------------------------
 
diff --git a/PKG-INFO b/PKG-INFO
deleted file mode 100644
index de385ea..0000000
--- a/PKG-INFO
+++ /dev/null
@@ -1,12 +0,0 @@
-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
deleted file mode 100644
index fdbdb32..0000000
--- a/doc/html/default.css
+++ /dev/null
@@ -1,530 +0,0 @@
- 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
deleted file mode 100644
index 09ed2bf..0000000
--- a/doc/html/html4css1.css
+++ /dev/null
@@ -1,287 +0,0 @@
-/*
-: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,
-h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
-  font-size: 100% }
-
-tt.docutils { }
-
-ul.auto-toc {
-  list-style-type: none }
diff --git a/doc/html/pygments.css b/doc/html/pygments.css
deleted file mode 100644
index 901c83f..0000000
--- a/doc/html/pygments.css
+++ /dev/null
@@ -1,61 +0,0 @@
-.hll { background-color: #ffffcc }
-.c { color: #408080; font-style: italic } /* Comment */
-.err { border: 1px solid #FF0000 } /* Error */
-.k { color: #008000; font-weight: bold } /* Keyword */
-.o { color: #666666 } /* Operator */
-.cm { color: #408080; font-style: italic } /* Comment.Multiline */
-.cp { color: #BC7A00 } /* Comment.Preproc */
-.c1 { color: #408080; font-style: italic } /* Comment.Single */
-.cs { color: #408080; font-style: italic } /* Comment.Special */
-.gd { color: #A00000 } /* Generic.Deleted */
-.ge { font-style: italic } /* Generic.Emph */
-.gr { color: #FF0000 } /* Generic.Error */
-.gh { color: #000080; font-weight: bold } /* Generic.Heading */
-.gi { color: #00A000 } /* Generic.Inserted */
-.go { color: #808080 } /* Generic.Output */
-.gp { color: #000080; font-weight: bold } /* Generic.Prompt */
-.gs { font-weight: bold } /* Generic.Strong */
-.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
-.gt { color: #0040D0 } /* Generic.Traceback */
-.kc { color: #008000; font-weight: bold } /* Keyword.Constant */
-.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
-.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
-.kp { color: #008000 } /* Keyword.Pseudo */
-.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
-.kt { color: #B00040 } /* Keyword.Type */
-.m { color: #666666 } /* Literal.Number */
-.s { color: #BA2121 } /* Literal.String */
-.na { color: #7D9029 } /* Name.Attribute */
-.nb { color: #008000 } /* Name.Builtin */
-.nc { color: #0000FF; font-weight: bold } /* Name.Class */
-.no { color: #880000 } /* Name.Constant */
-.nd { color: #AA22FF } /* Name.Decorator */
-.ni { color: #999999; font-weight: bold } /* Name.Entity */
-.ne { color: #D2413A; font-weight: bold } /* Name.Exception */
-.nf { color: #0000FF } /* Name.Function */
-.nl { color: #A0A000 } /* Name.Label */
-.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
-.nt { color: #008000; font-weight: bold } /* Name.Tag */
-.nv { color: #19177C } /* Name.Variable */
-.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
-.w { color: #bbbbbb } /* Text.Whitespace */
-.mf { color: #666666 } /* Literal.Number.Float */
-.mh { color: #666666 } /* Literal.Number.Hex */
-.mi { color: #666666 } /* Literal.Number.Integer */
-.mo { color: #666666 } /* Literal.Number.Oct */
... 13030 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