diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-23 13:41:40 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-23 13:41:40 +0000 |
commit | 34e5fe06f6e79578f83c19c9f79a1d54222e81a2 (patch) | |
tree | ff306df82736969f10c2c093135c3e0b1e36ef24 /virtual/ffmpeg/metadata.xml | |
parent | Version bump (diff) | |
download | gentoo-2-34e5fe06f6e79578f83c19c9f79a1d54222e81a2.tar.gz gentoo-2-34e5fe06f6e79578f83c19c9f79a1d54222e81a2.tar.bz2 gentoo-2-34e5fe06f6e79578f83c19c9f79a1d54222e81a2.zip |
Add initial ffmpeg virtuals as per discussion with lu_zero. They implement all useflags that are in use over main tree now. Also they are separated by version so each package can depend on =virtual-version if there is some api incompatibility. Force due to stable keywords (the keywords of media-video/ffmpeg).
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'virtual/ffmpeg/metadata.xml')
-rw-r--r-- | virtual/ffmpeg/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/virtual/ffmpeg/metadata.xml b/virtual/ffmpeg/metadata.xml new file mode 100644 index 000000000000..901f05c698be --- /dev/null +++ b/virtual/ffmpeg/metadata.xml @@ -0,0 +1,11 @@ +<?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="vdpau">Enables VDPAU decoders (requires nVidia video cards to offload CPU processing to video card</flag> +</use> +</pkgmetadata> |