summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Lamm <expeditioneer@gentoo.org>2020-07-23 09:03:56 +0200
committerDennis Lamm <expeditioneer@gentoo.org>2020-07-23 09:06:25 +0200
commit53682bf62e3c247e5c49229bf7abd1698d99a1de (patch)
tree901db7ed3f0eaeee8221d03ad984913800d460e6 /sci-libs/libccd/metadata.xml
parentsci-mathematics/pari: Drop x86-{macos,solaris} re bug #690140 (diff)
downloadgentoo-53682bf62e3c247e5c49229bf7abd1698d99a1de.tar.gz
gentoo-53682bf62e3c247e5c49229bf7abd1698d99a1de.tar.bz2
gentoo-53682bf62e3c247e5c49229bf7abd1698d99a1de.zip
sci-libs/libccd: bump to 0.2.1
Bug: https://bugs.gentoo.org/615672 Bug: https://bugs.gentoo.org/682176 Bug: https://bugs.gentoo.org/725422 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/16783 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'sci-libs/libccd/metadata.xml')
-rw-r--r--sci-libs/libccd/metadata.xml21
1 files changed, 16 insertions, 5 deletions
diff --git a/sci-libs/libccd/metadata.xml b/sci-libs/libccd/metadata.xml
index 20ea537dd9ae..62004119dcce 100644
--- a/sci-libs/libccd/metadata.xml
+++ b/sci-libs/libccd/metadata.xml
@@ -1,11 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>aballier@gentoo.org</email>
-<name>Alexis Ballier</name>
-</maintainer>
+ <maintainer type="person">
+ <email>aballier@gentoo.org</email>
+ <name>Alexis Ballier</name>
+ </maintainer>
+ <longdescription>
+ libccd is library for a collision detection between two convex shapes.
+ libccd implements variation on Gilbert–Johnson–Keerthi algorithm plus Expand Polytope Algorithm (EPA) and also
+ implements algorithm Minkowski Portal Refinement (MPR, a.k.a. XenoCollide) as described in Game Programming Gems 7.
+ </longdescription>
<use>
- <flag name="double">Use double precision floats.</flag>
+ <flag name="shared">Build shared library</flag>
+ <flag name="double">Use double precision floats</flag>
+ <flag name="double-precision">More precise calculations at the expense of speed</flag>
</use>
+ <upstream>
+ <bugs-to>https://github.com/danfis/libccd/issues</bugs-to>
+ <remote-id type="github">danfis/libccd</remote-id>
+ </upstream>
</pkgmetadata>