mgorny 15/02/08 18:43:29 Modified: ffmpeg-9-r2.ebuild ChangeLog Log: Add a note when virtual/ffmpeg is appropriate. (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 virtual/ffmpeg/ffmpeg-9-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild?r1=1.1&r2=1.2 Index: ffmpeg-9-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ffmpeg-9-r2.ebuild 1 Feb 2015 22:28:05 -0000 1.1 +++ ffmpeg-9-r2.ebuild 8 Feb 2015 18:43:29 -0000 1.2 @@ -1,15 +1,22 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild,v 1.1 2015/02/01 22:28:05 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild,v 1.2 2015/02/08 18:43:29 mgorny Exp $ EAPI=5 inherit multilib-build -DESCRIPTION="Virtual package for FFmpeg implementation" +DESCRIPTION="Virtual package for FFmpeg executable implementation" HOMEPAGE="" SRC_URI="" +# Please note that this virtual is only suited for packages that call +# ffmpeg/avconv or one of the remaining executables. If your package +# links to one of the libraries, you need to use the following +# dependency instead (adding IUSE=libav): +# libav? ( media-video/libav:0= ) +# !libav? ( media-video/ffmpeg:0= ) + LICENSE="" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" 1.68 virtual/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?r1=1.67&r2=1.68 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- ChangeLog 1 Feb 2015 22:28:05 -0000 1.67 +++ ChangeLog 8 Feb 2015 18:43:29 -0000 1.68 @@ -1,6 +1,9 @@ # ChangeLog for virtual/ffmpeg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.67 2015/02/01 22:28:05 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.68 2015/02/08 18:43:29 mgorny Exp $ + + 08 Feb 2015; Michał Górny <[email protected]> ffmpeg-9-r2.ebuild: + Add a note when virtual/ffmpeg is appropriate. *ffmpeg-0.10.3-r1 (01 Feb 2015) *ffmpeg-9-r2 (01 Feb 2015)
