diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-14 09:17:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-14 09:17:52 +0000 |
commit | 0c3845854c2fdac72949385d42e93d450fc02ca7 (patch) | |
tree | fd9e870fa9d991ffc416bfad6fc62235693fd015 /app-emulation | |
parent | fix Manifest file (diff) | |
download | historical-0c3845854c2fdac72949385d42e93d450fc02ca7.tar.gz historical-0c3845854c2fdac72949385d42e93d450fc02ca7.tar.bz2 historical-0c3845854c2fdac72949385d42e93d450fc02ca7.zip |
disabled ffmpeg support since ffmpeg isn't slotted and later versions aren't compatible with the vice code (bug #81795)
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vice/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/vice/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.16.ebuild | 7 |
3 files changed, 11 insertions, 6 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/Manifest b/app-emulation/vice/Manifest index 7f2792db0d96..f8301025d518 100644 --- a/app-emulation/vice/Manifest +++ b/app-emulation/vice/Manifest @@ -1,5 +1,5 @@ -MD5 455017b60f759977203d9fe3a2215957 ChangeLog 2659 -MD5 2d979ec19f501d7d6647b78e4239093d vice-1.16.ebuild 1620 +MD5 73d1cd7f3063daeffffaad2e6e152274 ChangeLog 2857 +MD5 646f411d56e6d4b45b68ce7852a916c0 vice-1.16.ebuild 1710 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 818191dd26c378e6d35b529adde42ac6 vice-1.14-r1.ebuild 1432 MD5 5467080b8555dc1bad201449fbdaf87e files/1.14-console-security.patch 3709 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) \ |