diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-05-10 11:47:18 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-05-10 11:47:18 +0000 |
commit | f2c480e4709c315f2dd38ea2c38164d9c36afa8f (patch) | |
tree | bd18360a49ccafb14fc64422fca9b84a6cb55ca5 /media-video/2mandvd | |
parent | Bump to latest aufs, genpatches and linux release (diff) | |
download | gentoo-2-f2c480e4709c315f2dd38ea2c38164d9c36afa8f.tar.gz gentoo-2-f2c480e4709c315f2dd38ea2c38164d9c36afa8f.tar.bz2 gentoo-2-f2c480e4709c315f2dd38ea2c38164d9c36afa8f.zip |
Migrate to new-style ffmpeg/libav USE flags
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-video/2mandvd')
-rw-r--r-- | media-video/2mandvd/2mandvd-1.8.5.ebuild | 13 | ||||
-rw-r--r-- | media-video/2mandvd/ChangeLog | 7 |
2 files changed, 12 insertions, 8 deletions
diff --git a/media-video/2mandvd/2mandvd-1.8.5.ebuild b/media-video/2mandvd/2mandvd-1.8.5.ebuild index 09678f05c092..133c122e106d 100644 --- a/media-video/2mandvd/2mandvd-1.8.5.ebuild +++ b/media-video/2mandvd/2mandvd-1.8.5.ebuild @@ -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 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${MY_PN}-${PV}.tar.gz" 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 diff --git a/media-video/2mandvd/ChangeLog b/media-video/2mandvd/ChangeLog index 2ad897943ab1..5e9ceaf5e495 100644 --- a/media-video/2mandvd/ChangeLog +++ b/media-video/2mandvd/ChangeLog @@ -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 <pacho@gentoo.org> 2mandvd-1.8.5.ebuild: + Migrate to new-style ffmpeg/libav USE flags *2mandvd-1.8.5 (31 Aug 2013) |