diff options
author | 2008-08-23 05:57:55 +0000 | |
---|---|---|
committer | 2008-08-23 05:57:55 +0000 | |
commit | a248a1f11e283021e9fb5fb4a9d6d487bb1635e8 (patch) | |
tree | 5291d98df4a371ccf43c3bbe4a39381940fab65b | |
parent | add GLEP 56 USE flag desc from use.local.desc (diff) | |
download | gentoo-2-a248a1f11e283021e9fb5fb4a9d6d487bb1635e8.tar.gz gentoo-2-a248a1f11e283021e9fb5fb4a9d6d487bb1635e8.tar.bz2 gentoo-2-a248a1f11e283021e9fb5fb4a9d6d487bb1635e8.zip |
fix up metadata.xml (glep 56)
(Portage version: 2.1.4.4)
-rw-r--r-- | media-libs/faad2/metadata.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/faad2/metadata.xml b/media-libs/faad2/metadata.xml index e50b8aa1e37f..da53b42c94f6 100644 --- a/media-libs/faad2/metadata.xml +++ b/media-libs/faad2/metadata.xml @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sound</herd> -<maintainer> - <email>sound@gentoo.org</email> -</maintainer> -<longdescription>The fastest ISO AAC audio decoder available, correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files</longdescription> + <herd>sound</herd> + <maintainer> + <email>sound@gentoo.org</email> + </maintainer> + <longdescription>The fastest ISO AAC audio decoder available, correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files</longdescription> + <use> + <flag name="drm">Add support for Digital Radio Mondiale (warning: disables other decoders)</flag> + </use> </pkgmetadata> |