summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Pfeiler2016-04-08 02:43:58 +0200
committerNorbert Pfeiler2016-04-08 02:43:58 +0200
commitf098161880c51c04e8573662eacea43cb304fcc5 (patch)
tree4044977c2f977efaeecce225617392aea981143a
parent2d70d84db7f7afa32ffea7d802bb9eedc634ae5c (diff)
downloadaur-f098161880c51c04e8573662eacea43cb304fcc5.tar.gz
split boost and add libxmu
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daeddd13d2e7..5b503663ecd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 09:58:46 UTC 2015
+# Fri Apr 8 00:43:40 UTC 2016
pkgbase = knossos
pkgdesc = A software tool for the visualization and annotation of 3D image data. It was developed for the rapid reconstruction of neural morphology and connectivity.
pkgver = 4.1.2
- pkgrel = 4
+ pkgrel = 5
url = http://www.knossostool.org/
arch = x86_64
license = GPL2
makedepends = cmake
- depends = boost
+ makedepends = boost
+ makedepends = libxmu
+ depends = boost-libs
depends = curl
depends = freeglut
depends = glu
diff --git a/PKGBUILD b/PKGBUILD
index dc3ee80006f1..c08cefe76b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=knossos
pkgver=4.1.2
-pkgrel=4
+pkgrel=5
arch=('x86_64')
pkgdesc="A software tool for the visualization and annotation of 3D image data. It was developed for the rapid reconstruction of neural morphology and connectivity."
url="http://www.knossostool.org/"
license=("GPL2")
-depends=("boost"
+depends=("boost-libs"
"curl"
"freeglut"
"glu"
@@ -20,7 +20,7 @@ depends=("boost"
"quazip-qt5"
"snappy"
)
-makedepends=("cmake")
+makedepends=("cmake" "boost" "libxmu") # CMake wants libxmu for GLUT
source=("https://github.com/knossos-project/knossos/archive/v$pkgver.tar.gz"
"knossos.desktop"
"quazip.patch"