Package Details: itk-snap-bin 4.2.2-3

Git Clone URL: https://aur.archlinux.org/itk-snap-bin.git (read-only, click to copy)
Package Base: itk-snap-bin
Description: A software application used to segment structures in 3D medical images
Upstream URL: https://www.itksnap.org
Licenses: GPL-3.0-or-later
Conflicts: itk-snap
Provides: itk-snap
Submitter: hottea
Maintainer: hottea (lilac)
Last Packager: lilac
Votes: 3
Popularity: 0.000000
First Submitted: 2019-05-29 01:11 (UTC)
Last Updated: 2025-03-04 06:04 (UTC)

Latest Comments

hottea commented on 2025-03-05 00:42 (UTC)

I have update the PKGBUILD, and build it successfully.

ajschadler12 commented on 2025-03-04 17:46 (UTC)

Current URL and source dir name need to change. See diff:

diff --git a/PKGBUILD b/PKGBUILD
index 7cd32ee..e3a4b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ makedepends=(
 provides=('itk-snap')
 conflicts=('itk-snap')
 source=(
-    "${pkgname}-${pkgver}.tar.gz::https://sourceforge.net/projects/itk-snap/files/itk-snap/${pkgver}/itksnap-${pkgver}-Linux-gcc64.tar.gz"
+    "${pkgname}-${pkgver}.tar.gz::https://sourceforge.net/projects/itk-snap/files/itk-snap/${pkgver}/itksnap-${pkgver}-${_date}-Linux-x86_64.tar.gz"
     "${_pkgname}.png::https://github.com/pyushkevich/itksnap/raw/master/GUI/Qt/Resources/logo_square.png"
 )
 sha512sums=('e9cace7d9235960a4a400ea86a3014c18a6ba2b23f24a58a5ded9e237d4f4669b07686f2f048f61398047d09a7144adc62a1dea9304415fccf4245b16ffa6877'
@@ -36,7 +36,7 @@ prepare() {
 }
 package() {
   install -d "${pkgdir}/usr"
-  mv "${srcdir}/itksnap-${pkgver}-${_date}-Linux-gcc64/"* "${pkgdir}/usr"
+  mv "${srcdir}/itksnap-${pkgver}-${_date}-Linux-x86_64/"* "${pkgdir}/usr"
   install -Dm644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
   install -Dm644 "${srcdir}/${_pkgname}.png" "${pkgdir}/usr/share/pixmaps/${_pkgname}.png"
 }

tugyan commented on 2025-03-03 18:02 (UTC)

It looks like the URL for the download is changed slightly, and the current URL is not valid. Filename should be "itksnap-4.2.2-Linux-x86_64.tar.gz" instead of "itksnap-4.2.2-Linux-gcc64.tar.gz".

rabin commented on 2022-05-17 17:51 (UTC)

Please add (glu)[https://archlinux.org/packages/extra/x86_64/glu/] as a runtime dependency for the project.