summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vice/ChangeLog5
-rw-r--r--app-emulation/vice/vice-1.22.ebuild10
2 files changed, 7 insertions, 8 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog
index 629f9a402b07..70cc4fc72368 100644
--- a/app-emulation/vice/ChangeLog
+++ b/app-emulation/vice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/vice
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.57 2007/10/30 17:34:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.58 2007/11/07 19:31:18 mr_bones_ Exp $
+
+ 07 Nov 2007; Michael Sterrett <mr_bones_@gentoo.org> vice-1.22.ebuild:
+ remove ffmpeg support for now (bug #187699)
30 Oct 2007; Michael Sterrett <mr_bones_@gentoo.org>
-files/vice-1.21-fullscreen.patch, -files/vice-1.21-uicolor.patch,
diff --git a/app-emulation/vice/vice-1.22.ebuild b/app-emulation/vice/vice-1.22.ebuild
index 55b7362d0f52..1a5e087c344f 100644
--- a/app-emulation/vice/vice-1.22.ebuild
+++ b/app-emulation/vice/vice-1.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.22.ebuild,v 1.5 2007/10/30 17:04:51 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.22.ebuild,v 1.6 2007/11/07 19:31:18 mr_bones_ Exp $
inherit eutils games
@@ -11,7 +11,7 @@ SRC_URI="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/${P
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc sparc x86"
-IUSE="Xaw3d alsa arts esd ffmpeg gnome nls png readline resid sdl"
+IUSE="Xaw3d alsa arts esd gnome nls png readline resid sdl"
RDEPEND="media-libs/giflib
media-libs/jpeg
@@ -31,10 +31,6 @@ RDEPEND="media-libs/giflib
alsa? ( media-libs/alsa-lib )
arts? ( kde-base/arts )
esd? ( media-sound/esound )
- ffmpeg? (
- media-video/ffmpeg
- media-sound/lame
- )
gnome? ( gnome-base/libgnomeui )
nls? ( virtual/libintl )
png? ( media-libs/libpng )
@@ -73,7 +69,7 @@ src_compile() {
--disable-dependency-tracking \
--enable-fullscreen \
--without-midas \
- $(use_enable ffmpeg) \
+ --disable-ffmpeg \
$(use_enable gnome gnomeui) \
$(use_enable nls) \
$(use_with Xaw3d xaw3d) \