diff options
author | 2013-09-01 14:38:32 +0000 | |
---|---|---|
committer | 2013-09-01 14:38:32 +0000 | |
commit | 46b03e0ab66e9bc7604f93184ed73d524a668682 (patch) | |
tree | 72c90c6f61d26c56214edc11b850011d40f5ebd9 /app-emulation/wine/wine-1.5.28.ebuild | |
parent | CONFIG_AUDITSYSCALL=y is not implemented, bug #438368 (diff) | |
download | gentoo-2-46b03e0ab66e9bc7604f93184ed73d524a668682.tar.gz gentoo-2-46b03e0ab66e9bc7604f93184ed73d524a668682.tar.bz2 gentoo-2-46b03e0ab66e9bc7604f93184ed73d524a668682.zip |
Do not pull in corefonts when USE=truetype; users who need the original corefonts instead of Wine's version can use winetricks (bug #481122, thanks to Luke-Jr). Do not depend on libXmu (not needed), but do depend on libSM and libICE (pulled in due to AC_PATH_XTRA silliness) (bug #483252, thanks to Rafał Mużyło).
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'app-emulation/wine/wine-1.5.28.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.5.28.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-1.5.28.ebuild b/app-emulation/wine/wine-1.5.28.ebuild index 2a7418f2cb16..cc07c0d8fe76 100644 --- a/app-emulation/wine/wine-1.5.28.ebuild +++ b/app-emulation/wine/wine-1.5.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.28.ebuild,v 1.4 2013/08/05 09:31:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.28.ebuild,v 1.5 2013/09/01 14:38:32 tetromino Exp $ EAPI="5" @@ -48,7 +48,7 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) # or fail due to Xvfb's opengl limitations. RESTRICT="test" -RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) +RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 ) perl? ( dev-lang/perl dev-perl/XML-Simple ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2:= ) @@ -61,11 +61,12 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) X? ( + x11-libs/libICE + x11-libs/libSM x11-libs/libXcursor x11-libs/libXext x11-libs/libXrandr x11-libs/libXi - x11-libs/libXmu x11-libs/libXxf86vm ) xinerama? ( x11-libs/libXinerama ) |