Package Details: mitk-bin 2018.04.2-1

Git Clone URL: https://aur.archlinux.org/mitk-bin.git (read-only, click to copy)
Package Base: mitk-bin
Description: Medical Imaging Interaction Toolkit (MITK) is a free open-source software system for development of interactive medical image processing software.
Upstream URL: http://mitk.org
Licenses: BSD
Provides: mitk
Submitter: b52
Maintainer: None
Last Packager: jaantoots
Votes: 0
Popularity: 0.000000
First Submitted: 2016-11-18 19:47 (UTC)
Last Updated: 2020-03-23 10:09 (UTC)

Latest Comments

jaantoots commented on 2018-02-25 17:07 (UTC) (edited on 2018-02-25 17:07 (UTC) by jaantoots)

Currently, the package has 2 issues:

1) md5sums are out of date with the download available on mitk.org

2) mitk-workbench does not launch with its libQt5* libraries deleted

Fixed by:

@@ -10,7 +10,7 @@ depends=('libxnvctrl' 'qt5-tools' 'qt5-webkit')
 source=("http://www.mitk.org/download/releases/MITK-2016.11/Linux/MITK-2016.11.0-linux64.tar.gz"
         "mitk-workbench"
        "mitk-workbench.desktop")
-md5sums=('ceb17c4813d269878f1909d172417d21'
+md5sums=('1d172704d82d0592806488b50e489dc0'
          '94d6bfecbc75195a38eced4dd8ff28bc'
          '225b216d2e924488f10e6927a820a299')

@@ -19,7 +19,6 @@ options=(!strip)
 package() {
   mkdir "$pkgdir/opt"
   cp -r "$srcdir/MITK-2016.11.0-linux64/bin/" "$pkgdir/opt/MITK-2016.11.0"
-  rm -f $pkgdir/opt/MITK-2016.11.0/libQt5*
   chmod 644 $pkgdir/opt/MITK-2016.11.0/lib*
   install -Dm755 "$srcdir/mitk-workbench" "$pkgdir/usr/bin/mitk-workbench"
   install -Dm644 "$srcdir/mitk-workbench.desktop" "$pkgdir/usr/share/applications/mitk-workbench.desktop"