summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-08-23 06:03:45 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-08-23 06:03:45 +0000
commit150dabceac0a51522064dc9f3c49d76bfdc667be (patch)
tree43347b0c8f075042788768d72fa1ea5f388b0606 /media-libs/panda3d
parentfix up metadata.xml (glep 56) (diff)
downloadgentoo-2-150dabceac0a51522064dc9f3c49d76bfdc667be.tar.gz
gentoo-2-150dabceac0a51522064dc9f3c49d76bfdc667be.tar.bz2
gentoo-2-150dabceac0a51522064dc9f3c49d76bfdc667be.zip
fix up metadata.xml (glep 56)
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/panda3d')
-rw-r--r--media-libs/panda3d/metadata.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/panda3d/metadata.xml b/media-libs/panda3d/metadata.xml
index d504df863283..09f718a47563 100644
--- a/media-libs/panda3d/metadata.xml
+++ b/media-libs/panda3d/metadata.xml
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>no-herd</herd>
- <maintainer>
- <email>maintainer-needed@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
Panda3D is a 3D engine: a library of subroutines for 3D rendering and game
development. The library is C++ with a set of Python bindings. Game development
with Panda3D usually consists of writing a Python program that controls the the
Panda3D library.
</longdescription>
+ <use>
+ <flag name="fmod">Enables support for using mod files for audio support</flag>
+ <flag name="nspr">Enables support for the Netscape Portable Runtime, used in network interface functionality (ie. multiplayer online game networking).</flag>
+ </use>
</pkgmetadata>