mgorny 15/02/01 22:28:05 Modified: ChangeLog Added: ffmpeg-9-r2.ebuild ffmpeg-0.10.3-r1.ebuild Log: Introduce USE=libav to control the preferred implementation. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.67 virtual/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?r1=1.66&r2=1.67 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- ChangeLog 12 Dec 2014 10:42:25 -0000 1.66 +++ ChangeLog 1 Feb 2015 22:28:05 -0000 1.67 @@ -1,6 +1,13 @@ # ChangeLog for virtual/ffmpeg -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.66 2014/12/12 10:42:25 pinkbyte Exp $ +# 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 $ + +*ffmpeg-0.10.3-r1 (01 Feb 2015) +*ffmpeg-9-r2 (01 Feb 2015) + + 01 Feb 2015; Michał Górny <[email protected]> +ffmpeg-0.10.3-r1.ebuild, + +ffmpeg-9-r2.ebuild: + Introduce USE=libav to control the preferred implementation. 12 Dec 2014; Sergey Popov <[email protected]> metadata.xml: USE='vaapi' is now global, removing it's description from metadata 1.1 virtual/ffmpeg/ffmpeg-9-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild?rev=1.1&content-type=text/plain Index: ffmpeg-9-r2.ebuild =================================================================== # 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 $ EAPI=5 inherit multilib-build DESCRIPTION="Virtual package for FFmpeg implementation" HOMEPAGE="" SRC_URI="" 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" IUSE="X +encode gsm jpeg2k libav mp3 opus sdl speex theora threads truetype vaapi vdpau x264" RDEPEND=" libav? ( >=media-video/libav-9.12[${MULTILIB_USEDEP},X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] ) !libav? ( >=media-video/ffmpeg-1.2.6-r1:0[${MULTILIB_USEDEP},X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] ) " DEPEND="" 1.1 virtual/ffmpeg/ffmpeg-0.10.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.10.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.10.3-r1.ebuild?rev=1.1&content-type=text/plain Index: ffmpeg-0.10.3-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.10.3-r1.ebuild,v 1.1 2015/02/01 22:28:05 mgorny Exp $ EAPI=4 DESCRIPTION="Virtual package for FFmpeg implementation" HOMEPAGE="" SRC_URI="" 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" IUSE="X +encode gsm jpeg2k libav mp3 sdl speex theora threads truetype vaapi vdpau x264" RDEPEND=" !libav? ( >=media-video/ffmpeg-0.10.3:0[X?,encode?,gsm?,jpeg2k?,mp3?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] ) libav? ( >=media-video/libav-0.8.4[X?,encode?,gsm?,jpeg2k?,mp3?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] ) " DEPEND=""
