{ "app-id": "net.orxonox.Orxonox", "runtime": "org.freedesktop.Platform", "runtime-version": "18.08", "sdk": "org.freedesktop.Sdk", "command": "/app/games/orxonox", "cleanup": [ "/lib/*.a" ], "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", "sources": [ { "type": "archive", "path": "deps/boost_1_68_0.tar.bz2", "sha256": "7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7" }, { "type": "file", "path": "res/boost-configure", "dest-filename": "configure" } ] }, { "name": "xmu", "buildsystem": "autotools", "sources": [ { "type": "archive", "path": "deps/libXmu-1.1.1.tar.gz", "sha256": "e7f7f227c8f430de81984d9725113ecd8994d07de372abf334b1c3dec31ceaf1" } ] }, { "name": "xaw", "buildsystem": "autotools", "sources": [ { "type": "archive", "path": "deps/libXaw-1.0.11.tar.gz", "sha256": "ef4dd840b2896401c75d68cf0296a7243b5953f22261f8e8c4a92b53e771fc90" } ] }, { "name": "freetype", "buildsystem": "autotools", "builddir": true, "sources": [ { "type": "archive", "path": "deps/freetype-2.4.0.tar.gz", "sha256": "7d7cce582e83a9b35edf14a39bddb5303d0c3796865466e3302b6d85663c79a7" } ] }, { "name": "freeimage", "buildsystem": "simple", "build-commands": [ "make -j", "make install" ], "sources": [ { "type": "archive", "path": "deps/FreeImage3180-modified.tar.xz", "sha256": "2784dd06129f7d56b4d49ea5694d03edee0fdc2432e6d08c671f5b55127d31fa" } ] }, { "name": "glu", "buildsystem": "autotools", "sources": [ { "type": "archive", "path": "deps/glu.tar.xz", "sha256": "6d9bfdddf21d873f0ae460375f0904aad2f84197b259ea070ca56d9e796713f8" } ] }, { "name": "ogre", "buildsystem": "cmake", "sources": [ { "type": "archive", "path": "deps/ogre-1.9.tar.xz", "sha256": "2fede124550fe3cb996e1e3efb46392d22f4346b826c1e76e6a1f2ecb476d485" }, { "type": "patch", "path": "res/ogre1.9-gcc5.2.patch" } ] }, { "name": "lua", "buildsystem": "cmake", "sources": [ { "type": "archive", "path": "deps/lua-5.1.5.tar.gz", "sha256": "612b024b1678cbb39a880a8b2c611b40fb267ba19c7d7073953289d046f1e99f" } ] }, { "name": "tolua++", "buildsystem": "cmake", "sources": [ { "type": "archive", "path": "deps/toluapp-1.0.93.tar.gz", "sha256": "0a1ff87cb74e7531aec57e2a7cfdf282116647dea3b46223e3cc7c362b55b5bb" } ] }, { "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", "sha256": "ec877dfc2d9b27a60b10b3686d894d6a14018de870b651dee0f08485231582f4" } ] }, { "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", "sha256": "c43cb0c1518ce42b00e7c8f6eaddd5195c53a98f94adc717234a65cbcfd3f96a" } ] }, { "name": "orxonox", "buildsystem": "cmake", "builddir": true, "subdir": "code", "build-options" : { "env": { "LIBRARY_PATH":"/app/lib" } }, "sources": [ { "type": "dir", "path": "orxonox" } ] } ], "finish-args": [ "--socket=x11", "--share=network", "--share=ipc", "--device=dri", "--socket=pulseaudio" ] }