summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimír Vondruš2018-01-15 08:46:34 +0100
committerVladimír Vondruš2018-01-15 08:46:34 +0100
commitaf11de186fd134dd57b47c70dcb76aad1f010359 (patch)
tree9395e5aeb0eef73ee9852e61762f285c55f84263
parent04df47517fefc1009ce66700ed9e0dedbde0a8c4 (diff)
downloadaur-af11de186fd134dd57b47c70dcb76aad1f010359.tar.gz
Updated to latest.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab3467f98f55..5c39b0281789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = magnum-plugins-git
- pkgdesc = Plugins for Magnum graphics engine (Git version)
- pkgver = snapshot.2015.05.r374.gb0a6d6e
+ pkgdesc = Plugins for the Magnum C++11/C++14 graphics engine (Git version)
+ pkgver = snapshot.2015.05.r487.g5beea61
pkgrel = 1
- url = http://mosra.cz/blog/magnum.php
+ url = http://magnum.graphics
arch = i686
arch = x86_64
license = MIT
@@ -13,6 +13,7 @@ pkgbase = magnum-plugins-git
depends = libpng
depends = libjpeg
depends = freetype2
+ depends = assimp
provides = magnum-plugins
conflicts = magnum-plugins
source = git+git://github.com/mosra/magnum-plugins.git
diff --git a/PKGBUILD b/PKGBUILD
index bb96f60bf2e7..4615403d3391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Author: mosra <mosra@centrum.cz>
pkgname=magnum-plugins-git
-pkgver=snapshot.2015.05.r374.gb0a6d6e
+pkgver=snapshot.2015.05.r487.g5beea61
pkgrel=1
-pkgdesc="Plugins for Magnum graphics engine (Git version)"
+pkgdesc="Plugins for the Magnum C++11/C++14 graphics engine (Git version)"
arch=('i686' 'x86_64')
-url="http://mosra.cz/blog/magnum.php"
+url="http://magnum.graphics"
license=('MIT')
-depends=('magnum-git' 'devil' 'libpng' 'libjpeg' 'freetype2')
+depends=('magnum-git' 'devil' 'libpng' 'libjpeg' 'freetype2' 'assimp')
makedepends=('cmake' 'git')
provides=('magnum-plugins')
conflicts=('magnum-plugins')
@@ -29,6 +29,7 @@ build() {
-DWITH_ANYIMAGECONVERTER=ON \
-DWITH_ANYIMAGEIMPORTER=ON \
-DWITH_ANYSCENEIMPORTER=ON \
+ -DWITH_ASSIMPIMPORTER=ON \
-DWITH_DDSIMPORTER=ON \
-DWITH_DEVILIMAGEIMPORTER=ON \
-DWITH_DRFLACAUDIOIMPORTER=ON \