diff options
author | Marty E. Plummer <hanetzer@protonmail.com> | 2017-10-16 19:03:53 -0500 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-10-17 07:35:05 +0200 |
commit | 26dceaebced3d049d5234de197b7d36f15832f86 (patch) | |
tree | 061c029d65f9ab0c66f8b61a0eb005d42a75de7f /media-video/ffmpeg/metadata.xml | |
parent | app-emulation/diskimage-builder: 2.9.0 stable amd64 and x86 with cleanup (diff) | |
download | gentoo-26dceaebced3d049d5234de197b7d36f15832f86.tar.gz gentoo-26dceaebced3d049d5234de197b7d36f15832f86.tar.bz2 gentoo-26dceaebced3d049d5234de197b7d36f15832f86.zip |
media-video/ffmpeg: use get_exeext on fftools_*
Otherwise build will fail at building tools/aviocat instead of
tools/aviocat.exe and so on.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'media-video/ffmpeg/metadata.xml')
-rw-r--r-- | media-video/ffmpeg/metadata.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index a0b4d7e7ad73..a23d63c7c238 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>media-video@gentoo.org</email> - </maintainer> - <use> +<maintainer type="project"> + <email>media-video@gentoo.org</email> +</maintainer> +<use> <flag name="amr">Enables Adaptive Multi-Rate Audio support</flag> <flag name="amrenc">Enables Adaptive Multi-Rate Audio encoding support with <pkg>media-libs/vo-amrwbenc</pkg>.</flag> <flag name="armv5te">Enables optimizations for armv5te processors.</flag> @@ -56,10 +56,10 @@ <flag name="zeromq">Enables <pkg>net-libs/zeromq</pkg> support with the zmq/azmq filters.</flag> <flag name="zimg">Enables <pkg>media-libs/zimg</pkg> based scale filter.</flag> <flag name="zvbi">Enables <pkg>media-libs/zvbi</pkg> based teletext decoder.</flag> - </use> - <slots> - <slot name="0">For building against. This is the only slot that provides - headers and command line tools. Binary compatibility slots come and go - as required, so always pin dependencies to this slot when appropriate.</slot> - </slots> +</use> +<slots> + <slot name="0">For building against. This is the only slot that provides + headers and command line tools. Binary compatibility slots come and go + as required, so always pin dependencies to this slot when appropriate.</slot> +</slots> </pkgmetadata> |