diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-09-01 14:38:32 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-09-01 14:38:32 +0000 |
commit | 46b03e0ab66e9bc7604f93184ed73d524a668682 (patch) | |
tree | 72c90c6f61d26c56214edc11b850011d40f5ebd9 /app-emulation/wine/wine-1.4.1.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.4.1.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.4.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-1.4.1.ebuild b/app-emulation/wine/wine-1.4.1.ebuild index 154b0b600191..bd851df5e853 100644 --- a/app-emulation/wine/wine-1.4.1.ebuild +++ b/app-emulation/wine/wine-1.4.1.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.4.1.ebuild,v 1.11 2013/08/05 09:31:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v 1.12 2013/09/01 14:38:32 tetromino Exp $ EAPI="5" @@ -48,7 +48,7 @@ MLIB_DEPS="amd64? ( app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 )" -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:= ) @@ -62,10 +62,11 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) gnutls? ( net-libs/gnutls:= ) 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/libXrandr x11-libs/libXi - x11-libs/libXmu x11-libs/libXxf86vm ) xinerama? ( x11-libs/libXinerama ) |