{"bugs":[{"bugid":961430,"firstseen":"2025-08-12T20:48:17.625975","severity":"normal","status":"CONFIRMED","summary":"[FireBurn] games-fps\/worldofpadman-1.6-r2 from 2021, masquerading as 1.6.2"},{"bugid":963101,"firstseen":"2025-09-19T17:53:55.403793","severity":"normal","status":"CONFIRMED","summary":"=games-fps\/worldofpadman-1.7.0-r1: ~x86 rekeyword"},{"bugid":963154,"firstseen":"2025-09-20T20:03:50.021627","severity":"normal","status":"CONFIRMED","summary":">=games-fps\/worldofpadman-1.7.0 - bundles jpeg, libogg, libtheora, libvorbis, opus, opusfile, zlib"},{"bugid":963754,"firstseen":"2025-10-04T10:53:13.439427","severity":"normal","status":"CONFIRMED","summary":"games-fps\/worldofpadman-1.7.0-r1 - [gcc-16] [ffmpeg8] [boost-1.89] q3asm.c: error: dereferencing type-punned pointer might break strict-aliasing rules [-Werror=strict-ali"}],"categories":[{"categoryid":384,"name":"games-fps","summary":"The games-fps category contains first person shooter games."},{"categoryid":438,"name":"media-libs","summary":"The media-libs category contains media-related libraries."},{"categoryid":451,"name":"net-misc","summary":"The net-misc category contains various miscellaneous networking tools and utilities."},{"categoryid":396,"name":"virtual","summary":"The virtual category contains packages which satisfy virtual dependencies."}],"changelog":[{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"0af053c2524fe4069414fcffd9b60b6081e77f48","committime":"2025-12-26T16:45:47","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"asturm@gentoo.org","authorname":"Andreas Sturmlechner","body":"Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>","commitid":"ebe7b9f446992bd18d8e5ffe750d27ec7c0d3942","committime":"2025-12-26T16:33:49","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: drop 1.7.0-r2"},{"authoremail":"asturm@gentoo.org","authorname":"Andreas Sturmlechner","body":"See also: https:\/\/github.com\/gentoo\/gentoo\/pull\/42805\n\nBug: https:\/\/bugs.gentoo.org\/963154\nSigned-off-by: Andreas Sturmlechner <asturm@gentoo.org>","commitid":"65eb56f0ee8ceb0cfb957ff7f9c254236265e9f4","committime":"2025-12-22T19:52:53","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: Drop dysfunctional IUSE dedicated, cleanup deps"},{"authoremail":"asturm@gentoo.org","authorname":"Andreas Sturmlechner","body":"Bug: https:\/\/bugs.gentoo.org\/963101\nBug: https:\/\/bugs.gentoo.org\/934048\nSigned-off-by: Andreas Sturmlechner <asturm@gentoo.org>","commitid":"dfe3654f6cb5b56bab656946e9b0027d58f9716d","committime":"2025-12-22T19:42:28","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: drop 1.6-r4"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"0e4516315d0bc4aec0e533688c2dbe751b81afbe","committime":"2025-12-09T19:00:48","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"asturm@gentoo.org","authorname":"Andreas Sturmlechner","body":"Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>","commitid":"3ac8e333fd1748377cdc8674ff452df539677302","committime":"2025-12-08T20:38:23","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: drop 1.7.0-r1"},{"authoremail":"asturm@gentoo.org","authorname":"Andreas Sturmlechner","body":"- DEFAULT_BASEDIR=\/usr\/share\/${PN} was set in 1.6, got lost in cmake port\n  Game does not start without this set unless wop dir is copied to ~\n- Remove unused bundled SDL2 libs to silence CMake QA Notice\n\nSee also:\nhttps:\/\/github.com\/gentoo\/gentoo\/pull\/42805\n\nCloses: https:\/\/bugs.gentoo.org\/964479\nSigned-off-by: Andreas Sturmlechner <asturm@gentoo.org>","commitid":"67d5d8f96667c380dbfee7ef8f3e351472c13a3d","committime":"2025-12-08T20:22:55","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: Set DEFAULT_BASEDIR, make_desktop_entry to --eapi9"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"00b4cc6bb3b864fbeaa6dca1da399c3716afed16","committime":"2025-11-04T09:50:46","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Done via:\n\n```\ngit grep -l virtual\/zlib$ | xargs sed -i -e 's@virtual\/zlib$@&:=@'\n```\n\nSigned-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"6a3644bf2f9aace46ad9bbab2e4f3bccd747079e","committime":"2025-11-04T09:36:27","packageid":47099,"repoid":1,"summary":"*\/*: Add := to virtual\/zlib deps, part 1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"6ad452737a9213a6579b131ea175be3fcabdfe55","committime":"2025-11-04T08:50:40","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Update done using:\n\n```\ngit grep -l sys-libs\/zlib sys-* | xargs sed -i -e s@sys-libs\/zlib@virtual\/zlib@g\ngit grep -l virtual\/zlib-ng sys-* | xargs sed -i -e s@virtual\/zlib-ng@sys-libs\/zlib-ng@g\ngit diff --name-only | xargs copybump\ngit diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead\npkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error\n```\n\nPlus reverts in sys-libs\/minizip-ng, sys-libs\/zlib-ng and profiles.\n\nSigned-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"f42710561cd1a05759f2f3416ac16f5848e05356","committime":"2025-11-04T08:27:09","packageid":47099,"repoid":1,"summary":"*\/*: update the remaining packages for virtual\/zlib"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"29b82cb1f87f39939de4b6d3f3cc45a99671a90f","committime":"2025-09-20T14:33:39","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"concord@gentoo.org","authorname":"Kenton Groombridge","body":"1.7.0 now depends on libSDL2, but this was mistakenly missed.\n\nCloses: https:\/\/bugs.gentoo.org\/963117\nSigned-off-by: Kenton Groombridge <concord@gentoo.org>","commitid":"1071353685122bd9b68123433a5398cc41d252ec","committime":"2025-09-20T14:21:26","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: fix libsdl2 dependency"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"27f2c7c9c277fe00b17d044d3d7aefa5a45445b2","committime":"2025-09-19T16:48:51","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"0383a121469165dca9bcf6b60d783d7bc0e6ff4e","committime":"2025-08-13T18:12:09","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"asturm@gentoo.org","authorname":"Andreas Sturmlechner","body":"Closes: https:\/\/bugs.gentoo.org\/739246\nSigned-off-by: Andreas Sturmlechner <asturm@gentoo.org>","commitid":"4142c39268e870f6dba983fa74dbba28c70efbe1","committime":"2025-08-13T17:55:20","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: Fix build w\/ clang"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"e9fdd14d43371cb176b6d131e344094e0561c2f3","committime":"2025-08-12T21:23:28","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"asturm@gentoo.org","authorname":"Andreas Sturmlechner","body":"Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>","commitid":"9e8b4f44af6b40fb8de3fa86f3b4e0adc0bf2849","committime":"2025-08-12T21:02:01","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: drop 1.6-r3"},{"authoremail":"asturm@gentoo.org","authorname":"Andreas Sturmlechner","body":"Closes: https:\/\/bugs.gentoo.org\/921029\nCloses: https:\/\/bugs.gentoo.org\/944329\nSigned-off-by: Andreas Sturmlechner <asturm@gentoo.org>","commitid":"6b4865a1287c56951646a800bec27e406d0e6e49","committime":"2025-08-12T20:55:52","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: update EAPI 7 -> 8, fix build issues, style"},{"authoremail":"concord@gentoo.org","authorname":"Kenton Groombridge","body":"- Build system changed to cmake\n- Some USE flags were removed due to build options being removed upstream.\n- Dropped ~x86 keywords due to the above.\n\nVulkan support was also added upstream but I could not get the game to\nrun with it (segfault at launch).\n\nThis ebuild needs to pull both the \"unified\" zip from upstream releases\nas well as the source tarball because the former contains the game\nassets which are unfortunately stored in Git LFS and are not present in\nthe latter. Should that be worked around, this ebuild can be easily\nadapted to pack the game assets into the required .pk3 files.\n\nSigned-off-by: Kenton Groombridge <concord@gentoo.org>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/42805\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/42805\nSigned-off-by: Kenton Groombridge <concord@gentoo.org>","commitid":"e78d181b4c8003d1a1b3eae4d7f305b53aad608a","committime":"2025-06-29T22:50:43","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: add 1.7.0"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"e73aceda01acf6eb3370d80ff85bcb55f655c0ae","committime":"2025-06-15T04:07:14","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Signed-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"0ea60993fe915add437961dd0ab61e1ee4b8c98e","committime":"2025-06-15T03:42:26","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: Add a slot op dep on libtheora"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"e817756739654c06c8a96e8fb68a3da1ba3af055","committime":"2024-04-30T18:48:55","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"bump copyright of touched ebuilds to 2024\n\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nSigned-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"794061a3298b5716db015defa7b3e2c583b73980","committime":"2024-04-12T10:47:52","packageid":47099,"repoid":1,"summary":"*\/*: inline mirror:\/\/sourceforge"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"be6d313013b1923542cce9a2fba148c2ca14f4a0","committime":"2021-08-19T01:05:19","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"07b2fbfdd44e14d8407195cbed36d8cb010e60d4","committime":"2021-08-19T00:49:55","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Fixes: c84301a2f08f94fe74fac62811cac8fd1749bc6e\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"939b3cb7a742549da1b0b5a74334c412597cb8bb","committime":"2021-08-19T00:47:45","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: revbump for changed dependency"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Closes: https:\/\/bugs.gentoo.org\/808831\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"c84301a2f08f94fe74fac62811cac8fd1749bc6e","committime":"2021-08-19T00:37:41","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: update EAPI 6 -> 7, add libsdl[joystick] dependency"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"090e723ec076dd3e66763680eccd36808061b55d","committime":"2018-05-11T21:07:24","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"m.mairkeimberger@gmail.com","authorname":"Michael Mair-Keimberger","commitid":"356820e81d62d5ef93fea9d238d0d4ee57a71eba","committime":"2018-05-11T12:41:04","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: use HTTPS"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"41e24ce3866c78f3d301234ef5265012d3f6c136","committime":"2018-05-01T19:45:55","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"pacho@gentoo.org","authorname":"Pacho Ramos","body":"Package-Manager: Portage-2.3.31, Repoman-2.3.9","commitid":"7cae8cdcac8abe652a8f0931be4413dc679c2e11","committime":"2018-05-01T09:31:44","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: Drop old"},{"authoremail":"pacho@gentoo.org","authorname":"Pacho Ramos","body":"Package-Manager: Portage-2.3.31, Repoman-2.3.9","commitid":"8b39b338b261e7d0a72ea816eb47b32c9b17e793","committime":"2018-05-01T09:31:35","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: Stop using games.eclass"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"0abd97d8fdbaea11df491c395b24046a8337ca6b","committime":"2018-04-30T16:11:00","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"Arfrever@Apache.Org","authorname":"Arfrever Frehtes Taifersar Arahesis","commitid":"91b236ff89395ef0f2996563e2d7fa0a10096bbd","committime":"2018-04-30T14:13:27","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: Clean media-libs\/speex dependencies."},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"0c7fdd6fadaf5ef52f2bcf9756475d52752bc177","committime":"2017-11-18T20:43:57","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"soap@gentoo.org","authorname":"David Seifert","body":"Gentoo currently does not have the manpower\nto maintain a ton of stable games packages.\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/5404","commitid":"c9617875332b1b9c894c850a1f8d8dcc1897f33f","committime":"2017-11-18T19:48:10","packageid":47099,"repoid":1,"summary":"games-*\/*: Remove stable keywords"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"164f4d34ff8cc699a5e9b37026edd3b42eaa1526","committime":"2017-03-04T17:22:06","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"polynomial-c@gentoo.org","authorname":"Lars Wendler","body":"Package-Manager: Portage-2.3.4, Repoman-2.3.2","commitid":"a1b1ae4d0e19626ee7e8a589f4c8c7c7875d435d","committime":"2017-03-04T16:18:05","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: Really fix speex dependency."},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"ff1e64a3b4da4f498f7f1f6f0994cef0ea2cc1d3","committime":"2017-03-04T11:02:08","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"polynomial-c@gentoo.org","authorname":"Lars Wendler","body":"Package-Manager: Portage-2.3.4, Repoman-2.3.2","commitid":"18be6885bed9f600e4b61b2525718e5c45d6d360","committime":"2017-03-04T10:56:04","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: Adjusted speex dependency."},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"25093d6359f778b8d1052f66ba9e26fc29ded21a","committime":"2017-02-28T20:35:29","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"robbat2@gentoo.org","authorname":"Robin H. Johnson","body":"Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>","commitid":"61b861acd7b49083dab687e133f30f3331cb7480","committime":"2017-02-28T19:47:27","packageid":47099,"repoid":1,"summary":"Drop $Id$ per council decision in bug #611234."},{"authoremail":"malfatti@neuro.ufrn.br","authorname":"T. Malfatti","commitid":"8457ba6f9fd6f0dbafcca1fb375788eeea02aae1","committime":"2017-01-26T18:44:34","packageid":47099,"repoid":1,"summary":"media-libs\/portaudio: Version bump"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"60144d81e62c1d8e2fb15e59c96b49249df03fec","committime":"2016-12-07T16:42:46","packageid":47099,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"wimmuskee@gmail.com","authorname":"Wim Muskee","body":"Closes: https:\/\/github.com\/gentoo\/gentoo\/pull\/3036","commitid":"cb64f87bdb8889343d2e64fae06cb6e6d578b08c","committime":"2016-12-06T18:04:57","packageid":47099,"repoid":1,"summary":"games-fps\/worldofpadman: update HOMEPAGE, #600612"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"945f0d2a26da4f944fd06ad6a874f69d37ce1e06","committime":"2015-08-09T09:26:46","packageid":47099,"repoid":1,"summary":"2015-08-09 09:26:21 UTC"},{"authoremail":"robbat2@gentoo.org","authorname":"Robin H. Johnson","body":"This commit represents a new era for Gentoo:\nStoring the gentoo-x86 tree in Git, as converted from CVS.\n\nThis commit is the start of the NEW history.\nAny historical data is intended to be grafted onto this point.\n\nCreation process:\n1. Take final CVS checkout snapshot\n2. Remove ALL ChangeLog* files\n3. Transform all Manifests to thin\n4. Remove empty Manifests\n5. Convert all stale $Header$\/$Id$ CVS keywords to non-expanded Git $Id$\n5.1. Do not touch files with -kb\/-ko keyword flags.\n\nSigned-off-by: Robin H. Johnson <robbat2@gentoo.org>\nX-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests\nX-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project\nX-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration\nX-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn\nX-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts\nX-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration\nX-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging\nX-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed","commitid":"56bd759df1d0c750a065b8c845e93d5dfa6b549d","committime":"2015-08-08T20:49:04","packageid":47099,"repoid":1,"summary":"proj\/gentoo: Initial commit"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"a637bd65b7fef8e2be4e7fc6e9097479372e0e2e","committime":"2015-06-19T16:38:33","packageid":47099,"repoid":1,"summary":"2015-06-19 16:35:30 UTC"}],"dependencies":[{"block":false,"categoryid":396,"description":"Virtual for OpenGL utility library","ebuildids":[885560],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"x11@gentoo.org","maintainername":"X11","name":"glu","packageid":43137},{"block":false,"categoryid":438,"description":"Software implementation of the OpenAL 3D audio API","ebuildids":[885560],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"sound@gentoo.org","maintainername":"Gentoo Sound project","name":"openal","packageid":46868},{"block":false,"categoryid":396,"description":"Virtual for OpenGL implementation","ebuildids":[885560],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"x11@gentoo.org","maintainername":"X11","name":"opengl","packageid":50131},{"block":false,"categoryid":451,"description":"A Client that groks URLs","ebuildids":[885560],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"blueness@gentoo.org","maintainername":"Anthony G. Basile","name":"curl","packageid":54768},{"block":false,"categoryid":438,"description":"Simple Direct Media Layer","ebuildids":[885560],"firstseen":"2013-08-29T13:37:00.395665","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"libsdl2","packageid":61309,"summary":"Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of \"Civilization: Call To Power.\" Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic, MacOS X, FreeBSD, OpenBSD, BSD\/OS, Solaris, IRIX, and QNX. There is also code, but no official support, for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF\/Tru64, RISC OS, and SymbianOS. SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, PHP, Pike, Python, and Ruby."},{"block":false,"categoryid":396,"description":"Virtual for libz.so providers","ebuildids":[885560],"firstseen":"2025-11-04T07:31:41.418357","name":"zlib","packageid":78605}],"depending":[],"ebuilds":[{"archs":["~amd64"],"ebuildid":885560,"firstseen":"2025-12-26T17:00:03.258787","license":"GPL-2 worldofpadman","moddate":"2026-03-28T18:04:20","packageid":47099,"repoid":1,"slot":"0","uses":["opengl"],"version":"1.7.0-r3"}],"masks":[],"package":{"categoryid":384,"description":"Cartoon style multiplayer first-person shooter","firstseen":"2010-05-04T00:54:45.661860","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"worldofpadman","packageid":47099},"rdependencies":[{"block":false,"categoryid":396,"description":"Virtual for OpenGL utility library","ebuildids":[885560],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"x11@gentoo.org","maintainername":"X11","name":"glu","packageid":43137},{"block":false,"categoryid":438,"description":"Software implementation of the OpenAL 3D audio API","ebuildids":[885560],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"sound@gentoo.org","maintainername":"Gentoo Sound project","name":"openal","packageid":46868},{"block":false,"categoryid":396,"description":"Virtual for OpenGL implementation","ebuildids":[885560],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"x11@gentoo.org","maintainername":"X11","name":"opengl","packageid":50131},{"block":false,"categoryid":451,"description":"A Client that groks URLs","ebuildids":[885560],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"blueness@gentoo.org","maintainername":"Anthony G. Basile","name":"curl","packageid":54768},{"block":false,"categoryid":438,"description":"Simple Direct Media Layer","ebuildids":[885560],"firstseen":"2013-08-29T13:37:00.395665","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"libsdl2","packageid":61309,"summary":"Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of \"Civilization: Call To Power.\" Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic, MacOS X, FreeBSD, OpenBSD, BSD\/OS, Solaris, IRIX, and QNX. There is also code, but no official support, for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF\/Tru64, RISC OS, and SymbianOS. SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, PHP, Pike, Python, and Ruby."},{"block":false,"categoryid":396,"description":"Virtual for libz.so providers","ebuildids":[885560],"firstseen":"2025-11-04T07:31:41.418357","name":"zlib","packageid":78605}],"repos":[{"branch":"master","lastcommit":"1f58741385367db432e79500a838ced67b2a773d","name":"gentoo","path":"\/usr\/portage","repoid":1,"upstream":"origin"}],"tracked":false,"urls":["https:\/\/worldofpadman.net\/"],"uses":[{"defaultflag":true,"description":"Add support for OpenGL (3D graphics)","isdefault":true,"use":"opengl"}]}