diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2019-03-16 15:39:17 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2019-03-16 15:40:06 -0400 |
commit | 7eefa041cbf89a6515f1b9390f9b06d0c49a9965 (patch) | |
tree | 7065a042259fc15f0ab17530a00a74c5e537254b /app-emulation/faudio/metadata.xml | |
parent | app-admin/monit: stable 5.25.3 for ppc, bug #679808 (diff) | |
download | gentoo-7eefa041cbf89a6515f1b9390f9b06d0c49a9965.tar.gz gentoo-7eefa041cbf89a6515f1b9390f9b06d0c49a9965.tar.bz2 gentoo-7eefa041cbf89a6515f1b9390f9b06d0c49a9965.zip |
app-emulation/faudio: Sync with ::wine
New package
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/faudio/metadata.xml')
-rw-r--r-- | app-emulation/faudio/metadata.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app-emulation/faudio/metadata.xml b/app-emulation/faudio/metadata.xml new file mode 100644 index 000000000000..466588e05544 --- /dev/null +++ b/app-emulation/faudio/metadata.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>wine@gentoo.org</email> + <name>Wine</name> + <description> + This package must be kept in sync with repo/proj/wine repository. + Any changes need to be run past the maintainer to ensure the two repositories are kept in sync. + </description> + </maintainer> + <longdescription> +FAudio, is an XAudio reimplementation that focuses solely on developing fully accurate DirectX Audio runtime libraries +for the FNA project, including XAudio2, X3DAudio, XAPO, and XACT3. + +Project Website: http://fna-xna.github.io/ + </longdescription> + <use> + <flag name="ffmpeg">FAudio has optional support for decoding xWMA resources using FFmpeg, requiring: + <pkg>media-video/ffmpeg</pkg> (note: this feature is not supported by <pkg>media-video/libav</pkg>).</flag> + <flag name="xnasong">Build support for optional XNG_SONG component (note: this not required by + <pkg>app-emuatlon/wine-staging</pkg>, <pkg>app-emuatlon/wine-vanilla</pkg> for faudio XAudio support).</flag> + <flag name="test">Build and run faudio testsuite.</flag> + <flag name="utils">Build all faudio utilties.</flag> + </use> + <upstream> + <remote-id type="github">FNA-XNA/FAudio</remote-id> + </upstream> +</pkgmetadata> |