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

Collapse All | Expand All

(-)a/eclass/mozconfig-v6.42.eclass (-2 / +8 lines)
Lines 55-61 esac Link Here
55
# Set the variable to any value if the use flag should exist but not be default-enabled.
55
# Set the variable to any value if the use flag should exist but not be default-enabled.
56
56
57
# use-flags common among all mozilla ebuilds
57
# use-flags common among all mozilla ebuilds
58
IUSE="${IUSE} dbus debug +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-sqlite system-libvpx"
58
IUSE="${IUSE} dbus debug +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-sqlite system-libvpx x264"
59
59
60
# some notes on deps:
60
# some notes on deps:
61
# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
61
# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
Lines 90-96 RDEPEND=">=app-text/hunspell-1.2 Link Here
90
	)
90
	)
91
	gstreamer-0? (
91
	gstreamer-0? (
92
		>=media-libs/gstreamer-0.10.25:0.10
92
		>=media-libs/gstreamer-0.10.25:0.10
93
		media-plugins/gst-plugins-meta:0.10[ffmpeg]
93
		|| (
94
			x264? ( media-plugins/gst-plugins-meta:0.10[ffmpeg,x264] )
95
			!x264? ( media-plugins/gst-plugins-meta:0.10[ffmpeg] )
96
		)
97
	)
98
	!gstreamer-0? (
99
		x264? ( virtual/ffmpeg[x264] )
94
	)
100
	)
95
	x11-libs/libX11
101
	x11-libs/libX11
96
	x11-libs/libXcomposite
102
	x11-libs/libXcomposite

Return to bug 570390