diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-video/libav/metadata.xml | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-video/libav/metadata.xml')
-rw-r--r-- | media-video/libav/metadata.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/media-video/libav/metadata.xml b/media-video/libav/metadata.xml new file mode 100644 index 000000000000..a9f4504e0231 --- /dev/null +++ b/media-video/libav/metadata.xml @@ -0,0 +1,38 @@ +<?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="aac">Use external vo-aacenc library for AAC encoding</flag> + <flag name="amr">Enable Adaptive Multi-Rate Audio support</flag> + <flag name="armv5te">Enable optimizations for armv5te processors</flag> + <flag name="armv6">Enable optimizations for armv6 processors</flag> + <flag name="armv6t2">Enable optimizations for armv6t2 processors</flag> + <flag name="armvfp">Enable VFP optimizations for ARM processors</flag> + <flag name="bs2b">Enable <pkg>media-libs/libbs2b</pkg> based Bauer stereo-to-binaural audio filter</flag> + <flag name="cdio">Enable audio CD grabbing with <pkg>dev-libs/libcdio</pkg>.</flag> + <flag name="cpudetection">Enables runtime CPU detection (useful for bindist, compatibility on other CPUs).</flag> + <flag name="faac">Use external faac library for AAC encoding</flag> + <flag name="fdk">Use external fdk-aac library for AAC encoding and decoding</flag> + <flag name="frei0r">Enable frei0r wrapping in libavfilter</flag> + <flag name="gpl">Build all GPL licensed code. Without this flag set the package is build under LGPL license.</flag> + <flag name="hardcoded-tables">Use pre-calculated tables rather than calculating them on the fly.</flag> + <flag name="network">Enable network streaming support.</flag> + <flag name="openssl">Prefer <pkg>dev-libs/openssl</pkg> over <pkg>net-libs/gnutls</pkg> to provide SSL/TLS support (notice: the resulting binaries are unredistributable).</flag> + <flag name="opus">Use the external opus library for encoding and decoding.</flag> + <flag name="pulseaudio">Enable pulseaudio input support.</flag> + <flag name="pic">Force shared libraries to be built as PIC (this is slower).</flag> + <flag name="rtmp">Enable Real Time Messaging Protocol using librtmp instead the native implementation.</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="ssl">Enable SSL/TLS support using <pkg>dev-libs/openssl</pkg> or <pkg>dev-libs/gnutls</pkg>.</flag> + <flag name="tools">Build and install small tools like aviocat, cws2fws, graph2dot, ismindex, qt-faststart.</flag> + <flag name="twolame">Enable MP2 encoding via <pkg>media-sound/twolame</pkg> as an alternative to the internal encoder</flag> + <flag name="vis"> Adds support for SIMD optimizations for UltraSPARC processors.</flag> + <flag name="vpx">Enable vp8 encoding support using <pkg>libvpx.</pkg></flag> + <flag name="webp">Enable WebP encoding with <pkg>media-libs/libwebp</pkg>.</flag> + <flag name="x265">Enable HEVC encoding with <pkg>media-libs/x265</pkg>.</flag> +</use> +</pkgmetadata> |