aballier 15/03/05 13:50:46 Modified: ffmpeg-9999.ebuild ChangeLog Log: convert to RESTRICT=bindist, bug #541588 Signed-off-by: [email protected] (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.186 media-video/ffmpeg/ffmpeg-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.186&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.186&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.185&r2=1.186 Index: ffmpeg-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v retrieving revision 1.185 retrieving revision 1.186 diff -u -r1.185 -r1.186 --- ffmpeg-9999.ebuild 18 Feb 2015 14:36:26 -0000 1.185 +++ ffmpeg-9999.ebuild 5 Mar 2015 13:50:46 -0000 1.186 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.185 2015/02/18 14:36:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.186 2015/03/05 13:50:46 aballier Exp $ EAPI="5" @@ -95,7 +95,7 @@ ) IUSE=" - alsa bindist +encode examples jack oss pic static-libs test v4l + alsa +encode examples jack oss pic static-libs test v4l ${FFMPEG_FLAG_MAP[@]%:*} ${FFMPEG_ENCODER_FLAG_MAP[@]%:*} " @@ -269,15 +269,15 @@ ) " REQUIRED_USE=" - bindist? ( - encode? ( !faac !aacplus ) - gpl? ( !openssl !fdk ) - ) libv4l? ( v4l ) fftools_cws2fws? ( zlib ) test? ( encode ) ${GPL_REQUIRED_USE} ${CPU_REQUIRED_USE}" +RESTRICT=" + encode? ( faac? ( bindist ) aacplus? ( bindist ) ) + gpl? ( openssl? ( bindist ) fdk? ( bindist ) ) +" S=${WORKDIR}/${P/_/-} 1.838 media-video/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.838&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.838&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.837&r2=1.838 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v retrieving revision 1.837 retrieving revision 1.838 diff -u -r1.837 -r1.838 --- ChangeLog 20 Feb 2015 11:17:36 -0000 1.837 +++ ChangeLog 5 Mar 2015 13:50:46 -0000 1.838 @@ -1,6 +1,9 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.837 2015/02/20 11:17:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.838 2015/03/05 13:50:46 aballier Exp $ + + 05 Mar 2015; Alexis Ballier <[email protected]> ffmpeg-9999.ebuild: + convert to RESTRICT=bindist, bug #541588 *ffmpeg-2.2.13 (20 Feb 2015)
