diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-07 19:31:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-07 19:31:18 +0000 |
commit | 3de3842a5d254eccd084ff3a05a2656795b6611b (patch) | |
tree | a191f4c3bfeccda590ca88aec84c246f8fbd0e4b /app-emulation | |
parent | Removing mask on genkernel. (diff) | |
download | gentoo-2-3de3842a5d254eccd084ff3a05a2656795b6611b.tar.gz gentoo-2-3de3842a5d254eccd084ff3a05a2656795b6611b.tar.bz2 gentoo-2-3de3842a5d254eccd084ff3a05a2656795b6611b.zip |
remove ffmpeg support for now (bug #187699)
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.22.ebuild | 10 |
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) \ |