{ "app-id": "net.orxonox.Orxonox", "runtime": "org.freedesktop.Platform", "runtime-version": "18.08", "sdk": "org.freedesktop.Sdk", "command": "run", "modules": [ { "name": "enet", "buildsystem": "autotools", "sources": [ { "type": "archive", "path": "deps/enet-1.3.13.tar.gz", "sha256": "e36072021faa28731b08c15b1c3b5b91b911baf5f6abcc7fe4a6d425abada35c" } ] }, { "name": "freealut", "buildsystem": "cmake", "sources": [ { "type": "archive", "path": "deps/freealut-last-upstream-commit.tar.gz", "sha256": "fefc7aca3c64a7529531afc35a412db351c1f4a425af023d12c9a80f8f1e1a53" } ] }, { "name": "boost", "cleanup": [ "/lib/libboost_*.a" ], "sources": [ { "type": "archive", "path": "deps/boost_1_68_0.tar.bz2", "sha256": "7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7" }, { "type": "file", "path": "boost-configure", "dest-filename": "configure" } ] }, { "name": "xmu", "buildsystem": "autotools", "sources": [ { "type": "archive", "path": "deps/libXmu-1.1.1.tar.gz" } ] }, { "name": "xaw", "buildsystem": "autotools", "sources": [ { "type": "archive", "path": "deps/libXaw-1.0.11.tar.gz" } ] }, { "name": "freetype", "buildsystem": "autotools", "builddir": true, "sources": [ { "type": "archive", "path": "deps/freetype-2.4.0.tar.gz" } ] }, { "name": "freeimage", "buildsystem": "simple", "build-commands": [ "make -j", "make install" ], "sources": [ { "type": "archive", "path": "deps/FreeImage3180-modified.tar.xz" } ] }, { "name": "glu", "buildsystem": "autotools", "sources": [ { "type": "archive", "path": "deps/glu.tar.xz" } ] }, { "name": "ogre", "buildsystem": "cmake", "sources": [ { "type": "archive", "path": "deps/ogre-1.9.tar.xz" }, { "type": "patch", "path": "ogre1.9-gcc5.2.patch" } ] }, { "name": "lua", "buildsystem": "cmake", "config-opts": [], "sources": [ { "type": "archive", "path": "deps/lua-5.1.5.tar.gz" } ] }, { "name": "tolua++", "buildsystem": "cmake", "sources": [ { "type": "archive", "path": "deps/toluapp-1.0.93.tar.gz" } ] }, { "name": "cegui", "buildsystem": "cmake", "sources": [ { "type": "archive", "path": "deps/cegui-0.8.7.tar.bz2", "sha256": "b351e8957716d9c170612c13559e49530ef911ae4bac2feeb2dacd70b430e518" } ] }, { "name": "tinyxml", "buildsystem": "cmake", "sources": [ { "type": "archive", "path": "deps/tinyxml_2_6_2-cmake.tar.xz" } ] }, { "name": "tcl", "buildsystem": "simple", "subdir": "unix", "build-commands": [ "./configure --prefix=/app --exec-prefix=/app", "make -j", "make install", "chmod 755 /app/lib/libtcl8.6.so", "chmod 755 /app/lib/tdbcpostgres1.0.6/libtdbcpostgres1.0.6.so" ], "sources": [ { "type": "archive", "path": "deps/tcl8.6.8-src.tar.gz" } ] }, { "name": "orxonox", "buildsystem": "cmake", "builddir": true, "subdir": "code", "sources": [ { "type": "dir", "path": "orxonox" } ] } ], "finish-args": [ "--socket=x11", "--share=network", "--share=ipc", "--device=dri", "--socket=pulseaudio" ] }