pacho 15/05/10 11:47:18 Modified: 2mandvd-1.8.5.ebuild ChangeLog Log: Migrate to new-style ffmpeg/libav USE flags (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.2 media-video/2mandvd/2mandvd-1.8.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/2mandvd-1.8.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/2mandvd-1.8.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/2mandvd-1.8.5.ebuild?r1=1.1&r2=1.2 Index: 2mandvd-1.8.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.8.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 2mandvd-1.8.5.ebuild 31 Aug 2013 08:27:16 -0000 1.1 +++ 2mandvd-1.8.5.ebuild 10 May 2015 11:47:18 -0000 1.2 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.8.5.ebuild,v 1.1 2013/08/31 08:27:16 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.8.5.ebuild,v 1.2 2015/05/10 11:47:18 pacho Exp $ -EAPI=4 +EAPI=5 LANGS="cs de en it ru" inherit qt4-r2 @@ -16,10 +16,11 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug" +IUSE="debug libav" -DEPEND="media-libs/libsdl - virtual/ffmpeg +DEPEND="libav? ( media-video/libav:= ) + !libav? ( media-video/ffmpeg:0= ) + media-libs/libsdl virtual/glu virtual/opengl dev-qt/qtcore:4 1.33 media-video/2mandvd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 31 Aug 2013 08:27:16 -0000 1.32 +++ ChangeLog 10 May 2015 11:47:18 -0000 1.33 @@ -1,6 +1,9 @@ # ChangeLog for media-video/2mandvd -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v 1.32 2013/08/31 08:27:16 pesa Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v 1.33 2015/05/10 11:47:18 pacho Exp $ + + 10 May 2015; Pacho Ramos <[email protected]> 2mandvd-1.8.5.ebuild: + Migrate to new-style ffmpeg/libav USE flags *2mandvd-1.8.5 (31 Aug 2013)
