package itk: update to version 4.4.1 which includes our hostcheck patch

This commit is contained in:
Martin Müllenhaupt 2013-07-31 13:05:57 +02:00
parent 9636406dff
commit c07b02a842
4 changed files with 3 additions and 17 deletions

View File

@ -1345,7 +1345,7 @@ USE_OSGPLUGIN(<plugin2>)
</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>

View File

@ -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 )

View File

@ -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)