summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Müllenhaupt <mm@netlair.de>2013-07-31 11:05:57 (GMT)
committerMartin Müllenhaupt <mm@netlair.de>2013-07-31 11:05:57 (GMT)
commitc07b02a842de16ce0feeb6bb0c2932221fddf91e (patch)
treea0f6031a7352205f90e88cca4bb0b8fcccf57048
parent9636406dff8d2655a85379a8ed4bda219f98af9e (diff)
downloadmxe-c07b02a842de16ce0feeb6bb0c2932221fddf91e.zip
mxe-c07b02a842de16ce0feeb6bb0c2932221fddf91e.tar.gz
mxe-c07b02a842de16ce0feeb6bb0c2932221fddf91e.tar.bz2
package itk: update to version 4.4.1 which includes our hostcheck patch
-rw-r--r--index.html2
-rw-r--r--src/itk-1-hostcheck.patch14
-rw-r--r--src/itk-1-tryrun.patch (renamed from src/itk-2-tryrun.patch)0
-rw-r--r--src/itk.mk4
4 files changed, 3 insertions, 17 deletions
diff --git a/index.html b/index.html
index 39375eb..eca30b5 100644
--- a/index.html
+++ b/index.html
@@ -1345,7 +1345,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td class="package">itk</td>
- <td class="website"><a href="http://www.itk.org/">ITK</a></td>
+ <td class="website"><a href="http://www.itk.org/">Insight Segmentation and Registration Toolkit (ITK)</a></td>
</tr>
<tr>
<td class="package">jasper</td>
diff --git a/src/itk-1-hostcheck.patch b/src/itk-1-hostcheck.patch
deleted file mode 100644
index df28c44..0000000
--- a/src/itk-1-hostcheck.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-# This file is part of MXE.
-# See index.html for further information.
-
---- InsightToolkit-4.3.2/CMakeLists.txt 2013-04-23 13:35:23.000000000 +0200
-+++ InsightToolkit-4.3.2/CMakeLists.txt.new 2013-06-26 18:42:27.360004957 +0200
-@@ -12,7 +12,7 @@
-
- project(ITK)
-
--if( WIN32 )
-+if( CMAKE_HOST_WIN32 )
-
- string( LENGTH "${CMAKE_CURRENT_SOURCE_DIR}" n )
- if( n GREATER 50 )
diff --git a/src/itk-2-tryrun.patch b/src/itk-1-tryrun.patch
index 0a19da4..0a19da4 100644
--- a/src/itk-2-tryrun.patch
+++ b/src/itk-1-tryrun.patch
diff --git a/src/itk.mk b/src/itk.mk
index 4d83d26..1b2fb61 100644
--- a/src/itk.mk
+++ b/src/itk.mk
@@ -3,8 +3,8 @@
PKG := itk
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 4.4.0
-$(PKG)_CHECKSUM := 859854cee741d97cbd3a44b1a46ff5f7a580ebca
+$(PKG)_VERSION := 4.4.1
+$(PKG)_CHECKSUM := 9272a15323e9c1d44f598fca02d2bb0c16478bb5
$(PKG)_SUBDIR := InsightToolkit-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR).tar.xz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)