diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-13 19:29:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-13 19:29:36 +0000 |
commit | 104a1c4aad4272ef8d9de4e73db13406b19b0a5d (patch) | |
tree | 020f323ad96c4732bc60dc64ecb5db69f929ac18 /games-emulation | |
parent | Module::Build is no longer part of core Perl and has been moved to dev-perl (diff) | |
download | gentoo-2-104a1c4aad4272ef8d9de4e73db13406b19b0a5d.tar.gz gentoo-2-104a1c4aad4272ef8d9de4e73db13406b19b0a5d.tar.bz2 gentoo-2-104a1c4aad4272ef8d9de4e73db13406b19b0a5d.zip |
doesn't work with libav (bug #525394)
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/vbam/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/vbam/vbam-1.8.0.1228.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/vbam/vbam-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/vbam/ChangeLog b/games-emulation/vbam/ChangeLog index df7ec39a8f3e..3f0161673227 100644 --- a/games-emulation/vbam/ChangeLog +++ b/games-emulation/vbam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/vbam # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.28 2015/05/27 01:41:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.29 2015/06/13 19:29:36 mr_bones_ Exp $ + + 13 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> vbam-1.8.0.1228.ebuild, + vbam-9999.ebuild: + doesn't work with libav (bug #525394) 27 May 2015; Michael Sterrett <mr_bones_@gentoo.org> vbam-9999.ebuild: tidy; update man page install diff --git a/games-emulation/vbam/vbam-1.8.0.1228.ebuild b/games-emulation/vbam/vbam-1.8.0.1228.ebuild index 4337d3bf2f82..947a525bcdbe 100644 --- a/games-emulation/vbam/vbam-1.8.0.1228.ebuild +++ b/games-emulation/vbam/vbam-1.8.0.1228.ebuild @@ -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/games-emulation/vbam/vbam-1.8.0.1228.ebuild,v 1.4 2015/04/21 18:41:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1228.ebuild,v 1.5 2015/06/13 19:29:36 mr_bones_ Exp $ EAPI=5 WX_GTK_VER="3.0" @@ -25,7 +25,7 @@ RDEPEND=">=media-libs/libpng-1.4:0= sys-libs/zlib virtual/glu virtual/opengl - ffmpeg? ( virtual/ffmpeg ) + ffmpeg? ( virtual/ffmpeg[-libav] ) gtk? ( >=dev-cpp/glibmm-2.4.0:2 >=dev-cpp/gtkmm-2.4.0:2.4 >=dev-cpp/gtkglextmm-1.2.0 ) diff --git a/games-emulation/vbam/vbam-9999.ebuild b/games-emulation/vbam/vbam-9999.ebuild index 5606db3e83ba..36cf6e8e9593 100644 --- a/games-emulation/vbam/vbam-9999.ebuild +++ b/games-emulation/vbam/vbam-9999.ebuild @@ -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/games-emulation/vbam/vbam-9999.ebuild,v 1.9 2015/05/27 01:41:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v 1.10 2015/06/13 19:29:36 mr_bones_ Exp $ EAPI=5 WX_GTK_VER="3.0" @@ -23,7 +23,7 @@ RDEPEND=">=media-libs/libpng-1.4:0= sys-libs/zlib virtual/glu virtual/opengl - ffmpeg? ( virtual/ffmpeg ) + ffmpeg? ( virtual/ffmpeg[-libav] ) gtk? ( >=dev-cpp/glibmm-2.4.0:2 >=dev-cpp/gtkmm-2.4.0:2.4 >=dev-cpp/gtkglextmm-1.2.0 ) |