mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
update HOMEPAGE (redirect) release with SDL2 and cmake_min=3.12 update EAPI 7->8 update LUA_COMPAT w/ lua5-4 add pkgconfig patches : use pkg_check glu instead of find_package(OpenGL) which requires libglvnd[X] upstream removed support for system ode to prevent incompatibility w/ >=ode0.16 because it's not in tree, restore system-ode w/ a version blocker, otherwise use the bundled lib. missing includes add optfeature for the chinese font Closes: https://bugs.gentoo.org/831879 Closes: https://bugs.gentoo.org/923904 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43688 Closes: https://github.com/gentoo/gentoo/pull/43688 Signed-off-by: Sam James <sam@gentoo.org>
16 lines
546 B
XML
16 lines
546 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>games@gentoo.org</email>
|
|
<name>Gentoo Games Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="double-precision">more precise calculations at the expense of speed</flag>
|
|
<flag name="system-ode">Use system <pkg>dev-games/ode</pkg> instead of the bundled one</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">xmoto/xmoto</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|