Package Details: ilastik-bin 1.4.0-1

Git Clone URL: https://aur.archlinux.org/ilastik-bin.git (read-only, click to copy)
Package Base: ilastik-bin
Description: The interactive learning and segmentation toolkit
Upstream URL: http://ilastik.org
Licenses: GPL
Submitter: m-pilia
Maintainer: m-pilia
Last Packager: m-pilia
Votes: 1
Popularity: 0.000000
First Submitted: 2018-03-22 08:11 (UTC)
Last Updated: 2023-03-18 11:55 (UTC)

Dependencies (0)

Required by (0)

Sources (2)

Latest Comments

m-pilia commented on 2019-12-15 12:49 (UTC)

@alyst: Thanks, I updated to 1.3.3post2 (released the day after your comment). Whith this version, the default DLAGENT seems to be working fine in a clean environment build.

alyst commented on 2019-12-12 18:39 (UTC) (edited on 2019-12-12 18:40 (UTC) by alyst)

There's 1.3.3post1 version + the default DLAGENT (curl) was not working for me. Here's the patch:

 PKGBUILD | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 843798c..d79d746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
 _pkgname=ilastik
 pkgname=${_pkgname}-bin
 pkgver=1.3.3
-pkgrel=1
+_pkgver=1.3.3post1
+pkgrel=2
 pkgdesc='The interactive learning and segmentation toolkit'
 arch=('x86_64')
 url='http://ilastik.org'
@@ -13,11 +14,13 @@ makedepends=()
 optdepends=()
 options=('!strip')
 conflicts=()
-source=("http://files.ilastik.org/ilastik-${pkgver}-Linux.tar.bz2"
+source=("https://files.ilastik.org/ilastik-${_pkgver}-Linux.tar.bz2"
         "ilastik.desktop")
-sha256sums=('5ade81c71e112b7ce2909a517dedf211e6fc73df006ab63e417942eb95e49367'
+sha256sums=('21850d44999747203f46e3d71b8aa53dc08aa9160c8a128d0196e97f09145bc7'
             '0c8c5c9b5c310448fda82c5b89a1957f56e134ef63a7b579c006abf18dfd8bd2')

+DLAGENTS=("https::/usr/bin/wget -r -np -nd -H %u")
+
 package() {
        cd "${srcdir}"

@@ -28,9 +31,9 @@ package() {
        cp ilastik.desktop "${pkgdir}/usr/share/applications/ilastik.desktop"
        sed -i "s/PKGVER/$pkgver/g" "${pkgdir}/usr/share/applications/ilastik.desktop"

-       cp ilastik-${pkgver}-Linux/ilastik-meta/ilastik/LICENSE* \
+       cp ilastik-${_pkgver}-Linux/ilastik-meta/ilastik/LICENSE* \
                "${pkgdir}/usr/share/licenses/${_pkgname}/."

-       mv "ilastik-${pkgver}-Linux" "${pkgdir}/opt/ilastik"
+       mv "ilastik-${_pkgver}-Linux" "${pkgdir}/opt/ilastik"
 }

-- 
2.24.1

tsj commented on 2018-08-21 20:43 (UTC)

Ah, found the upstream bug and a workaround here: https://github.com/ilastik/ilastik/issues/1768

m-pilia commented on 2018-08-21 02:16 (UTC)

Hello tsj! That is strange, since the binary distribution should already bundle all its dependencies afaik. Do not know how related this is, but I remember a similar problem with salome-meca, that was due to the wrong version of Python being somehow invoked: http://www.salome-platform.org/forum/forum_9/472644021

tsj commented on 2018-08-20 21:18 (UTC)

Context menus are blank for me. For example, the "Add New.." button to load data in a new project just shows a gray box, no text. If I click the box, the file browser dialog shows up, but I can't interact with the GUI like this. Am I missing some dependency?