Vladimír Vondruš
4ce0135154
package: fix Emscripten PKGBUILD.
...
Caused by cb987f25d3 , unnoticed since.
12 years ago
Vladimír Vondruš
d4ec4ed339
package: run the tests multiprocess.
...
They are now taking too long (9 secs), with -j5 just 3 secs.
12 years ago
Vladimír Vondruš
4027a097e4
package: build ObjImporter in all packages by default.
12 years ago
Vladimír Vondruš
fe34fe84a3
package: build AndroidApplication in development PKGBUILDs.
12 years ago
Vladimír Vondruš
facebfee6c
package: Android ARM and x86 development ArchLinux PKGBUILDs.
12 years ago
Vladimír Vondruš
cb987f25d3
package: Audio library is disabled by default.
12 years ago
Vladimír Vondruš
0ed2103411
package: enable everything possible in ArchLinux PKGBUILD.
...
Not enabling optional Platform classes, as they would introduce
additional dependencies.
12 years ago
Vladimír Vondruš
132c2f4e64
package: ensure that static libs are being kept in ArchLinux packages.
...
I forgot to merge my /etc/makepkg.conf.pacnew and thus didn't notice it
until now.
12 years ago
Vladimír Vondruš
9617646c41
package: explicitly build also WindowlessGlxApplication in dev PKGBUILDs.
13 years ago
Vladimír Vondruš
35340fb184
package: added ES3 desktop PKGBUILD.
13 years ago
Vladimír Vondruš
a8b91a0914
package: building Sdl2Application also in es2desktop PKGBUILD.
13 years ago
Vladimír Vondruš
aa04443d01
package: updated URL in development PKGBUILDs.
13 years ago
Vladimír Vondruš
377d575bef
package: added Clang/libc++ and GCC 4.9 development PKGBUILDs.
13 years ago
Vladimír Vondruš
d6a54ea5e5
package: enable everything possible for development PKGBUILDs.
13 years ago
Vladimír Vondruš
fcd48a50f5
package: added Clang PKGBUILD.
13 years ago
Vladimír Vondruš
1188e08034
Moved development PKGBUILDs to `package/archlinux`.
...
They cluttered the root project dir way too much.
13 years ago
Vladimír Vondruš
9749f1ec6a
Add missing `openal` dependency to ArchLinux PKGBUILDs.
13 years ago
Vladimír Vondruš
27215ef18f
Remove `glew` dependency also from all PKGBUILDs.
13 years ago
Vladimír Vondruš
ca846fc1f1
package: updated magnum-git ArchLinux package.
...
Enabled the least intrusive parts to avoid having many/obscure
dependencies. People would need to enable additional modules on their
own.
13 years ago
Vladimír Vondruš
a7ff819dd8
Relicensing to MIT/Expat license, part 5: updated package files.
13 years ago
Vladimír Vondruš
27e1dce533
Got rid of Qt's QtTest in favor of Corrade's TestSuite.
...
Now we can use CORRADE_COMPARE() almost exclusively for comparing
Vector, Matrix instances and all containers from STL. Tests running time
for all 31 tests is now around 0.1 sec instead of two seconds like
before.
Disabled compilation of all benchmarks, because TestSuite cannot handle
them yet.
PKGBUILD from AUR now can shamelessly use check() function without
unnecessary dependencies.
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