diff options
Diffstat (limited to 'media-libs/sdif')
-rw-r--r-- | media-libs/sdif/metadata.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/sdif/metadata.xml b/media-libs/sdif/metadata.xml index 5435ff2fedbb..e9431d75180c 100644 --- a/media-libs/sdif/metadata.xml +++ b/media-libs/sdif/metadata.xml @@ -1,14 +1,17 @@ <?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> + <herd>sound</herd> + <maintainer> + <email>sound@gentoo.org</email> + </maintainer> + <longdescription> The general idea of SDIF is to store information related to signal processing and specifically of sound, in files, according to a common format to all data types. Thus, it is possible to store results or parameters of analyses, syntheses... </longdescription> + <use> + <flag name="ftruncate">Enables usage of ftruncate v. truncate</flag> + </use> </pkgmetadata> |