summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimír Vondruš2015-08-28 20:03:45 +0200
committerVladimír Vondruš2015-08-28 20:03:45 +0200
commit4e0826ddf301581fe862e131fea7046f0e67b6ee (patch)
tree71fd7170a0deb3ce413b91ef00c985e9452aa53d
parenta0e5d2adeae4ffee5e83b41011504b4ce67f5815 (diff)
downloadaur-4e0826ddf301581fe862e131fea7046f0e67b6ee.tar.gz
Added Audio example.
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3141b78bf054..9dc73d9e122b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Author: mosra <mosra@centrum.cz>
pkgname=magnum-examples-git
-pkgver=snapshot.2015.05.r30.gb27164a
+pkgver=snapshot.2015.05.r64.gc7ff155
pkgrel=1
pkgdesc="Examples for Magnum OpenGL graphics engine (Git version)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
-depends=('magnum-git' 'magnum-plugins-git' 'magnum-integration-git' 'bullet')
+depends=('magnum-git' 'magnum-plugins-git' 'magnum-integration-git' 'bullet' 'openal')
makedepends=('cmake' 'git')
provides=('magnum-examples')
conflicts=('magnum-examples')
@@ -25,6 +25,7 @@ build() {
cmake "$srcdir/${pkgname%-git}" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DWITH_AUDIO=ON \
-DWITH_BULLET=ON \
-DWITH_CUBEMAP=ON \
-DWITH_MOTIONBLUR=ON \