Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 441584
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +16 lines)
Line  Link Here
0
-- a/app-emulation/wine/wine-1.7.33-r1.ebuild
0
++ b/app-emulation/wine/wine-1.7.33-r1.ebuild
Lines 400-411 multilib_src_configure() { Link Here
400
		$(use_with udisks dbus)
400
		$(use_with udisks dbus)
401
		$(use_with fontconfig)
401
		$(use_with fontconfig)
402
		$(use_with ssl gnutls)
402
		$(use_with ssl gnutls)
403
		$(use_enable gecko mshtml)
403
		$(use_with gphoto2 gphoto)
404
		$(use_with gphoto2 gphoto)
404
		$(use_with gsm)
405
		$(use_with gsm)
405
		$(use_with gstreamer)
406
		$(use_with gstreamer)
406
		--without-hal
407
		--without-hal
407
		$(use_with jpeg)
408
		$(use_with jpeg)
408
		$(use_with ldap)
409
		$(use_with ldap)
410
		$(use_enable mono mscoree)
409
		$(use_with mp3 mpg123)
411
		$(use_with mp3 mpg123)
410
		$(use_with netapi)
412
		$(use_with netapi)
411
		$(use_with nls gettext)
413
		$(use_with nls gettext)
Lines 518-523 pkg_preinst() { Link Here
518
pkg_postinst() {
520
pkg_postinst() {
519
	gnome2_icon_cache_update
521
	gnome2_icon_cache_update
520
	fdo-mime_desktop_database_update
522
	fdo-mime_desktop_database_update
523
524
	if ! use gecko; then
525
		ewarn "Without Wine Gecko, wine prefixes will not have a default"
526
		ewarn "implemntation of iexplore.  Many older windows applications"
527
		ewarn "rely upon the existence of an iexplore implementation, so"
528
		ewarn "you will likely need to install an external one, like via winetricks"
529
	fi
530
	if ! use mono; then
531
		ewarn "Without Wine Mono, wine prefixes will not have a default"
532
		ewarn "implemntation of .NET.  Many windows applications rely upon"
533
		ewarn "the existence of a .NET implementation, so you will need"
534
		ewarn "likely need to install an external one, like via winetricks"
535
	fi
521
}
536
}
522
537
523
pkg_postrm() {
538
pkg_postrm() {

Return to bug 441584