diff options
author | 2005-02-14 09:17:52 +0000 | |
---|---|---|
committer | 2005-02-14 09:17:52 +0000 | |
commit | e9a095c745ee4df10bfec3cb9c2fcfad86c7cc7c (patch) | |
tree | 2e74cd4e33dead71b1b8912600faf5063d4b56e8 /app-emulation | |
parent | fix Manifest file (diff) | |
download | gentoo-2-e9a095c745ee4df10bfec3cb9c2fcfad86c7cc7c.tar.gz gentoo-2-e9a095c745ee4df10bfec3cb9c2fcfad86c7cc7c.tar.bz2 gentoo-2-e9a095c745ee4df10bfec3cb9c2fcfad86c7cc7c.zip |
disabled ffmpeg support since ffmpeg isn't slotted and later versions aren't compatible with the vice code (bug #81795)
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vice/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.16.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index 29b16d3f847c..f8a2a70cab45 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/vice # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.21 2005/02/12 05:44:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.22 2005/02/14 09:17:52 mr_bones_ Exp $ + + 14 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> vice-1.16.ebuild: + disabled ffmpeg support since ffmpeg isn't slotted and later versions aren't + compatible with the vice code (bug #81795) *vice-1.16 (12 Feb 2005) diff --git a/app-emulation/vice/vice-1.16.ebuild b/app-emulation/vice/vice-1.16.ebuild index a7ac92360738..23f05a456e5c 100644 --- a/app-emulation/vice/vice-1.16.ebuild +++ b/app-emulation/vice/vice-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.16.ebuild,v 1.1 2005/02/12 05:44:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.16.ebuild,v 1.2 2005/02/14 09:17:52 mr_bones_ Exp $ inherit games @@ -19,7 +19,6 @@ DEPEND="virtual/libc media-libs/libpng sys-libs/zlib arts? ( kde-base/arts ) - ffmpeg? ( media-video/ffmpeg ) gnome? ( gnome-base/libgnomeui ) readline? ( sys-libs/readline ) sdl? ( media-libs/libsdl ) @@ -27,6 +26,8 @@ DEPEND="virtual/libc Xaw3d? ( x11-libs/Xaw3d )" src_compile() { + # disabled ffmpeg support since ffmpeg isn't slotted and later + # versions aren't compatible with the vice code (bug #81795) egamesconf \ --disable-dependency-tracking \ --enable-fullscreen \ @@ -35,7 +36,7 @@ src_compile() { --enable-realdevice \ --with-resid \ --without-midas \ - $(use_enable ffmpeg) \ + --disable-ffmpeg \ $(use_enable gnome gnomeui) \ $(use_enable nls) \ $(use_with X x) \ |