Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 647970 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-emulation/wine-staging/wine-staging-9999.ebuild (-7 / +5 lines)
Lines 36-50 Link Here
36
"
36
"
37
37
38
if [[ ${PV} == "9999" ]] ; then
38
if [[ ${PV} == "9999" ]] ; then
39
	STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
39
	STAGING_EGIT_REPO_URI="https://github.com/wine-staging/wine-staging.git"
40
else
40
else
41
	SRC_URI="${SRC_URI}
41
	SRC_URI="${SRC_URI}
42
	staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )"
42
	staging? ( https://github.com/wine-staging/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )"
43
fi
43
fi
44
44
45
LICENSE="LGPL-2.1"
45
LICENSE="LGPL-2.1"
46
SLOT="${PV}"
46
SLOT="${PV}"
47
IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi vulkan +X +xcomposite xinerama +xml"
47
IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi +X +xcomposite xinerama +xml"
48
REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
48
REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
49
	X? ( truetype )
49
	X? ( truetype )
50
	elibc_glibc? ( threads )
50
	elibc_glibc? ( threads )
Lines 74-80 Link Here
74
	fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
74
	fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
75
	gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
75
	gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
76
	gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
76
	gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
77
	gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
78
	gstreamer? (
77
	gstreamer? (
79
		media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
78
		media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
80
		media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
79
		media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
Lines 111-117 Link Here
111
	udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
110
	udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
112
	v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
111
	v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
113
	vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
112
	vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
114
	vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
115
	xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
113
	xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
116
	xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
114
	xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
117
	xml? (
115
	xml? (
Lines 405-410 Link Here
405
	l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
403
	l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
406
404
407
	# Fix manpage generation for locales #469418 and abi_x86_64 #617864
405
	# Fix manpage generation for locales #469418 and abi_x86_64 #617864
406
	# Requires wine-2.0-rearrange-manpages.patch
408
407
409
	# Duplicate manpages input files for wine64
408
	# Duplicate manpages input files for wine64
410
	local f
409
	local f
Lines 462-468 Link Here
462
		$(use_enable gecko mshtml)
461
		$(use_enable gecko mshtml)
463
		$(use_with gphoto2 gphoto)
462
		$(use_with gphoto2 gphoto)
464
		$(use_with gsm)
463
		$(use_with gsm)
465
		$(use_with gssapi)
466
		$(use_with gstreamer)
464
		$(use_with gstreamer)
467
		--without-hal
465
		--without-hal
468
		$(use_with jpeg)
466
		$(use_with jpeg)
Lines 486-492 Link Here
486
		$(use_with truetype freetype)
484
		$(use_with truetype freetype)
487
		$(use_with udev)
485
		$(use_with udev)
488
		$(use_with v4l)
486
		$(use_with v4l)
489
		$(use_with vulkan)
490
		$(use_with X x)
487
		$(use_with X x)
491
		$(use_with X xfixes)
488
		$(use_with X xfixes)
492
		$(use_with xcomposite)
489
		$(use_with xcomposite)
Lines 625-627 Link Here
625
pkg_postrm() {
622
pkg_postrm() {
626
	xdg_desktop_database_update
623
	xdg_desktop_database_update
627
}
624
}
625

Return to bug 647970