diff options
-rw-r--r-- | media-video/libav/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/libav/metadata.xml | 43 |
2 files changed, 26 insertions, 23 deletions
diff --git a/media-video/libav/ChangeLog b/media-video/libav/ChangeLog index a43039d26e3f..340fcc9b50c2 100644 --- a/media-video/libav/ChangeLog +++ b/media-video/libav/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/libav # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.1 2011/03/22 21:01:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.2 2011/03/22 21:04:05 scarabeus Exp $ + + 22 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml: + Fix whitespace in metadata.xml to be nicer. Drop unused flag (result of copy + from ffmpeg). *libav-9999 (22 Mar 2011) *libav-0.6.9999 (22 Mar 2011) diff --git a/media-video/libav/metadata.xml b/media-video/libav/metadata.xml index fb6df0abe46e..113c8c8e9857 100644 --- a/media-video/libav/metadata.xml +++ b/media-video/libav/metadata.xml @@ -1,32 +1,31 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>video</herd> - <maintainer> - <email>media-video@gentoo.org</email> - </maintainer> - <use> - <flag name="3dnowext"> - Enable manually-optimised routines using the AMD 3DNow!Ex SIMD - instruction set, present in modern AMD CPUs. (Check for - 3dnowext in /proc/cpuinfo to know whether your CPU supports it). - </flag> - <flag name="amr">Enables Adaptive Multi-Rate Audio support</flag> - <flag name="cpudetection">Enables runtime CPU detection (useful for bindist, compatibility on other CPUs)</flag> - <flag name="dirac">Enable Dirac video support (an advanced royalty-free video compression format) via the reference library: dirac.</flag> +<herd>video</herd> +<maintainer> + <email>media-video@gentoo.org</email> +</maintainer> +<use> + <flag name="3dnowext"> + Enable manually-optimised routines using the AMD 3DNow!Ex SIMD + instruction set, present in modern AMD CPUs. (Check for + 3dnowext in /proc/cpuinfo to know whether your CPU supports it). + </flag> + <flag name="amr">Enables Adaptive Multi-Rate Audio support</flag> + <flag name="cpudetection">Enables runtime CPU detection (useful for bindist, compatibility on other CPUs)</flag> + <flag name="dirac">Enable Dirac video support (an advanced royalty-free video compression format) via the reference library: dirac.</flag> <flag name="faac">Use external faac library for AAC encoding</flag> - <flag name="faad">Use external faad library for AAC decoding (instead of internal libavcodec support)</flag> <flag name="frei0r">Enable frei0r wrapping in libavfilter</flag> - <flag name="hardcoded-tables">Use pre-calculated tables rather than calculating them on the fly.</flag> - <flag name="mmxext">Enables mmx2 support</flag> - <flag name="network">Enables network streaming support</flag> - <flag name="pic">Force shared libraries to be built as PIC (this is slower)</flag> + <flag name="hardcoded-tables">Use pre-calculated tables rather than calculating them on the fly.</flag> + <flag name="mmxext">Enables mmx2 support</flag> + <flag name="network">Enables network streaming support</flag> + <flag name="pic">Force shared libraries to be built as PIC (this is slower)</flag> <flag name="qt-faststart">Build and install qt-faststart application</flag> - <flag name="rtmp">Enable Real Time Messaging Protocol using librtmp</flag> - <flag name="schroedinger">Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec).</flag> - <flag name="ssse3">faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips)</flag> + <flag name="rtmp">Enable Real Time Messaging Protocol using librtmp</flag> + <flag name="schroedinger">Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec).</flag> + <flag name="ssse3">faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips)</flag> <flag name="vaapi">Enables VAAPI (Video Acceleration API) for hardware decoding</flag> <flag name="vdpau">Enables VDPAU decoders (requires nVidia video cards to offload CPU processing to video card</flag> <flag name="vpx">Enables vp8 codec support using libvpx: Decoding vp8 does not require this to be enabled but libvpx can also be used for decoding; encoding vp8 requires this useflag to be enabled though.</flag> - </use> +</use> </pkgmetadata> |