summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimír Vondruš2018-04-05 22:28:22 +0200
committerVladimír Vondruš2018-04-05 22:28:22 +0200
commitf612d605782e85b549c4eb02f2017ba4ea3d8e3b (patch)
tree195749a32ecaec9bae1a5344aabebc581fb0e529 /PKGBUILD
parentaa35f60a0c5a786dd82b9c0527b2373bdab3b3ac (diff)
downloadaur-f612d605782e85b549c4eb02f2017ba4ea3d8e3b.tar.gz
Updated to latest buildsystem changes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32e5204be8e6..d4a34d94242f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Author: mosra <mosra@centrum.cz>
pkgname=magnum-plugins-git
-pkgver=2018.02.r0.gb4a0a5d
+pkgver=2018.02.r76.g2d3d8d4
pkgrel=1
pkgdesc="Plugins for the Magnum C++11/C++14 graphics engine (Git version)"
arch=('i686' 'x86_64')
@@ -25,10 +25,6 @@ build() {
cmake "$srcdir/${pkgname%-git}" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DWITH_ANYAUDIOIMPORTER=ON \
- -DWITH_ANYIMAGECONVERTER=ON \
- -DWITH_ANYIMAGEIMPORTER=ON \
- -DWITH_ANYSCENEIMPORTER=ON \
-DWITH_ASSIMPIMPORTER=ON \
-DWITH_DDSIMPORTER=ON \
-DWITH_DEVILIMAGEIMPORTER=ON \
@@ -44,7 +40,8 @@ build() {
-DWITH_STBIMAGECONVERTER=ON \
-DWITH_STBIMAGEIMPORTER=ON \
-DWITH_STBTRUETYPEFONT=ON \
- -DWITH_STBVORBISAUDIOIMPORTER=ON
+ -DWITH_STBVORBISAUDIOIMPORTER=ON \
+ -DWITH_TINYGLTFIMPORTER=ON
make
}