diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-15 13:16:59 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-15 13:17:15 +0100 |
commit | 61e38ec39a89f8b89a098eb594d17180627b97a4 (patch) | |
tree | b384e5ea9706e56004029121911244ef9b051abf /media-video/ffmpeg/ffmpeg-9999.ebuild | |
parent | media-video/ffmpeg: docs are built with texinfo html support these days, texi... (diff) | |
download | gentoo-61e38ec39a89f8b89a098eb594d17180627b97a4.tar.gz gentoo-61e38ec39a89f8b89a098eb594d17180627b97a4.tar.bz2 gentoo-61e38ec39a89f8b89a098eb594d17180627b97a4.zip |
media-video/ffmpeg: drop examples useflag; they are installed in /usr/share/ffmpeg/examples by the build system and there is no way to disable it.
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-9999.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 36467888c27d..c7c537a2cc52 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -97,7 +97,7 @@ FFMPEG_ENCODER_FLAG_MAP=( ) IUSE=" - alsa doc +encode examples jack libressl oss pic static-libs test v4l + alsa doc +encode jack libressl oss pic static-libs test v4l ${FFMPEG_FLAG_MAP[@]%:*} ${FFMPEG_ENCODER_FLAG_MAP[@]%:*} " @@ -461,10 +461,6 @@ multilib_src_install() { multilib_src_install_all() { dodoc Changelog README.md CREDITS doc/*.txt doc/APIchanges [ -f "RELEASE_NOTES" ] && dodoc "RELEASE_NOTES" - if use examples ; then - dodoc -r doc/examples - docompress -x /usr/share/doc/${PF}/examples - fi } multilib_src_test() { |