Vladimír Vondruš
948e771c79
Update package name in development PKGBUILDs.
...
Be consistent with magnum-git from AUR.
13 years ago
Vladimír Vondruš
9749f1ec6a
Add missing `openal` dependency to ArchLinux PKGBUILDs.
13 years ago
Vladimír Vondruš
db7c68d37f
Forgot to update `sdl2` dependency in ArchLinux PKGBUILd.
13 years ago
Vladimír Vondruš
27215ef18f
Remove `glew` dependency also from all PKGBUILDs.
13 years ago
Vladimír Vondruš
ab56470dec
Updated PKGBUILDs and added ES2/ES3 variants.
13 years ago
Vladimír Vondruš
a7ff819dd8
Relicensing to MIT/Expat license, part 5: updated package files.
13 years ago
Vladimír Vondruš
e034b11718
Excluding benchmarks from CTest run.
...
They took too much time without doing anything useful with measured
time (regression testing).
14 years ago
Vladimír Vondruš
02d3e9166d
Show output on CTest failure.
14 years ago
Vladimír Vondruš
e88f68d219
Added PKGBUILD for release (not debug) building.
14 years ago
Vladimír Vondruš
37eff1149b
Using Vertex Array Objects for mesh drawing.
...
* All attribute pointers and buffer binding is now stored in each
mesh own vertex array object, thus each mesh drawing now needs
only three OpenGL calls.
* Removed default VAO from Scene, which fixes unit test crashes.
14 years ago
Vladimír Vondruš
d35861fa92
Added Git PKGBUILD.
...
Development PKGBUILD in the root thus provides the same functionality as
`magnum-git`.
14 years ago
Vladimír Vondruš
3cefff08cc
Better project URLs.
14 years ago
Vladimír Vondruš
cbda9712e2
Added (incomplete) check() function to development PKGBUILD.
...
Incomplete check is still better than no check.
14 years ago
Vladimír Vondruš
8cf585ac3a
Fixed dependencies in development PKGBUILD.
...
Qt is needed only for building tests, thus it is in makedepends, GLEW on
the other hand is needed all the time, as it is dynamic library. Mesa is
dependency of GLEW, thus removing it.
14 years ago
Vladimír Vondruš
614373e1af
Magnum now depends on Corrade.
...
Corrade will provide necessary things like plugin management and many
other useful utilities.
15 years ago
Vladimír Vondruš
84215bc4e2
Installation commands in CMake, development PKGBUILD.
16 years ago