@ -6,7 +6,7 @@ pkgdesc="OpenGL graphics engine"
arch=('i686' 'x86_64')
url="https://github.com/mosra/magnum"
license=('MIT')
depends=('corrade' 'glew' 'freeglut' 'sdl2')
depends=('corrade' 'freeglut' 'sdl2')
makedepends=('cmake')
options=(!strip)
provides=('magnum-git')
@ -6,7 +6,7 @@ pkgdesc="OpenGL graphics engine (mingw32)"
arch=('any')
depends=('mingw32-runtime' 'mingw32-corrade' 'mingw32-glew' 'mingw32-freeglut')
depends=('mingw32-runtime' 'mingw32-corrade' 'mingw32-freeglut')
makedepends=('mingw32-gcc' 'cmake' 'corrade')
options=(!buildflags !strip)
depends=('corrade' 'glew' 'sdl-hg' 'freeglut')
depends=('corrade' 'sdl-hg' 'freeglut')
@ -6,7 +6,7 @@ pkgdesc="C++11 and OpenGL 2D/3D graphics engine (Git version)"
url="http://mosra.cz/blog/magnum.php"
depends=('corrade-git' 'glew' 'glut' 'openal')
depends=('corrade-git' 'glut' 'openal')
makedepends=('cmake' 'git')
provides=('magnum')
conflicts=('magnum')