summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimír Vondruš2019-10-26 13:03:02 +0200
committerVladimír Vondruš2019-10-26 13:03:02 +0200
commitab33cc33968c6632512cbe872ad73798f26ffebd (patch)
tree8050605633124e695c3861422834a422c3f330b0
parent9c6e8889346d7a661317915b9fb798314e8e2016 (diff)
downloadaur-ab33cc33968c6632512cbe872ad73798f26ffebd.tar.gz
2019.10.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 599918d26b9c..e88a10b07c7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = magnum-integration-git
pkgdesc = Integration libraries for the Magnum C++11/C++14 graphics engine (Git version)
- pkgver = 2019.01.r0.gb1a4328
+ pkgver = 2019.10.r0.g5e103b5
pkgrel = 1
url = https://magnum.graphics
arch = i686
@@ -10,6 +10,7 @@ pkgbase = magnum-integration-git
makedepends = git
depends = magnum-git
depends = bullet
+ depends = eigen
depends = glm
provides = magnum-integration
conflicts = magnum-integration
diff --git a/PKGBUILD b/PKGBUILD
index 945a950e060f..05b69bbed2db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Author: mosra <mosra@centrum.cz>
pkgname=magnum-integration-git
-pkgver=2019.01.r0.gb1a4328
+pkgver=2019.10.r0.g5e103b5
pkgrel=1
pkgdesc="Integration libraries for the Magnum C++11/C++14 graphics engine (Git version)"
arch=('i686' 'x86_64')
url="https://magnum.graphics"
license=('MIT')
-depends=('magnum-git' 'bullet' 'glm')
+depends=('magnum-git' 'bullet' 'eigen' 'glm')
makedepends=('cmake' 'git')
provides=('magnum-integration')
conflicts=('magnum-integration')
@@ -26,6 +26,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_BULLET=ON \
+ -DWITH_EIGEN=ON \
-DWITH_GLM=ON \
-DWITH_DART=OFF \
-DWITH_IMGUI=OFF