From 8a5a04f960dd7419988fd17ee5faa9fa82e275e1 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 15 Feb 2016 11:37:40 +0100 Subject: media-video/ffmpeg: Converted live ebuild to EAPI-6. That also requires to use git-r3.eclass from now on. Package-Manager: portage-2.2.27 Signed-off-by: Lars Wendler --- media-video/ffmpeg/ffmpeg-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'media-video/ffmpeg') diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 32720defe666..c6c909c76f6f 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=6 # Subslot: libavutil major.libavcodec major.libavformat major # Since FFmpeg ships several libraries, subslot is kind of limited here. @@ -17,7 +17,7 @@ FFMPEG_SUBSLOT=55.57.57 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then - SCM="git-2" + SCM="git-r3" EGIT_REPO_URI="git://source.ffmpeg.org/ffmpeg.git" fi @@ -301,7 +301,7 @@ src_prepare() { if [[ "${PV%_p*}" != "${PV}" ]] ; then # Snapshot export revision=git-N-${FFMPEG_REVISION} fi - epatch_user + default } multilib_src_configure() { @@ -414,6 +414,7 @@ multilib_src_configure() { --prefix="${EPREFIX}/usr" \ --libdir="${EPREFIX}/usr/$(get_libdir)" \ --shlibdir="${EPREFIX}/usr/$(get_libdir)" \ + --docdir="${EPREFIX}/usr/share/doc/${PF}/html" \ --mandir="${EPREFIX}/usr/share/man" \ --enable-shared \ --cc="$(tc-getCC)" \ @@ -453,7 +454,6 @@ multilib_src_install() { multilib_src_install_all() { dodoc Changelog README.md CREDITS doc/*.txt doc/APIchanges [ -f "RELEASE_NOTES" ] && dodoc "RELEASE_NOTES" - use doc && dohtml -r doc/* if use examples ; then dodoc -r doc/examples docompress -x /usr/share/doc/${PF}/examples -- cgit v1.2.3-65-gdbad